@CHARSET "UTF-8";
*{
	margin:0;
	padding:0;
	color:#494948;
	font-family:Arial, Verdana, sans-serif;
}
img{
	border:none;
}
body{
	background: url("../images/bg.png") center top no-repeat;
}
center{
	min-width:999px;
	background: url("../images/logo.png") center top no-repeat;
}
div#All{
	width:999px;
	min-height:1080px;
	position:relative;
	text-align:left;
}
* html div#All{
	height:1080px;
}

a {
	text-decoration: none;
}

a:hover,a.active,a.active:hover{
	color:#bc2906 !important;
}

div#logo{
	top:62px;
	left:52px;
	width:125px;
	height:100px;
	position:absolute;
}
div#logo a{
	width:125px;
	height:110px;
	display:block;
	text-decoration:none;
}
div#top_menu{
	top:88px;
	left:330px;
	height:30px;
	position:absolute;
}
div#top_menu *,div#footer *,div#left_menu *{
	font-size:15px;
	line-height:17px;
	color:#494948;
	text-decoration:none;
	float:left;
	list-style:none;
	display:block;
}
div#top_menu a,div#footer a{
	margin-right:40px;
}
div#header{
	width:952px;
	top:172px;
	left:22px;
	height:191px;
	position:absolute;
}
div#footer{
	background-image: url("../images/footer.png");
	width: 999px;
	height: 70px;
	overflow: hidden;
	position:relative;
}
div#footer ul{
	margin-left:330px;
	margin-top: 20px;
}
div#left_menu{
	top:430px;
	left:70px;
	width:250px;
	position:absolute;
}
div#left_menu ul{
	width:200px;
	overflow:hidden;	
}
div#left_menu li{
	margin-bottom:27px;
	clear:both;
}
div#content{
	padding:428px 0 20px 330px;
	width:485px;
	text-align:left;
}
h1{
	font-size:19px;
	line-height:22px;
	margin-bottom:40px;
	width:540px;
	position:relative;
	overflow:hidden;
}
h1 span{
	color:#bc2906;
	font-weight:normal;
}
div#content p,div#content li,div#content dl{
	line-height:28px;
	font-size:12px;
	text-align:left;
}
div#content h2,h3{
	text-transform:uppercase;
	margin-top:5px;
	margin-bottom:15px;
	font-size:12px;
}
h3{
	color:#bc2906;
	margin-top:30px;
	margin-bottom:6px;
}
div#content dl strong{
	margin:0;
	color:#bc2906;
	display:block;
}
div#content dl a{
	text-decoration:none;
}
div#content dl a:hover{
	text-decoration:underline;
}
div#notiz{
	position:absolute;
	left:-40px;
	top:465px;
	width:294px;
	height:459px;
	overflow:hidden;
}
div#notiz img{
	position:absolute;
	z-index:1;
	left:0;
	top:0;
}
div#notiz h1{
	position:absolute;
	z-index:2;
	top:90px;
	left:40px;
	font-size:19px;
}
div#notiz div.notiz{
	position:absolute;
	z-index:3;
	top:124px;
	left:40px;
	width:215px;
	height:260px;
	overflow:hidden;
}
div#notiz div.notiz p{
	font-size:12px;
	line-height:24px;
}
div#notiz a.notiz{
	position:absolute;
	z-index:4;
	top:396px;
	left:40px;
	overflow:hidden;
	color:#bc2906;
	padding-left:14px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background:url("../images/pfeil.gif") left center no-repeat;
}
div#foot{
	background-color:#fff;
	height:10px;
}
input.submit{
	border:none;
	background:url('../images/pfeil.gif') left center no-repeat;
	color: rgb(197,70,39);
	padding-left:12px;
	font-weight:bold;"
}
div.clear{
	height:0;
	oveflow:hidden;
	line-height:0;
	font-size:0;
}
* html div.clear{
	display:none;
}
