 /*_______________________________________________________________________

                 styles.css
                 Layout for netzrezepte.de Standardlayout cyberfields
                 Thomas Krug, 5. April 2005
   ________________________________________________________________________ */


body {
   padding: 0;
   background-color: #FFFFFF;
   margin: 0px 0px 0px 0px;
   font-family : verdana;
   font-size: 1em;
}

.boxwrap {
   position: absolute;
   left: 50%;
   top: 0px;
   padding: 0px;
   width: 998px;
   margin-top: 0px;
   margin-bottom: 10px;
   margin-left: -31%;
   margin-right: 0px;
   border: 1px solid #0071C6;
}

.CEwrap {
   margin-bottom: 15px;
   overflow: auto;
}


/* =======================================================================
         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: #5F5F5F;
}

h2 {
   font-weight: bold;
   font-family : verdana;
   font-size: 0.85em;
   color: #5F5F5F;
   margin: 0px;
   margin-bottom: 10px;
}

h3 {
   font-weight: bold;
   font-family : verdana;
   font-size: 0.8em;
   color: #5F5F5F;
   margin: 0px;
   margin-bottom: 10px;
}

h4 {
   font-weight: bold;
   font-family : verdana;
   font-size: 0.75em;
   color: #5F5F5F;
   margin: 0px;
   margin-bottom: 10px;
}

.teasertext {
   position: absolute;
   left: 50%;
   top: 0px;
   margin-left: -495px;
}

.teasertext h1 {
   font-size: 1em;
   padding-top: 5px;
}

p {
   font-family : verdana;
   font-size: 0.8em;
   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;
}

h1.unterstrichheader {
   font-family : verdana;
   font-size: 0.8em;
   color: #000000;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 5px;
   padding-left: 0px;
   padding-top: 1px;
   border-bottom: 1px solid #5A5A5A;
   text-align: left;
}

h1.ausgefuellt_blau {
   background-color: #0071C6;
   color: #FFFFFF;
   font-size: 0.8em;
   padding-left: 5px;
   padding-right: 5px;
}

h1.ausgefuellt_grau {
   background-color: #5A5A5A;
   color: #FFFFFF;
   font-size: 0.8em;
   padding-left: 5px;
   padding-right: 5px;
}

p.postionnavigation {
   font-family : verdana;
   font-size: 0.7em;
   color: #FFFFFF;
   margin-left: 0px;
   margin-right: 10px;
   margin-bottom: 5px;
   margin-top: 3px;
   padding-left: 0px;

}

p.tipafriend {
   width: 150px;
}


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 {
  font-size: 0.7em;
  padding: 0px;
  margin: 0px;
  margin-top: 7px;
  margin-left: 0px;
  margin-bottom: 0px;
}

img {
  border: none;
}

td {
   font-size: 11px;
}


/* =======================================================================
         navigation formating
   =======================================================================*/

a {
   font-family : verdana;
   font-size: 1em;
   color: #5F5F5F;
   text-decoration: none;
   padding: 0px;
   margin: 0px;
}

a:hover {
   text-decoration: underline;
}

a:active, a:focus,  {
   text-decoration: underline;
}

a.LeftNav {
   font-family : verdana;
   font-size: 0.8em;
   color: #5F5F5F;
   text-decoration: none;
   padding-left: 15px;
   padding-top: 5px;
   padding-bottom: 5px;
   display: block;
}

a.LeftNav:hover {
text-decoration: underline;
}

a.LeftNavSub {
   font-family : verdana;
   font-size: 0.7em;
   color: #5F5F5F;
   text-decoration: none;
   padding-left: 30px;
   padding-top: 5px;
   padding-bottom: 5px;
   display: block;
}

a.LeftNavSub:hover {
text-decoration: underline;
}

a.LeftNavSub2 {
   font-family : verdana;
   font-size: 0.7em;
   color: #5F5F5F;
   text-decoration: none;
   padding-left: 45px;
   padding-top: 5px;
   padding-bottom: 5px;
   display: block;
}

a.LeftNavSub2:hover {
   text-decoration: underline;
}

a.LeftNavSub3 {
   font-family : verdana;
   font-size: 0.7em;
   color: #5F5F5F;
   text-decoration: none;
   padding-left: 60px;
   padding-top: 5px;
   padding-bottom: 5px;
   display: block;
}

a.LeftNavSub3:hover {
   text-decoration: underline;
}

a.LeftNavSub4 {
   font-family : verdana;
   font-size: 0.7em;
   color: #5F5F5F;
   text-decoration: none;
   padding-left: 75px;
   padding-top: 5px;
   padding-bottom: 5px;
   display: block;
}

a.LeftNavSub4:hover {
   text-decoration: underline;
}

a.TopNavigation {
   font-family : verdana;
   font-size: 0.9em;
   font-weight: bold;
   color: #FFFFFF;
   text-decoration: none;
   padding-left: 4px;
   padding-right: 4px;
   margin-left: 0px;
}

a.TopNavigation:hover {
text-decoration: underline;
}

a.FootNavigation {
   font-family : verdana;
   font-size: 0.7em;
   color: #FFFFFF;
   text-decoration: none;
   padding-left: 15px;
   padding-right: 5px;
   padding-bottom: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   line-height: 12px;
}

a.FootNavigation:hover {
   color: #73A824;
}

a.OptionNavigation {
   font-family : verdana;
   font-size: 0.7em;
   color: #5F5F5F;
   text-decoration: none;
   padding-left: 4px;
   padding-right: 4px;
   margin-left: 0px;
}

a.OptionNavigation:hover {
   text-decoration: underline;
}

a.DiscNavigation:link, a.DiscNavigation:active, a.DiscNavigation:focus, a.DiscNavigation:visited {
   font-family : verdana;
   font-size: 0.7em;
   color: #FFFFFF;
   text-decoration: none;
   padding-left: 4px;
   padding-right: 4px;
   margin-left: 0px;
}

a.DiscNavigation:hover {
   text-decoration: underline;
   color: #FFFFFF;
}

a.positionlink {
   font-family : verdana;
   font-size: 1em;
   color: #FFFFFF;
   text-decoration: none;
   padding-left: 0px;
   padding-right: 0px;
   margin-left: 0px;
}

a.positionlink:hover {
text-decoration: underline;
}
/* =======================================================================
         position and formating forms
   =======================================================================*/

input.searchfield {
   height: 14px;
   z-index: 3;
   width: 120px;
   font-size: 11px;
   font-family : verdana;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-bottom: 5px;
}

input.submitbutton {
   content: suchen;
   color: #5F5F5F;
   cursor: hand;
   margin-top: 3px;
   margin-bottom: 0px;
   width: 16px;
   border: 0px solid #5F5F5F;
}

input.loginfield {
   height: 12px;
   z-index: 3;
   width: 51px;
   font-size: 10px;
   font-family : verdana;
   border: 1px solid #5F5F5F;
   margin-bottom: 5px;
}

form {
   margin: 0px;
}

input.tipafriend {
   height: 16px;
   z-index: 3;
   width: 150px;
   font-size: 10px;
   font-family: verdana;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-left: 5px;
   margin-bottom: 3px;
}

textarea.tipafriendtext {
   z-index: 3;
   width: 150px;
   font-size: 10px;
   font-family: verdana;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-left: 5px;
   margin-bottom: 3px;
}

input.tipafriendcheckbox {
   z-index: 3;
   color: #5F5F5F;
   margin-left: 5px;
   margin-bottom: 3px;
   border: 0px solid #5F5F5F;
}

input.tipafriendsubmit {
   height: 16px;
   z-index: 3;
   width: 150px;
   font-size: 10px;
   font-family: verdana;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-left: 5px;
   margin-bottom: 3px;
}

input.tx-indexedsearch-searchbox-sword {
   height: 16px;
   z-index: 3;
   width: 100px;
   font-size: 10px;
   font-family: verdana;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-left: 5px;
   margin-bottom: 3px;
}

input.tx-indexedsearch-searchbox-button {
   height: 16px;
   z-index: 3;
   width: 100px;
   font-size: 10px;
   font-family: verdana;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-left: 5px;
   margin-bottom: 3px;
}

select {
   height: 16px;
   z-index: 3;
   font-size: 10px;
   font-family: verdana;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-left: 5px;
   margin-bottom: 3px;
}

input {
   height: 16px;
   z-index: 3;
   font-size: 10px;
   font-family: verdana;
   color: #5F5F5F;
   margin-left: 0px;
   margin-bottom: 0px;
   border: 1px solid #5F5F5F;
}

input.newslettercheckboxen {
   height: 16px;
   z-index: 3;
   font-size: 10px;
   font-family: verdana;
   color: #5F5F5F;
   margin-left: 0px;
   margin-bottom: 0px;
   border: 0px solid #5F5F5F;
}

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.index_search_erweiteret_vorschau {
   height: 16px;
   z-index: 3;
   width: 16px;
   font-size: 10px;
   font-family: verdana;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-left: 5px;
   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: 200px;
   width: 998px;
   overflow: hidden;
}

.header_newsl {
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 20px;
   padding: 0px;
   padding-left: 20px;
   padding-top: 20px;
}

.secondheader {
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   padding-top: 0px;
   height: 20px;
   background-color: #CCCCCC;
   border-top-width: 1px;
   border-top-style: solid;
   border-top-color: #FFFFFF;
}

.secondheaderleft {
   width: 180px;
   float: left;

}

.secondheaderright {
   height: 18px;
   margin-left: 180px;
   padding-left: 20px;
   padding-top: 2px;
   border-left-width: 1px;
   border-left-style: solid;
   border-left-color: #FFFFFF;
   background-color: #749BCA;
}

.homenav {
position: absolute;
   margin-left: 980px;
   margin-top: 5px;
   color: #FFFFFF;
   font-family : verdana;
   font-size: 11px;
   text-align: right;
}

.searchform {
   padding: 0px;
   padding-left: 15px;
   top: 2px;
   width: 150px;
}

.language {
   text-align: right;
}

.positionnav {
   padding-left: 15px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   margin-bottom: 5px;
   border-bottom: 1px solid #CCD6D8;
}

div.logo {
   position: absolute;
   top: 1px;
   left: 1px;
   z-index: 2;
   width: 1px;
   height: 1px;
}

div.logo2 {
   position: absolute;
   top: 2px;
   left: 2px;
   z-index: 2;
   width: 1px;
   height: 1px;
}

.mainfield {
   margin: 0px;
   padding: 0px;
   background-image:url(../Images/background.gif);
   width: 998px;
   overflow: auto;
}

.leftfield {
   float: left;
   width: 180px;
   max-width: 180px;
   margin: 0px;
   margin-top: 0px;
   margin-left: 0px;
   padding: 0px;
   padding-top: 0px;
   padding-bottom: 0px;
   border-top: 1px solid #FFFFFF;
}

.leftcontent {
   margin-top: 20px;
   margin-left: 10px;
   width: 160px;
   overflow: hidden;
}

.rightfield {
   float: right;
   width: 180px;
   margin: 0px;
   padding: 0px;
   padding-top: 4px;
}

.middlefield {
   padding: 0px;
   margin: 0px;
   margin-right: 180px;
   margin-left: 180px;
}

.maincontent {
   margin: 0px;
   padding-left: 15px;
   padding-right: 15px;
   padding-bottom: 20px;
   padding-top: 20px;
   width: 600px;
   overflow: hidden;
}

.footer {
   padding-bottom: 0px;
   padding-top: 10px;
   margin-bottom: 0px;
   margin-right: 0px;
   background-color: #EFEFEF;
   
}

.footnav {
   padding-top: 0px;
   padding-bottom: 0px;
   padding-left: 198px;
   padding-right: 0px;
}

.disclaimernavnav {
   padding-top: 15px;
   padding-bottom: 25px;
   padding-left: 203px;
   padding-right: 0px;
   background-color: #749BCA;
}

.LeftNavLine {
   border-bottom: 1px solid #FFFFFF;
   margin: 0px;
   padding: 0px;
   width: 180px;
   overflow: hidden;
   /*background-image:url(../Images/punkt1.gif);
   background-repeat: no-repeat;
   background-position: 27px 9px;*/
   white-space: normal;
}

.LeftNavLineSub {
   margin: 0px;
   padding: 0px;
   /*background-image:url(../Images/punkt2.gif);
   background-repeat: no-repeat;
   background-position: 42px 9px;*/
   white-space: normal;
}

.LeftNavLineSub1 {
   margin: 0px;
   padding: 0px;
   /*background-image:url(../Images/punkt2.gif);
   background-repeat: no-repeat;
   background-position: 57px 9px;*/
   white-space: normal;
}

.LeftNavLineSub2 {
   margin: 0px;
   padding: 0px;
   /*background-image:url(../Images/punkt2.gif);
   background-repeat: no-repeat;
   background-position: 72px 9px;*/
   white-space: normal;
}

.LeftNavLineSub3 {
   margin: 0px;
   padding: 0px;
   /*background-image:url(../Images/punkt2.gif);
   background-repeat: no-repeat;
   background-position: 87px 9px;*/
   white-space: normal;
}

.RightNavLine {
   padding-bottom: 5px;
   padding-top: 5px;
}

.rightcontent {
   padding-bottom: 15px;
   padding-top: 0px;
   padding-right: 10px;
   margin: 0px;
}

.siteoptions {
   padding-bottom: 15px;
   padding-top: 0px;
   padding-right: 20px;
   margin: 0px;
   text-align: right;
}

.tx-indexedsearch {
   width: 100%;
   overflow: hidden;
}

/*****************************/
/* 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: #5F5F5F; text-decoration: none; }
DIV.csc-menu P A:hover { color: #5F5F5F; 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: #5F5F5F; font-weight: bold; }
DIV.csc-menu-2 P.csc-sitemap-level1 A:hover { color: #5F5F5F; 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: #5F5F5F; }

/* 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: #5F5F5F; }
/************* END SITEMAP ****************/

/* Rahmen */

.CERahmen {
   border: 1px solid #5F5F5F;
   background-color: #EFEFEF;
   padding: 5px;
}

/*--------------- Letzte Änderungen auf der Homepage ------------------*/

.laenderung_rahmen
	{
	   border: 1px solid #999999;
	   margin-right: 2px;
	   margin-top: 10px;
	   margin-bottom: 20px;
	   width: 540px;
	}
.laenderung_ueberschrift
	{
	   	clear:both;
		font-family : verdana;
		color: #FFFFFF;
		background-color: #749BCA;
		display:block;
		font-size: 0.7em;
   		margin-left: 0px;
   		margin-bottom: 2px;
   		padding-top: 2px;
   		padding-left: 2px;
   		padding-bottom: 2px;
	}
.laenderung_text
	{
	   	font-size: 0.7em;
   		margin-left: 0px;
   		margin-bottom: 2px;
   		padding-top: 2px;
   		padding-left: 2px;
   		padding-bottom: 2px;
	}
	
.navi_unten
{
		font-size: 0.8em;
		margin-top: 50px;
}
a.snavi
{
	color: #5A5A5A;
}
a.snavi:hover
{
	text-decoration: underline;
}
.updaterechts_rahmen
	{
	   border: 1px solid #999999;
	   margin-bottom: 15px;
	}
	
.updaterechts_titel
{
		font-family : verdana;
		color: #FFFFFF;
		background-color: #749BCA;
		display:block;
		font-size: 0.8em;
   		margin-left: 0px;
   		margin-bottom: 2px;
   		padding-top: 2px;
   		padding-left: 4px;
   		padding-bottom: 0px;
   		height:22px;
}
.updaterechts
{
		font-family : verdana;
		display:block;
		font-size: 0.8em;
   		margin-left: 0px;
   		margin-bottom: 2px;
   		padding-top: 2px;
   		padding-left: 4px;
   		padding-bottom: 0px;
   		padding:0.25em;
}
/*--------------- Kontaktformular ------------------*/


.csc-mailform-field label {
	color: black;
	font-family : verdana;
	width: 500px;
	text-align: left;
	margin-right:5px;
	display:block;
	}
.csc-mailform-radio input
{
    clear: both; /* die radiobuttons stehen untereinander*/
	float: left; /* was danach kommt ist rechts daneben*/
	padding-top: 3px;
}

.csc-mailform-radio label
{
	padding-top: 6px;
}

legend
{
    display:none;
}

/*--------------- Social Networks ------------------*/

.tx-timtabsociable-pi1 img
{
   height: 16px;
   width: 16px;
   border: 1px solid #999999;
   margin: 2px;
}


