 /*_______________________________________________________________________

                 styles.css
                 Layout for fairmilk.org
                 Thomas Krug, netzrezepte.de, 5. Mai 2009
   ________________________________________________________________________ */

body {
   padding: 0;
   background-color: #C4E3EE;
   margin: 0px 0px 0px 0px;
   font-family : verdana;
   font-size: 1em;
}

.wrap {
   position: relative;
   width: 100%;
   left: 0px;
   text-align: center;
}

.boxwrap {
   padding: 0px;
   width: 1070px;
   height: 654px;
   margin: auto;
   margin-top: 0px;
   margin-bottom: 10px;
   text-align: left;
   background-image:url(../Images/main_bg.jpg);
   background-repeat: no-repeat;
   position: relative;
}

.CEwrap {
   margin-bottom: 0px;
}


/* =======================================================================
         text formating
   =======================================================================*/

h1 {
   font-weight: bold;
   padding-left: 0px;
   padding-top: 0px;
   margin: 0px;
   margin-bottom: 10px;
   font-family : verdana;
   font-size: 0.9em;
   color: #000000;
}

h2 {
   font-weight: bold;
   font-family : verdana;
   font-size: 0.85em;
   color: #000000;
   margin: 0px;
   margin-bottom: 10px;
}

h3 {
   font-weight: bold;
   font-family : verdana;
   font-size: 0.8em;
   color: #000000;
   margin: 0px;
   margin-bottom: 10px;
}

h4 {
   font-weight: bold;
   font-family : verdana;
   font-size: 0.75em;
   color: #000000;
   margin: 0px;
   margin-bottom: 10px;
}

p {
   font-family : verdana;
   font-size: 0.7em;
   color: black;
   margin: 0px;
   margin-bottom: 5px;
}

address {
   margin: 0px;
   margin-bottom: 5px;
   font-size: 0.8em;
}

h1.specialheader {
   font-family : verdana;
   font-size: 0.7em;
   color: #5A5A5A;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 5px;
   padding-left: 5px;
   padding-top: 1px;
   border-bottom: 1px solid #5A5A5A;
   border-left: 5px solid #5A5A5A;
}

dd.csc-textpic-caption {
   font-family : verdana;
   font-size: 0.7em;
   color: black;
   margin: 0 0 0 0;
}

fieldset {
   border: 0px solid #FFFFFF;
}

label {
   font-family : verdana;
   font-size: 0.7em;
   color: black;
   margin: 10 0 0 0;
   display: block;
}


li {
   padding: 0px;
   margin: 0px;
   margin-top: 7px;
   margin-left: 0px;
   margin-bottom: 0px;
   font-size: 11px;
}

img {
   border: none;
}

td, th {
   font-size: 11px;
}

/* Text Ausrichtungen vom RTE */

.align-right {
   text-align: right;
}

.align-left {
   text-align: left;
}

.align-center {
   text-align: center;
}

.align-justify {
   text-align: justify;
}

.indent {
   margin-left: 40px;
}

/* Tabellenformatierungen */

caption {
   display: none;
}

.tx-indexedsearch td {
   font-size: 0.75em;
}

/* =======================================================================
         navigation formating
   =======================================================================*/

a {
   color: #000000;
   text-decoration: underline;
   padding: 0px;
   margin: 0px;
}

a:hover {
   text-decoration: none;
}

.homenavigation a {
   display: block;
   padding: 0px 0px 3px 0px;
   font-size: 0.65em;
   text-decoration: none;
}

.homenavigation a:hover {
   text-decoration: none;
   color: #034EA2;
}

.mainmenu a {
   display: block;
   padding: 5px 0px 5px 25px;
   font-size: 0.75em;
   text-decoration: none;
}

.mainmenu a:hover {
   background-image:url(../Images/mainnav_hover.gif);
   background-repeat: no-repeat;
   background-position: 0px 10px;
   text-decoration: none;
   color: #034EA2;
}

.mainmenu a.act {
   background-image:url(../Images/mainnav_hover.gif);
   background-repeat: no-repeat;
   background-position: 0px 10px;
   text-decoration: none;
   color: #034EA2;
}

.footer a {
   display: inline;
   font-size: 0.75em;
   width: 80px;
   text-decoration: none;
}

.footer a:hover {
   text-decoration: none;
   color: #034EA2;
}

/* =======================================================================
         position and formating forms
   =======================================================================*/


form {
   margin: 0px;
}

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 {
   height: 16px;
   z-index: 3;
   font-size: 10px;
   font-family: verdana;
   color: #000000;
   margin-left: 0px;
   margin-bottom: 0px;
   border: 1px solid #000000;
}

input[type=checkbox] {
   z-index: 3;
   color: #000000;
   border: 0px solid #000000;
}

input[type=radio] {
   z-index: 3;
   color: #000000;
   border: 0px 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;
}

input.csc-mailform-submit {
   margin-top: 10px;
}

/* =======================================================================
         positions
   =======================================================================*/

.header {
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   padding: 0px;
   height: 196px;
   width: 1070px;
   overflow: hidden;
   position: relative;
}

div.logo {
   position: absolute;
   top: 86px;
   left: 840px;
   z-index: 2;
   width: 180px;
   height: 50px;
}

div.logo2 {
   position: absolute;
   top: 86px;
   left: 90px;
   z-index: 2;
   width: 420px;
   height: 50px;
}

.mainfield {
   margin: 0px;
   padding: 0px;
   width: 1070px;
   height: 400px;
   overflow: hidden;
   position: relative;
}

.homenavigation {
   position: absolute;
   left: 0px;
   top: 10px;
   width: 60px;
   height: 320px;
   overflow: hidden;
   font-family : verdana;
   text-align: right;
}

.mainmenu {
   position: absolute;
   left: 85px;
   top: 5px;
   width: 175px;
   height: 320px;
   overflow: hidden;
   font-family : verdana;
}

.subcontent {
   position: absolute;
   left: 270px;
   top: 5px;
   width: 215px;
   height: 390px;
   overflow: hidden;
   font-family : verdana;
   font-size: 0.8em;
}

.maincontent {
   position: absolute;
   left: 520px;
   top: 5px;
   width: 505px;
   height: 370px;
   overflow: auto;
   font-family : verdana;
}

.emb-logo {
   position: absolute;
   left: 35px;
   top: 333px;
   width: 100px;
   height: 65px;
   overflow: hidden;
   font-family : verdana;
}

.footer {
   margin: 18px 50px 0px 0px;
   padding: 0px;
   width: 1020px;
   height: 30px;
   overflow: hidden;
   position: relative;
   text-align: right;
}

/* Rahmen */

.CERahmen {
   border: 1px solid #000000;
   background-color: #EFEFEF;
   padding: 5px;
}


/*****************************/
/* 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 ****************/


/********* sg_glossary ********************/

.sg_glossary_header {
   background-color: #E3F0F8;
   margin: 0px 10px 10px 0px;
   padding: 5px;
}

p.sg_glossary_abc_list {
   background-color: #C4E3EE;
   padding: 5px;
   margin: 0px 10px 0px 0px;
   font-size: 14px;
}

p.sg_glossary_result_count {
   margin: 0px 0px 0px 0px;
   float: right;
}

p.sg_glossary_searchword {
   margin: 0px;
}

.sg_glossary_details {
   padding: 5px;
}

.tx-sgglossary-pi1 form {
   margin: 0px;
}



/********* sg_glossary END ****************/