@charset "utf-8";
/* CSS Document */
* {
margin:0;
padding:0;
}

body,html{
	background-color: #c9252b; 
	color:black;
	font:12px Verdana, Helvetica, sans-serif;
}
#header{
height:82px;
background:no-repeat;
}
#stoerer {
left:57px;
position:absolute;
top:97px;
width:170px;
z-index:9;
}
#stoerer div p a, #stoerer div p{
color:white;
font-weight:bold;
line-height:16px;
text-align:center;
text-decoration:none;
}
#container{
	padding-top:50px;
	position:relative;
	margin:0 auto;
	width:658px;
	height:100%;
}
#frame {
	margin: 0 auto;	width: 1024px;
}
#background {
	background: url(../images/bg_start.jpg) no-repeat scroll top center;
	position: absolute;
	width:1024px;
	height:700px;

}
#content{
}
#footer{
	color:white;

	font-family:Verdana,Helvetica,sans-serif;
	line-height:20px;
	padding:15px 0;
	position:relative;
	top:456px;
	width:658px;
}
p.bodytext a.internal-link:hover{
	color:#f58220;
}
p.bodytext a.internal-link{
	text-align:right;
	text-decoration:none;
	font-weight:bold;
	color:white;
	display:block;
}
div.col{
	float:left;
	border:white 1px solid;
}

