 /*_______________________________________________________________________

                 styles.css
                 Layout for netzrezepte.de Standardlayout Japonaise
                 Thomas Krug, 31.01.2006
   ________________________________________________________________________ */

body {
   padding: 0px 0px 0px 0px;
   background-image:url(../Images/background5.jpg);
   background-position: 0px 0px;
   margin: 0px 0px 0px 0px;
   font-family : verdana;
   font-size: 12px;
   color: #000000;
}

.boxwrap {
   padding: 0px 0px 0px 0px;
}

.CEwrap {
   overflow: auto;
   margin-bottom: 5px;
}

/* =======================================================================
         text formating
   =======================================================================*/

h1 {
   font-weight: bold;
   padding-top: 3px;
   padding-bottom: 5px;
   font-family : verdana;
   font-size: 14px;
   color: #000000;
   margin: 0px;
   margin-bottom: 10px;
}

h2 {
   font-weight: bold;
   font-family : verdana;
   font-size: 13px;
   color: #000000;
   margin: 0px;
   margin-bottom: 10px;
}

h3 {
   font-weight: bold;
   font-family : verdana;
   font-size: 12px;
   color: #000000;
   margin: 0px;
   margin-bottom: 10px;
}

p {
   font-family : verdana;
   font-size: 12px;
   color: #000000;
   margin: 0px 0px 0px 0px;
}

p.rightheader {
   font-family : verdana;
   font-size: 12px;
   color: #000000;
   margin: 0px 0px 0px 0px;
   padding-left: 5px;
   padding-right: 5px;
   padding-top: 2px;
   padding-bottom: 2px;
   height: 16px;
   margin-bottom: 10px;
   margin-left: 0px;
   border-bottom-width: 1px;
   border-bottom-style: dashed;
   border-bottom-color: #CCCCCC;
   border-left-width: 5px;
   border-left-style: solid;
   border-left-color: #000000;
}

p.suche {
   font-family : verdana;
   font-size: 12px;
   font-weight: bold;
   color: #000000;
   padding-left: 0px;
   margin-bottom: 3px;
}

p.login {
   font-family : verdana;
   font-size: 12px;
   font-weight: bold;
   color: #000000;
   padding-left: 0px;
   margin-bottom: 3px;
}

p.sitetitle {
   font-family : verdana;
   font-size: 12px;
   color: #000000;
   padding-left: 0px;
   margin-bottom: 3px;
}

.leftcontent p{
   color: #FFFFFF;
}

.leftcontent a{
   color: #FFFFFF;
}

hr.zieher {
   color: #FFFFFF;
   background-color: #FFFFFF;
   border: 0px solid #FFFFFF;
   height: 1px;
}

a {
   font-family : verdana;
   font-size: 12px;
   color: #000000;
   text-decoration: underline;
}

a:hover {
   text-decoration: none;
}

dd.csc-textpic-caption {
   font-family : verdana;
   font-size: 0.7em;
   color: black;
   margin: 0 0 0 0;
}

fieldset {
   border: 0px solid #000000;
}

label {
   font-family : verdana;
   font-size: 0.9em;
   color: black;
   margin: 10 0 0 0;
   display: block;
}


li {
  font-size: 0.9em;
  padding: 0px;
  margin: 0px;
  margin-top: 7px;
  margin-left: 0px;
  margin-bottom: 0px;
}

tr {
}

td {
   color: #000000;
}

/* =======================================================================
         navigation formating
   =======================================================================*/
a.positionnavigation {
   font-family : verdana;
   font-size: 12px;
   color: #000000;
   text-decoration: none;
}

a.positionnavigation:hover {
   text-decoration: none;
   color: #000000;
}

a.LeftNav {
   font-family : verdana;
   font-size: 12px;
   font-weight: bold;
   color: #F5F5F5;
   text-decoration: none;
   padding-left: 10px;
   padding-top: 15px;
   padding-bottom: 3px;
   padding-right: 0px;
   margin: 0px;
   display: block;
}

/*a.LeftNav:hover {
   color: #015F9F;
   background-color: #749BCA;
}*/

a.LeftNavSub1 {
   font-family : verdana;
   font-size: 12px;
   color: #E6E6E6;
   text-decoration: none;
   margin-left: 3px;
   margin-top: 1px;
   padding-left: 3px;
   padding-top: 3px;
   padding-bottom: 2px;
   background-color: #1414C0;
   width: 180px;
   border: 1px solid #4E72A6;
   display: block;
}

a.LeftNavSub1:hover {
   font-family : verdana;
   font-size: 12px;
   color: #E6E6E6;
   text-decoration: none;
   background-color: #1212CA;
}

a.LeftNavSub2 {
   font-family : verdana;
   font-size: 12px;
   color: #E6E6E6;
   text-decoration: none;
   margin-left: 23px;
   margin-top: 1px;
   padding-left: 3px;
   padding-top: 3px;
   padding-bottom: 2px;
   background-color: #1414C0;
   width: 160px;
   border: 1px solid #4E72A6;
   display: block;
}

a.LeftNavSub2:hover {
   font-family : verdana;
   font-size: 12px;
   color: #E6E6E6;
   text-decoration: none;
   background-color: #1212CA;
}

a.LeftNavSub3 {
   font-family : verdana;
   font-size: 12px;
   color: #E6E6E6;
   text-decoration: none;
   margin-left: 43px;
   margin-top: 1px;
   padding-left: 3px;
   padding-top: 3px;
   padding-bottom: 2px;
   background-color: #1414C0;
   width: 140px;
   border: 1px solid #4E72A6;
   display: block;
}

a.LeftNavSub3:hover {
   font-family : verdana;
   font-size: 12px;
   color: #E6E6E6;
   text-decoration: none;
   background-color: #1212CA;
}

a.FootNav {
   font-family : verdana;
   font-size: 10px;
   color: #000000;
   text-decoration: none;
}

a.FootNav:hover {
   text-decoration: none;
   color: #000000;
}

a.TopNavigation {
   font-family : verdana;
   font-size: 13px;
   color: #E6E6E6;
   padding-left: 10px;
   text-decoration: none;
}

a.TopNavigation:hover {
   text-decoration: none;
   color: #E6E6E6;
}

/* =======================================================================
         position and formating forms
   =======================================================================*/

input.searchfield {
   height: 16px;
   width: 120px;
   font-size: 11px;
   font-family: verdana;
   color: #000000;
   border: 1px solid #000000;
   margin-top: 10px;
   margin-bottom: 6px;
   margin-right: 10px;
   padding-top: 0px;
   padding-left: 10px;
   background-color: #E6E6E6;
}

input.submitbutton {
   width: 14px;
   height: 20px;
   content: suchen;
   cursor: hand;
   border: 0px solid #033780;
   margin: 0px;
   padding: 0px;
}

form.searchform {
   padding: 0px;
   margin: 0px;
}

input.loginfield {
   height: 16px;
   z-index: 3;
   width: 115px;
   font-size: 10px;
   font-family: verdana;
   color: #033780;
   border: 1px solid #033780;
   margin-bottom: 3px;
   background-color: #E6E6E6;
}

input.loginbutton {
   width: 14px;
   height: 1px;
   content: suchen;
   cursor: hand;
}

input.logoutbutton {
   height: 16px;
   z-index: 3;
   width: 51px;
   font-size: 10px;
   font-family: verdana;
   font-weight:bold;
   text-align: center;
   color: #033780;
   cursor: hand;
   background-color: #E6E6E6;
   border: 1px solid #033780;
   margin-bottom: 3px;
}

input.tipafriend {
   background: #E6E6E6;
}

.tipafriendtext {
   background: #E6E6E6;
}

input {
   height: 16px;
   z-index: 3;
   width: 115px;
   font-size: 10px;
   font-family: verdana;
   color: #000000;
   border: 1px solid #000000;
   margin-bottom: 3px;
   padding-bottom: 3px;
}

.searchbox {
   width: 180px;
   z-index: 2;
   margin: 0px;
   padding: 0px;
   padding-left: 20px;
   padding-top: 10px;
}

form.loginform {
   padding: 0px;
   margin: 0px;
}

input.tx-indexedsearch-searchbox-sword {
   height: 16px;
   z-index: 3;
   width: 100px;
   font-size: 10px;
   font-family: verdana;
   color: #000000;
   border: 1px solid #000000;
   margin-left: 5px;
   padding-bottom: 3px;
   background-color: #E6E6E6;
}

input.tx-indexedsearch-searchbox-button {
   height: 16px;
   z-index: 3;
   width: 100px;
   font-size: 10px;
   font-family: verdana;
   color: #000000;
   border: 1px solid #000000;
   margin-left: 5px;
   padding-bottom: 3px;
}

select {
   z-index: 3;
   font-size: 10px;
   font-family: verdana;
   color: #015F9F;
   border: 1px solid #015F9F;
   margin-left: 5px;
   margin-bottom: 3px;
}

input.tipafriend {
   height: 16px;
   z-index: 3;
   width: 150px;
   font-size: 11px;
   font-family: verdana;
   color: #000000;
   border: 1px solid #000000;
   margin-left: 5px;
   margin-bottom: 3px;
}

textarea.tipafriendtext {
   z-index: 3;
   width: 150px;
   font-size: 11px;
   font-family: verdana;
   color: #000000;
   border: 1px solid #000000;
   margin-left: 5px;
   margin-bottom: 3px;
}

input.tipafriendcheckbox {
   z-index: 3;
   color: #000000;
   margin-left: 5px;
   margin-bottom: 3px;
   border: 0px solid #000000;
}

input.tipafriendsubmit {
   height: 16px;
   z-index: 3;
   width: 150px;
   font-size: 11px;
   font-family: verdana;
   color: #000000;
   border: 1px solid #000000;
   margin-left: 5px;
   padding-bottom: 3px;
   background-color: #E6E6E6;
}

textarea {
   z-index: 3;
   width: 215px;
   font-size: 10px;
   font-family: verdana;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-left: 0px;
   margin-bottom: 3px;
}

input.csc-mailform-submit {
   margin-top: 10px;
}

/* =======================================================================
         positions
   =======================================================================*/


div.logo {
   position: absolute;
   padding: 0px;
   top: 0px;
   left: 0px;
   z-index: 2;
   width: 200px;
   height: 71px;
   background-image:url(../Images/ob_li_neu2.gif);
   background-repeat: no-repeat;
   background-color: #FFFFFF;
}

/* Hier wird nur für den IE das Logo einen Pixel nach rechts verschoben */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html div.logo {
  width: 200px;
  height: 71px;
}
/* End hide from IE5/mac */

div.logo2 {
   position: absolute;
   padding: 0px;
   top: 0px;
   left: 190px;
   z-index: 2;
   width: 60px;
   height: 71px;
   background-image:url(../Images/bogen1.gif);
   background-repeat: no-repeat;
}

.homelink {
   position: absolute;
   top: 5px;
   left: 65px;
   z-index: 40;
}

.homenavigation  {
   position: absolute;
   right: 10px;
   top: 10px;
   color: #FFFFFF;
   font-family : verdana;
   font-size: 12px;
   text-align: left;
   background-color: #1414C0;
}

.head {
   z-index: 5;
   margin-top: 0px;
   margin-left: 190px;
   margin-right: 0px;
   margin-bottom: 0px;
   padding-left: 0px;
   height: 69px;
   background-image:url(../Images/logo.gif);
   background-color: #30659B;
   background-repeat: no-repeat;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #E9FFFF;
}

/* Hier wird nur für den IE das Logo einen Pixel nach rechts verschoben */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .head {
  height: 70px;
}
/* End hide from IE5/mac */


.secondheader {
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   padding-top: 0px;
   height: 20px;
   /*background-image:url(../Images/background2.gif);*/
   /*background-color: #033780;*/
   border-top-width: 1px;
   border-top-style: solid;
   border-top-color: #1A4480;
}

/*.secondheaderleft {
   width: 186px;
   float: left;
   background-image:url(../Images/background2.gif);
}*/

.secondheaderright {
   z-index: 5;
   height: 18px;
   margin-left: 200px;
   padding-left: 31px;
   padding-top: 2px;
   /*border-left-width: 1px;
   border-left-style: solid;
   border-left-color: #FFFFFF;*/
}

/* Hier wird der drei Pixel Bug des IE behoben */
/* Hide from IE5-mac. Only IE-win sees this. \*/
/** html .secondheaderleft {
  width: 186px;
}*/
* html .secondheaderright {
   margin-left: 208px;
}
/* End hide from IE5/mac */

.leftfield {
   position: absolute;
   top: 60px;
   left: 3px;
   width: 197px;
   padding-top: 0px;
   /*background-image:url(../Images/nav_back.gif);*/
   /*border-top-width: 1px;
   border-top-style: solid;
   border-top-color: #FFFFFF;*/
}

.rightfield {
   position: absolute;
   top: 70px;
   right: 0px;
   width: 240px;
   padding: 10px;
}

.middlefield {
   position: absolute;
   top: 100px;
   left: 211px;
   right: 250px;
   padding-right: 15px;
   overflow: hidden;
   /*border-top-width: 1px;
   border-top-style: solid;
   border-top-color: #E9FFFF;*/
}

.middlefieldcontent {
   padding-left: 20px;
   padding-bottom: 20px;
   padding-top: 0px;
   margin: 0px;
}

.rightfieldcontent {
   padding-left: 10px;
   padding-bottom: 10px;
   padding-top: 0px;
   padding-right: 10px;
   margin: 0px;
}

.leftcontent {
   padding-left: 10px;
   padding-bottom: 10px;
   padding-top: 10px;
   padding-right: 10px;
   margin: 0px;
}

.footer {
   padding-left: 20px;
   padding-bottom: 3px;
   color: #000000;
   border-bottom-width: 1px;
   border-bottom-style: dashed;
   border-bottom-color: #000000;
   border-top-width: 1px;
   border-top-style: dashed;
   border-top-color: #000000;
   margin-bottom: 20px;
   clear: left;
}

/*.LeftNavLine {
   padding-bottom: 5px;
   padding-top: 5px;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #CCCCCC;
}*/

.LeftNavLineTop {
   padding-bottom: 0px;
   padding-top: 30px;
}

.RightNavLine {
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #000000;
   padding-bottom: 5px;
   padding-top: 5px;
}



/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
DIV.csc-menu { margin-left: 0px; }
DIV.csc-menu P { font-size: 12px; margin: 1px 0px 0px 0px; padding: 2px 2px 2px 0px; }
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: #555555; font-weight: bold; }
DIV.csc-menu-2 P.csc-sitemap-level1 A:hover { color: #555555; 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 ****************/

.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; background:#E6E6E6 }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title, .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-result-count { background:#FFFFFF; }
.tx-indexedsearch-percent { color:#000000; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr { color:#000000; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:#FFFFFF; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { color:#000000; background:#FFFFFF; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background:#cccccc; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
.tx-indexedsearch .tx-indexedsearch-category { background:#FFFFFF; font-size:16px; font-weight:bold; }
/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css .percent { color:#000000; font-size:0.9em; letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }
.tx-indexedsearch-selectbox-media { color: #FFFFFF }
.tx-indexedsearch-selectbox-type { color: #FFFFFF }
.tx-indexedsearch-selectbox-defop { color: #FFFFFF }
.tx-indexedsearch-selectbox-lang { color: #FFFFFF }
.tx-indexedsearch-selectbox-sections { color: #FFFFFF }
.tx-indexedsearch-selectbox-order { color: #FFFFFF }
.tx-indexedsearch-selectbox-desc { color: #FFFFFF }
.tx-indexedsearch-selectbox-results { color: #FFFFFF }
.tx-indexedsearch-selectbox-group { color: #FFFFFF }

/* ----------RTE--------------*/
img {
  border: 0px solid #FFFFFF;
}

.GROSSundFETT {
   font-weight: bold;
   font-size: 1.2em;;
   color: #000000;
}

.TEASER {
   font-weight: bold;
   font-style: italic;
   font-size: 0.9em;
   color: #000000;
}

.DICK {
   font-weight: bold;
   font-size: 0.9em;
   color: #000000;
}

span.ROT {
   color: #CC0000;
}

span.GRAU {
   color: #BFBFBF;
}

span.SCHWARZ {
   color: #000000;
}

.Überschrift1 {
   font-size: 16px;
   font-weight: bold;
   color: #000000;
}

.Überschrift2 {
   font-size: 14px;
   font-weight: bold;
   color: #000000;
}

.Überschrift3 {
   font-size: 12px;
   font-weight: bold;
   color: #000000;
}

.Kalenderausgabe h1 {
   color: #141392;
   padding: 5px;
   width: 200px;
   float: left;
   clear: left;
}

.Kalenderausgabe p {
   padding: 5px;
   margin-left: 210px;
}