/*
 * CSS Layout - www.biobaeckerei-spaeth.de
 * Author: Stefan Schwoebel - www.dotculture.de
 */


/*
 * Allgemeine Angaben
 *****************************/
html, body 
{
	font:100.01% "Verdana", Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center;
}
body
{
	background:#33150A url(../images/webseite/body-hintergrund.jpg) top left repeat-x;
	background-attachment:fixed;
}
html, body, form, h1, h2, h3, p, a, ul, ol, li
{ 
	padding:0; 
	margin:0; 
}
img
{ 
	border:0; 
	display:block;
}
.clearer
{ 
	clear:both;
}
.linear
{ 
	display: none;
}



/**
 * Typoformat
 *****************************/
h1
{
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h2, h3, p, a, input, ul, span
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h1 
{
	font-size:18px;
	color:#000;
	padding:5px 0;
}
h2
{
	font-size:13px;
	font-weight:bold;
}
h3
{
	font-size:12px;
}
p
{
	font-size:12px;
	padding:4px 0;
	line-height:20px;
	overflow:hidden;
}
a
{
	color:#fff;
}
a:hover
{
	color:#33150A;
}



/*
 * Struktur der Seite
 *****************************/
#Seite 
{
	position:relative;
	width:700px;
    text-align:left;
	margin:0px auto;
}
#Rahmen
{
	float:left;
	width:696px;
	border-left:2px solid #BA9A67;
	border-right:2px solid #BA9A67;
	background:#E1CEA3;
}
#LeisteTop
{
	height:20px;
	width:100%;
	background:#BA9A67;
}
#Eyecatcher
{
	width:100%;
	height:346px;
	width:100%;
}
#Logo
{
	position:absolute;
	top:0;
	left:490px;
}



/*
 * Navigation
 *****************************/
#Navigation 
{
	position:absolute;
	overflow:hidden;
	width:100%;
	top:300px;
	left:0;
}
ul#Main
{
	list-style:none;
}
#Main li 
{
	float:left;
	height:30px;
	width:120px;
	margin:0 3px;
	background: url(../images/webseite/hg_button_inaktiv.gif) top left no-repeat;
}
#Main li a 
{
	float:left;
	height:25px;
	width:100%;
	text-align:center;
	padding-top:6px;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color:#fff;
}
#Main li a:hover
{
	color:#000;
	background: url(../images/webseite/hg_button_over.gif) top left no-repeat;
}
#Main li a.selected 
{
	color:#fff;
	background: url(../images/webseite/hg_button_aktiv.gif) top left no-repeat;
}



/*
 * Sub-Navigation
 *****************************/
ul#Sub
{
	clear:both;
	width:100%;
	height:36px;
	list-style:none;
	background:#BA9A67;
}
#Sub li 
{
	float:left;
	padding:0 15px;
	background: url(../images/webseite/sub_trenner.gif) top right no-repeat;
}
#Sub li.erste
{
	float:left;
	padding-left:32px;
}
#Sub li.letzter
{
	background:transparent;
}
#Sub li a 
{
	float:left;
	height:26px;
	padding-top:10px;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	color:#fff;
}
#Sub li a:hover,
#Sub li a.selected 
{
	color:#61281D;
}




/*
 * Content Box
 *****************************/
#Content
{
	width:100%;
}
.verlauf1
{
	height:20px;
	width:100%;
	background: url(../images/webseite/verlauf-1.gif) top left repeat-x;
}
.verlauf2
{
	height:30px;
	width:100%;
	background: url(../images/webseite/verlauf-2.gif) bottom left repeat-x;
}
#Content h1
{
	padding:10px 30px 15px 30px;
}
#Content h2
{
	padding:5px 30px;
}
#Content p
{
	padding:0 30px 15px 30px;
}
#Content span.jahr
{
	float:left;
	width:80px;
	height:30px;
	font-weight:bold;
}
#Content .content-bild
{
	display:inline;
	float:right;
	border:3px solid #fff;
	margin:0 0 10px 10px;
}
#Content .content-bild-bottom
{
	float:left;
	border:6px solid #fff;
	margin:0 19px 0 0;
}
#Content a
{
	color:#000;
}
#Content a:hover
{
	color:#fff;
}


#Content .bildliste-l,
#Content .bildliste-r,
#Content .bildliste-m
{
	width:200px;
	float:left;
	padding-right:15px;
}
#Content .bildliste-l img,
#Content .bildliste-r img,
#Content .bildliste-m img
{
	border:3px solid #fff;
}
#Content .bildliste-l
{
	padding-left:25px;
}
#Content .bildliste-l span,
#Content .bildliste-r span,
#Content .bildliste-m span
{
	display:block;
	font-size:10px;
	float:right;
	padding:5px 0 15px 0;
}

/*
 * Greem Box
 *****************************/
#GreenBox
{
	float:left;
	background:#68770D;
	width:100%;
	padding: 10px 0;
}
#GreenBox .zelle-erste,
#GreenBox .zelle
{
	float:left;
	width:218px;
	padding:15px 0 15px 30px;

}
#GreenBox .zelle
{
	padding:15px 0 0 0;
}
#GreenBox span
{
	display:block;
	width:200px;
	text-align:center;
	padding:5px 0;
	color:#fff;
	font-size:12px;
}
#GreenBox h1,
#GreenBox p
{
	color:#fff;
	padding:10px 30px;
}
#GreenBox img
{
	color:#fff;
	padding-right:10px;
}


/*
 * Blue Box
 *****************************/
#BlueBox
{
	float:left;
	background:#178793;
	width:100%;
	padding: 20px 0;
}
#BlueBox h1,
#BlueBox p
{
	color:#fff;
	padding:7px 30px;
}
#BlueBox.box-start
{
	height:155px;
	padding-top:10px; 
	background:#178793 url(../images/webseite/allergiker-hg.jpg) bottom left no-repeat;
}
#BlueBox a
{
	background:#178793;
	color:#fff;
	padding:2px 5px;
}
#BlueBox a:hover
{
	background:#fff;
	color:#178793;
}
.box
{
	float:left;
	display:block;
	width:300px;
}


/*
 * Info Box
 *****************************/
#InfoBox
{
	float:left;
	background:#BA9A67;
	border-top:1px solid #9F804F;
	width:100%;
	padding:20px 0;
}
#InfoBox .zelle-erste
{
	float:left;
	width:190px;
	padding:10px 10px 0 40px;
}
#InfoBox .zelle
{
	float:left;
	width:197px;
	padding:10px 10px 0 10px;
	border-left:1px solid #DDCDB3;
	border-right:1px solid #DDCDB3;
}
#InfoBox .zelle-letzte
{
	float:left;
	width:190px;
	padding:10px 10px 0 20px;
}
#InfoBox h3
{
	height:38px;
	color:#33150A;
}
#InfoBox p
{
	font-size:12px;
	color:#fff;
	line-height:16px;
}



/*
 * Abschluss
 *****************************/
#Abschluss
{
	clear:both;
	background:#9F804F;
	height:55px;
	width:100%;
	border-bottom:2px solid #BA9A67;
}
#Abschluss p
{
	width:75%;
	color:#33150A;
	padding:10px 0 0 30px;
	font-size:10px;
}



/*
 * Kontakt
 *****************************/
#Formular 
{ 
	text-align:left;
	width:460px;
}
#Formular p 
{ 
	text-align:left; 
	clear:both; 
	margin:2px 0 2px 0;
	color:#000;
}
#Formular p.input input,
#Formular textarea,
#Formular select
{
	font-family:Arial, Verdana, Helvetica Sans-serif;
	font-size:12px;
	color:#000;
	width:390px;
}
#Formular select
{
	font-family:Arial, Verdana, Helvetica Sans-serif;
	font-size:12px;
	color:#000;
	width:150px;
}
#Formular .button
{
	color:#000;
	padding:5px;
	background:#fff;
}
#kontakt,
#kommentar
{
	display:none;
}
input, 
textarea 
{ 
	border:1px solid #D6D6D6; 
	padding:3px; 
}
input:hover, 
textarea:hover
{ 
	border:1px solid #666; 
}
#Status
{
	border:1px solid red;
	width:330px;
	margin:10px 10px 10px 30px;
}

#Formular p.check
{
	float:left;
	width:400px;
}
#Formular p.check input
{
	border:none;
}



/*
* Sonstiges, Newsletter
*/
#Newsletter
{
	position:absolute;
	left:570px;
	top:291px;
	z-index:1000;
}
.newslast {
	border-bottom:1px dotted #999;
}

