/**
 * Style sheet
 */


body {
	height:100%;
	margin:0px;
	padding:0px;
	text-align:left;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	background-color:#f5f5f5;
	background-image:url("bilder/layout/hinten2.jpg");
	background-position:top center;
	background-repeat:repeat-x;
}




/* Wrapper */
#wrapper {
	position:relative;
	top:0px;
	margin:0px auto 0px auto;
	width:980px;
	min-width:980px;
	min-height:880px;
	z-index:2; 
}





/* Container, Inhalt */
#container {	
}

#inhaltscontainer {
	position:relative;
	top:106px;
	width:600px;
	margin-top:0px;
	margin-left:189px;
	padding:0px;
  	height:auto !important;
	background-image:url("bilder/layout/innenhintenbreit1.gif");
	background-position:top left;
	background-repeat:repeat-y;
}

#main {
	position:relative;
	width:534px;
	margin-top:0px;
	top:15px;
	margin-left:26px;
	padding:0px 0px 0px 0px;
	line-height:17px;
  	height:auto !important;
	background-color:#211d1d;
	background-image:url("bilder/layout/innenhinten.gif");
	background-position:top left;
	background-repeat:repeat-x;
}

html>body #wrapper #main {
	height:auto;
	min-height:809px;
}

.ce_text {
	position:relative;
	top:0px;
	left:0px;
	width:412px;
	padding:0px 60px 20px 60px;
	line-height:17px;
}

.inside {
	position:relative;
	text-align:left;
}

.ce_image {
	width:534px;
}





/* linke Spalte */
#left {
	position:absolute;
	left:34px;
	top:146px;
	width:166px;
	float:left;
	height:360px;
}

/* linke Spalte Aktuell */
#menu {
	position:absolute;
	width:165px;
	height:67px;
	/* left:-13px; */
	top:210px;
	float:left;
	margin:0px;
}

/* linke Spalte Rezepte */
#rezeptebox {
	position:absolute;
	width:110px;
	height:143px;
	left:-20px;
	top:380px;
	float:left;
	margin:0px;
}





/* Footer */
#footer {
	margin-top:104px;
	margin-bottom:10px;
	width:789px;
	overflow:hidden;
	clear:both;
	background-image:url("bilder/layout/schattenunten.gif");
	background-position:right top;
	background-repeat:no-repeat;
}

#bookmarks {
	position:absolute;
	top:34px;
	left:152px;
	overflow:hidden;
	float:left;
	display:inline;
	margin:0px;
}







/* Ueberschriften */
h1 {
	height:auto;
	margin:0px 0px 10px 0px;
	padding:0px 0px 3px 0px;
	font-size:13px;
	line-height:16px;
	color:#ffffff;
	border-bottom:1px solid #9b9694;
}

h2 {
	height:auto;
	margin:20px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-size:12px;
	line-height:14px;
	color:#ffffff;
}


/* Hauptüberschrift mit Abstand oben für Seite ohne Headerbild */
h3 {
	height:auto;
	margin:50px 0px 10px 0px;
	padding:0px 0px 3px 0px;
	font-size:14px;
	line-height:16px;
	color:#ffffff;
	border-bottom:1px solid white;
}

#sitemap h1{
	 margin-top:30px;
}

#impressum h1{
	 margin-top:30px;
}

#anfahrt h1{
	 margin:30px 60px 20px 60px;
	 padding:0px 0px 3px 0px;
	 width:412px;
}

#kontakt-bestaetigung h1{
	 margin-top:30px;
}

#kontaktformular h1{
	 margin-top:30px;
	 margin-left:55px;
	 width:423px;
}

/* #partner h1{
	 margin-top:30px;
} */





/* Verschiedenes */
#clear {
	clear:both;
}
img {
	border:0px;
}
.fett {
	font-weight:bold;
}
.klein {
	font-size:10px;
}
.abstand {
	margin-top:20px;
}






/* Liste Aufzaehlung */
ul.liste {
	margin-left:5px;
	padding:0px 0px 0px 10px;
	list-style-image:url("bilder/layout/punkt.gif");
}
ul.liste li {
	padding:1px 0px 1px 0px;
}

ul.liste2 {
	margin-left:5px;
	padding:0px 0px 0px 15px;
	list-style-image:url("bilder/layout/sternchen.gif");
}
ul.liste2 li {
	padding:1px 0px 1px 0px;
}

ol.liste {
	margin-left:5px;
	padding:0px 0px 0px 14px;
}
ol.liste li {
	padding:2px 0px 2px 0px;
}




/* Zitat */
.zitat {
	color: #ffffff;
	font-weight:normal;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:center;
}

.zurueck {
	text-align:left;
	margin-left:60px;
}





/* Modul Sitemap */
#sitemap {
	padding-left:55px;
	padding-right:55px;
}

.mod_sitemap ul/* Abstände global steuern */ {
	margin-top: 10px;
	padding: 0px;
	margin-left: 0.1em;
	
}
.mod_sitemap li/* Listen steuern */ {
	margin:0px;
	padding:0px 0px 0.4em 1.1em;
	line-height:15px;
	list-style-image:none;
	background-image:url("bilder/layout/linkvor.gif");
	background-position:left 5px;
	background-repeat:no-repeat;
	display:block;
}
.mod_sitemap ul ul {
	list-style:none !important;
}
.mod_sitemap li li {
	list-style-image:none;
}

#sitemap a {
	text-decoration:none;
	color:#ffffff;
}
#sitemap a:hover {
	text-decoration:underline;
	color:#ffffff;
}

#printausgabe {
	display:none;
}



/* Links */
a:link,
a:visited,
a:active {
	text-decoration:none;
	color:#e6c17c;
}

a:hover {
	text-decoration:underline;
}

a.weiss, a.weiss:link, a.weiss:visited { 	
	color:#e6c17c;	
	text-decoration:none;
}
a.weiss:hover { 		
	color:#ffffff;	
	text-decoration:underline;	
}


a.braun, a.braun:link, a.braun:visited { 	
	color:#92501b;	
	text-decoration:none;
}
a.braun:hover { 		
	color:#000000;	
	text-decoration:underline;	
}

body.produktshops a:link,
a:visited,
a:active {
	text-decoration:none;
	color:#746a67;
}

a:hover {
	text-decoration:underline;
}



#linkrechts {
	position:relative;
	margin-right:50px;
	text-align:right;
	height:30px;
	vertical-align:middle;
	margin-top:20px;
}

.infobox2 {
	clear:both;
	padding:7px;
	position:relative;
	left:55px;
	height:440px;
	width:410px;
	font-size:0.85em;
	line-height:1.3em;
	margin-top:20px;
	background-color:#ffffff;
	color:#000000;
}

.infobox_anfahrt {
	clear:both;
	padding:5px;
	position:relative;
	left:55px;
	height:300px;
	width:410px;
	font-size:0.85em;
	line-height:1.3em;
	margin-top:20px;
	background-color:#ffffff;
	color:#000000;
}

.infobox_rezepte {
	padding:0px;
	position:relative;
	left:30px;
	width:470px;
	margin-top:20px;
}

.infobox_ohne_hintergrund {
	height:auto;
	padding:0px;
	position:relative;
	top:0px;
	left:55px;
	width:424px;
	margin-top:20px;
	color:#000000;
}

.infobox_kontakt {
	height:auto;
	padding:0px;
	position:relative;
	top:0px;
	left:55px;
	width:410px;
	margin-top:20px;
}



/* NoobSlider */
.noobWrapper{margin-left:60px;overflow:hidden;}
.noobWrapper .ce_text{padding:0px 0px 20px 0px;}
.noobWrapper h3{margin-top:0px;}
.noobButtons{margin-left:60px;width:424px;}
.buttons span{color:#e6c17c; padding:2px 5px;cursor:pointer;}
.buttons span.noobActive, .buttons span:hover{background:#e6c17c;color:#3f3a38;}



/* KontaktFormular */
.mandatory {
	width:340px;
	margin-bottom:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}

.text {
	width:265px;
	margin-bottom:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	padding:3px;
	border:1px solid #302b2a;
	background-color:#e5e3d7;
}

.select {
	width:280px;
	margin-bottom:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	padding:3px;
	border:1px solid #302b2a;
}

.checkbox_container {
	margin-top:10px;
	margin-bottom:5px;
	text-align:left;
	vertical-align:top;
}

input.checkbox {
	margin-left:0px;
	padding:1px;
	border:1px solid #302b2a;
	background-color:#e5e3d7;
}

textarea {
	width:267px;
	height:120px;
	margin-bottom:5px;
	font-family:Tahoma, Verdana,Arial, Helvetica, sans-serif;
	font-size:1em;
	padding:1px 2px 1px 2px;
	border:1px solid #302b2a;
	background-color:#e5e3d7;
}

.col_0 {
	width:160px;
	height:26px;
	padding-bottom:10px;
	vertical-align:top;
}

.col_1 {
	width:250px;
	height:26px;
	padding-bottom:10px;
	vertical-align:top;
}

.submit_container {
	margin-top:20px;
	margin-bottom:5px;
	text-align:left;
	vertical-align:top;
	width:271px;
}

input.submit {
	width:auto;
	padding:4px 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1em;
	color:#92501b;
	background-color:#e5e3d7;
	border:0px;
}

input:active, input:focus, input:hover { background-color: #ffffff;}
textarea:active, textarea:focus, textarea:hover { background-color: #ffffff;}


.checkbox_container span,
.radio_container span {
	float:none;
	display:block;
	vertical-align:top;
}


.highslide-container {
	z-index:10003 !important;
}
.highslide-credits {
	display:none !important; 
}








/* IE 6 */
* html #footer {
	overflow:hidden;
}
* html .infobox {
	overflow:hidden;
}
* html #bookmarks .ce_text {
	overflow:hidden;
}


/* IE 7 */
/* *+html #inhalt {
	margin-top:-106px;
} */
/* *+html #footer {
	margin-top: 144px;
} */






