a{
	text-decoration:none;
	color:#B42A27;
}

a:hover{
	color:#B42A27;
	text-decoration:underline;
}


html, body, textarea, td, th{
	font-family: Arial, Helvetica, sans-serif;
	color:#646464;
	font-size:12px;
}

td{
	vertical-align:top;
	padding-bottom:5px;
}

p{
	line-height:17px;
}

h1{
	font-size:18px;
}

.outerframe{
	width:100%
	height:100%;
}

.frame{
	width:900px;
	height:590px;
	border-width:1px;
	border-style:solid;
  	border-color:#666666;
}

.sitelogo{
	margin-top:20px;
	margin-left:30px;
	margin-bottom:3px;
	width:147px;
	height:23px;
	background-image:url(../img/logo_behrensdesign.jpg);
	background-repeat:no-repeat;
}

.sitehead{
	margin-top:43px;
	width:900px;
	height:270px;
	margin:auto;
	background-image:url(../img/bild_oben.jpg);
	background-repeat:no-repeat;
	
}

.navigation{
	position:absolute;
	width:900px;
	height:23px;
	margin-top:95px;
	background-color:#bdd052;
}

.first{
	width:26px;
	float:left;
}

.menu{
	float:left;
	height:23px;
	color:#ffffff;
	text-align:left;
	font-size:18px;
	margin-left:36px;
}

.menu a{
	color:#ffffff;
	text-decoration:none;
}

.menu a:hover{
	color:#666633;
}

.menuActive{
	float:left;
	height:23px;
	color:#666633;
	text-align:left;
	font-size:18px;
	margin-left:35px;
}

.menuActive a{
	color:#666633;
	text-decoration:none;
}

.sitebody{
	width:900px;
	margin:auto;
}

.col1{
	margin-top:15px;
	width:420px;
	height:100px;
	float:left;
	padding:30px;
	text-align:left;
	vertical-align:top;
}

.col2{
	margin-top:15px;
}


.footer{
}

