/* IE6 Fixes */
.clearer {clear: left; line-height: 0; height: 0;}

/* Standart */
body{
	color:#000000;
	background:#FFDAB9;
	font-family: verdana;
	font-size: 10pt;
	font-style: normal;
}
a:link, a:visited, a:active{
	text-decoration: none;
	color: #FF7F24;
	font-family: verdana;
	font-size: 10pt;
	font-style: normal;
}
a:hover{
	text-decoration: none;
	color: #000000;
	font-family: verdana;
	font-size: 10pt;
	font-style: normal;
}
a.navi_link:link, a.navi_link:visited{
	color: #FF7F24;
	text-decoration: none;
	font-weight: bold;
	font-family: verdana;
	font-size: 10pt;
	font-style: normal;
}
a.navi_link:hover{ 
	background-color:#ffffff;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-family: verdana;
	font-size: 10pt;
	font-style: normal;
}
h1{
	color: #FF7F24;
	font-weight: bold;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}
h2{
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
p{
	padding: 0px;
	margin-top: 5px;
	margin-right: 50px;
}
div{
	outline:none;
}
/* Linksbündig

.wrapper{
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #ffffff;
	width: 700px;
}
*/

/* Mittig */
.wrapper {
	left: 50%;
	margin-left: -350px;
	position: absolute;
	width: 700px;
	border: 1px solid #ffffff;
	padding: 10px;
}
.head{
	background:url(images/top.gif);
	max-width: 700px;
	height: 150px;
}
.navigation{
	max-width: 700px;
	height: 30px;
	background: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	overflow: hidden;
}
.navigation_box{
	border: 1px solid #FFE4C4;
	font-size: 10px;
	background: #FFF5EE;
	padding-top: 3px;
	padding-left: 15px;
	#overflow: auto;
	overflow: hidden;
	height: 20px;

}
.content{
	background-image:url(images/background.gif);
	max-width: 700px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	overflow: auto;
}
.bottom{
	max-width: 700px;
	background-color: #ffffff;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}
.bottom_box{
	border: 1px solid #FFE4C4;
	max-width: 700px;
	#height: 20px;
	overflow: hidden;
	text-align: center;
	font-size: 10px;
	background: #FFF5EE;
	padding-top: 3px;
	padding-bottom: 3px;
}
.home_left{
	border: 1px solid #FFE4C4;
	float: left;
	width: 320px;
	margin-bottom: 10px;
	overflow:auto;
}
.home_right{
	border: 1px solid #FFE4C4;
	float: right;
	width: 320px;
	margin-bottom: 10px;
	overflow: auto;
}
.content_box{
	padding: 10px;
	margin: 10px;
	background: #FFF5EE;
	overflow: auto;
}
.login_box{
	position: relative;
	border: 1px solid #FFE4C4;
	top: 10px;
	left: 10px;
	right: 10px;
	width: 670px;
}
.content_box_title{
	max-width:100%;
	border: 1px solid #FFE4C4;
	padding-left: 15px;
	padding-top: 3px;
	height: 20px;
	overflow: hidden;
	vertical-align: middle;
	background: #FFF5EE;
}
.content_box_border{
	max-width:100%;
	#min-height:100%;
	border: 1px solid #FFE4C4;
	padding: 10px;
	margin-top: 10px;
	overflow:auto;
}
.content_box_border_innen{
	max-width:100%;
	#min-height:100%;
	border: 1px solid #FFE4C4;
	padding: 10px;
	overflow:auto;
	margin-bottom: 10px;
}
.leistungen_box1{
	max-width: 110px;
	background: #FFDAB9;
	padding: 5px;
	float:left;
	overflow:auto;
}
.leistungen_box2{
	width: 500px;
	background:#FFF5EE;
	padding: 10px;
	float:right;
	overflow:auto;
	vertical-align:top;
}
.neuigkeiten_box1{
	max-width: 110px;
	background: #FFDAB9;
	padding: 5px;
	float:left;
	overflow:auto;
}
.neuigkeiten_box2{
	width: 500px;
	background:#FFF5EE;
	padding: 10px;
	float:right;
	overflow:auto;
	vertical-align:top;
}
.kontakt_box1{
	background:#FFF5EE;
	padding: 10px;
	float:left;
	overflow:auto;
	vertical-align:top;
}
