/* CSS Document */

body {
	background-color: #eeffb8;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #545454;
}

p, td, input, textarea, select {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #545454;
}


h1, .h1 { 
	font-size: 14px;
	color: #fcfae1;
	font-weight: bold;
	text-transform:uppercase;
}

h2, .h2 { 
	font-size: 14px;
	color: #3e5f30;
	font-weight: bold;	
}

#divHeaderLeft h1 {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;	
}	

#divHeaderLeft h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;	
}	

#divHeaderLeft h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;	
}

#divHeaderLeft h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #175083;
	font-weight: normal;	
}

blockquote {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}

hr { 
	color:#e5e8bc; 
	background:#e5e8bc; 
	border: 0; 
	height:1px;
}

.linkerAbstand {
	margin-left:20px;
}

a {
	color: #9FB34F;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}

.oeffnungszeiten {
	color: #FFFFFF;
	font-size: 10px;
}

.button {
	background-color: #D82C2C;
	color: #ffffff;
	border: none;
	height: 19px;
	padding: 1px 3px 3px 3px;
}

.fontGruen {
	color: #3e5f30;
}
.fontWeiss {
	color: #FFFFFF;
}
.fontRot {
	color: #D82C2C;
}



/*************  Layer   **************/
#divBackground  {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}

#divContainer {	
	width: 759px;
	margin: 0px auto;
	background-color: #fcfae1;
}

	
		#divLinks {
			width: 289px;
			padding: 0px;						
			float:left;
			border-top:29px solid #A2B451;
			color: #3e5f30;
		}
		
		#divRechts {
			width:470px;	
			float:right;
		}	
		


		#divBottom {
			position: relative;
			padding: 20px 30px 20px 30px;
			width: 900px;
			clear: both;
			font-size: 10px;
			background-color: #CEDDE9;
			color:#3D76A9;
			height: 40px;
		}
	
