@charset "utf-8";

/*  bg_grn:#96BF24    bg_grau:#57595A    hellgrau:#BDBDBD  */

body{
	padding: 0px;
	margin: 0px;
	background-color: #BDBDBD;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000;
}
h1{
	font-size: 24px;
	color: #96BF24;
}
h2{
	font-size: 18px;
	color: #96BF24;
}
a{
	color: #96BF24;
	font-weight: bold;
}
#container{
	width: 960px;
	margin: 0px auto;
}
#header{
	height: 80px;
	background: url("header.gif");
}
#spacer1, #spacer2{
	height: 12px;
}
#middler{
	padding: 0px 0px 0px 18px;
	background: url("middler.gif");
}
#footer{
	height: 22px;
	background: url("footer.gif") no-repeat 0px 0px;
}
#credits{
	height: 32px;
	font-size: 10px;
	text-align: right;
}
#credits a{
	color: #666;
	font-weight: bold;
	text-decoration: none;
}



#content{
	margin: 0px auto;
	width: 920px;
	background-color: #fff;
	
}



#r1{
	height: 182px;
	border-top: 2px solid #57595A;
	border-bottom: 2px solid #57595A;
	border-left: 2px solid #57595A;
	padding: 0px;
}

#r2{
	height: 182px;
	border-top: 2px solid #57595A;
	border-bottom: 2px solid #57595A;
	border-left: 2px solid #57595A;
	padding: 0px;
}

#r3{
	height: 182px;
	border-top: 2px solid #57595A;
	border-bottom: 2px solid #57595A;
	border-left: 2px solid #57595A;
	padding: 0px;
}

#landing{
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 84px solid #fff;
	padding: 0px;
	background-color: #fff;
}

#img_newsletter{
	margin: 0px 0px 30px 191px;
}

.foam {        
background-color: #fff;
font-size: 14px;
font-weight: bold;
color: #000;
border: 1px solid #96BF24; 
}