 /*_______________________________________________________________________

                 styles.css
                 Layout for netzrezepte.de Standardlayout cyberfields
                 Thomas Krug, 5. April 2005
   ________________________________________________________________________ */

body {
   padding: 0;
   background-color: #FFFFFF;
   font-family : meta,arial,verdana;
   font-size: 1em;
}

.wrap {
   position: relative;
   width: 100%;
   left: 0px;
   text-align: center;
}

.boxwrap {
   padding: 25px;
   margin: auto;
   margin-top: 30px;
/*   border: 1px solid #7F7F7F; */
   overflow: hidden;
   position: relative;
   width: 1000px;
   text-align: left;
}


/* =======================================================================
         text formating
   =======================================================================*/

h1 {
   font-weight: bold;
   padding: 0px;
   padding-bottom: 5px;
   margin: 0px;
   font-size: 0.9em;
   color: #000000;
}

h2 {
   font-weight: bold;
   font-size: 0.8em;
   color: #000000;
}

h3 {
   font-weight: bold;
   font-size: 0.7em;
   color: #000000;
   margin: 0px;
}

p {
   font-size: 0.7em;
   color: black;
   margin: 0px;
}

li {
  font-size: 0.7em;
  padding: 0px;
  margin: 0px;
  margin-top: 7px;
  margin-left: 0px;
  margin-bottom: 0px;
}

.csc-textpic-caption {
  font-size: 0.7em;
  padding-top: 10px;
}


/* =======================================================================
         navigation formating
   =======================================================================*/

a {
   font-family : verdana;
   font-size: 1em;
   color: #000000;
   text-decoration: none;
   padding: 0px;
   margin: 0px;
}

a:hover {
   text-decoration: underline;
}

a.PrimaryNav {
   font-weight: bold;
   font-family : verdana;
   font-size: 0.7em;
   color: #FFFFFF;
   text-decoration: none;
/*   border: 1px solid #000000; */
   padding: 0px 5px 0px 5px;
   margin: 1px;
}

a.PrimaryNav:hover {
/*   border: 1px solid #FFFFFF; */
   text-decoration: none;
   color: #73A824;
}

a img {
   border: none;
}


/* =======================================================================
         position and formating forms
   =======================================================================*/

select {
   height: 16px;
   z-index: 3;
   font-size: 10px;
   font-family: verdana;
   color: #000000;
   border: 1px solid #000000;
   margin-left: 5px;
   margin-bottom: 3px;
}

input {
   z-index: 3;
   font-size: 10px;
   font-family: verdana;
   color: #000000;
   margin-left: 0px;
   margin-bottom: 0px;
   border: 1px solid #000000;
}

textarea {
   z-index: 3;
   width: 215px;
   font-size: 10px;
   font-family: verdana;
   color: #000000;
   border: 1px solid #000000;
   margin-left: 0px;
   margin-bottom: 3px;
}

/* =======================================================================
         positions
   =======================================================================*/

.logo {
   margin-left: 0px;
}

.navigation {

}

.navi {
   width: 150px;
   text-align: right;
   margin-bottom: 2px;
}

.navi_act {
   /*margin-left: 360px; */
   width: 150px;
   text-align: right;
   margin-bottom: 2px;
}

.navi2 {

}

.navi2_act {

}

.navi2_act_hidden {
   display: none;
}

.mainfield {
   margin-top: 20px;
   position: relative;
}

.leftfield {
   width: 150px;
   float: left;
   text-align: right;
   font-size: 0.8em;
}

.rightfield {
   width: 800px;
   margin-left: 170px;
   margin-top: 20px;
}
.rightfield p {
   width: 440px;
}

.left_hochlink {
   margin-right: 11px;
   margin-top: 20px;
}

.left_seitennavigation {

}

.left_seitennavigation_back {
   float: right;
   width: 8px;
   height: 15px;
}

.left_seitennavigation_first {
   float: right;
   width: 20px;
   height: 15px;
}

.left_seitennavigation_next {
   float: right;
   width: 8px;
   height: 15px;
}

.leftcontent {
   clear: both;
   padding-top: 10px;
}

/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
DIV.csc-menu { margin-left: 0px; }
DIV.csc-menu P { font-size: 11px; margin: 1px 0px 0px 0px; padding: 2px 2px 2px 0px; background-color: #FFFFFF; }
DIV.csc-menu P A { color: #000000; text-decoration: none; }
DIV.csc-menu P A:hover { color: #000000; text-decoration: underline; }
DIV.csc-menu P.csc-section { font-weight: normal; margin-left: 20px; font-style: italic; }

/* Menu / Sitemap, "Menu of these pages" */
DIV.csc-menu-def P {  }

/* Menu / Sitemap, "Menu of subpages to these pages" */
DIV.csc-menu-1 { }

/* Menu / Sitemap, "Sitemap" */
DIV.csc-menu-2 { }
DIV.csc-menu-2 P.csc-sitemap { }
DIV.csc-menu-2 P.csc-sitemap-level1 { margin-left: 0px; }
DIV.csc-menu-2 P.csc-sitemap-level2 { margin-left: 0px; }
DIV.csc-menu-2 P.csc-sitemap-level3 { margin-left: 0px; }
DIV.csc-menu-2 P.csc-sitemap-level4 { margin-left: 0px; }
DIV.csc-menu-2 P.csc-sitemap-level1 A { color: #000000; font-weight: bold; }
DIV.csc-menu-2 P.csc-sitemap-level1 A:hover { color: #000000; font-weight: bold; }
DIV.csc-menu-2 P.csc-sitemap-level2 A { color: #000000; font-weight: bold; }
DIV.csc-menu-2 P.csc-sitemap-level2 A:hover { color: #000000; font-weight: bold; }
DIV.csc-menu-2 P.csc-sitemap-level3 A { color: #000000; }
DIV.csc-menu-2 P.csc-sitemap-level4 A { color: #000000; }

/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */
DIV.csc-menu-3 { }
DIV.csc-menu-3 P.csc-section { margin-left: 0px; }
DIV.csc-menu-3 P.csc-section A { color: #000000; }

/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */
DIV.csc-menu-4 { }
DIV.csc-menu-4 P { margin-top: 2px; }
DIV.csc-menu-4 P.csc-abstract { font-weight: normal; font-style: italic; margin-top: 0px; padding: 0px 2px 2px 20px; }

/* Menu / Sitemap, "Recently updated pages" */
DIV.csc-menu-5 { }

/* Menu / Sitemap, "Related pages (based on keywords)" */
DIV.csc-menu-6 { }

/* Menu / Sitemap, "Menu of subpages to these pages + sections" */
DIV.csc-menu-7 { }
DIV.csc-menu-7 P { font-weight: bold; }
DIV.csc-menu-7 P.csc-section A { color: #000000; }
/************* END SITEMAP ****************/

/* ----------RTE--------------*/

.GROSSundFETT {
   font-weight: bold;
   font-size: larger;
   color: #000000;
}

.TEASER {
   font-weight: normal;
   font-size: 0.9em;
   color: #000000;
}

.KAPITAELCHEN {
   font-weight: normal;
   font-family : times;
   color: #000000;
   font-size: 0.8em;
}

p.sprachumschalter {
   font-size: 0.7em;
}

span.ROT {
   color: #CC0000;
}

span.GRAU {
   color: #69B240;
}

span.SCHWARZ {
   color: #000000;
}