body {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #E5E5E5;
}
p {
	margin-top: 0px;
}
hr {
	color: #E4E4E4;
}
.kopf {
	background-image: url(../img/kopf.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 254px;
}
.kopf .logo{
	height: 55px;
	width: 380px;
	font-size: 12px;
	padding: 23px 0px 0px 20px;
}
.kopf .logo .rot{
	color: #424F79;

}
.kopf .logo .namen{
	font-size: 18px;
	color: #3F4C76;

}
.kopf .nav{
	font-size: 12px;
	top: 100px;
	width: 300px;
	padding: 0px 0px 0px 20px;
}
.kopf .nav a{
	display: block;
	padding-bottom: 9px;
	text-decoration: none;
	color: #666666;
}
.kopf .nav a:hover{
	color: #C91514;
}
.kopf .login{
	width: 400px;
	float: right;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 7px;
	padding-left: 15px;
}
.kopf .login input{
	width:130px;
	background-color:#CCCCCC;
	font-size: 11px;
	height: 12px;
}
.wrap_content {
	float: left;
	width: 899px;
	border-right-color: #D0D0D0;
	border-right-style: solid;
	border-right-width: 1px;
	background-color: #FFFFFF;
	padding-bottom: 15px;

}
.wrap_left {
	float: left;
	width: 265px;
}
.sec_nav {
	width: 260px;
	font-size: 12px;
	margin-top: 20px;
}
.sec_nav a{
	display: block;
	padding-left: 20px;
	height: 18px;
	border-bottom-color: #666666;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-image: url(../img/button_bg.jpg);
	width: 240px;
	background-repeat: no-repeat;
}
.sec_nav a:hover{
	background-image: url(../img/button_bg_over.jpg);
	color: #CE1616;
}
.sec_nav .active{
	background-image: url(../img/button_bg_over.jpg);
	color: #CE1616;
}
.sec_nav .activetop{
	background-image: url(../img/button_bg_over.jpg);
	color: #CE1616;
	border-top-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;
}
.sec_nav .top{
	border-top-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;
}
.news .news_headline {
	width: 240px;
	height: 22px;
	font-size: 13px;
}
.news {
	width: 220px;
	height: auto;
	background-color: #EBEBEB;
	font-size: 11px;
	padding: 10px 20px 10px 20px;
	color: #333333;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	margin-top: 20px;
}
.news a{
	color: #3F4C76;
	text-decoration: underline;
	padding-left: 5px;
}
.news a:hover{
	text-decoration: none;
}
.news .datum{
	font-size: 11px;
	color: #3F4C76;
	font-weight: bold;
}
.banner {
	width: 260px;
	height: 100px;
	background-image: url(../img/banner.jpg);
	margin-top: 20px;
}
.inhalt {
	font-size: 12px;
	float: right;
	width: 570px;
	padding: 35px 30px 10px 0px;
	color: #333333;
	line-height: 17px;
}
.inhalt a{
	color: #3F4C76;
	font-weight: bold;
	text-decoration: underline;
}
.inhalt a:hover{
	text-decoration: none;
}
.inhalt h1{
	font-size: 15px;
	font-weight: normal;
	margin: 0px 0px 30px 0px;
	border-bottom-color: #414E78;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-bottom: 5px;
}
.inhalt .rot{
	color: #3F4C76;
	font-weight:bold
}
.footer {
	width: 880px;
	height: 30px;
	clear: both;
	text-align: right;
	font-size: 11px;
	padding: 5px 20px 0px 0px;
	border-top-color: #D0D0D0;
	border-top-style: solid;
	border-top-width: 1px;
}
.footer a{
	color: #666666;
	text-decoration: none;
}
.footer a:hover{
	text-decoration: underline;
}
.kleineschrift {
	font-size: 9px;
}
