html {
	overflow-y:scroll;
}
body {
	background:url(../gfx/layout/back.jpg) repeat-x;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}
#header {
	width:936px;
	height:107px;
	margin:auto;
	background-image:url(../gfx/layout/header.jpg);
}
a {
color:#000000;}
a:hover {	color:#A12726;
}
#navi {
	overflow: hidden;
	position:relative;
	top:82px;
	left:40px;
	height:23px;
	width:850px;
}
#navi a {
	color:#FFFFFF;
	text-decoration:none;
}
#teaser {
	width:936px;
	height:342px;
	margin:auto;
	background-image:url(../gfx/layout/teaser.jpg);
}
#content {
	width:936px;
	min-height: 150px;
	margin:auto;
	padding-top:20px;
	padding-bottom:0px;
	background-image:url(../gfx/layout/content.jpg);
	background-repeat:repeat-y;
	margin-top:0px;
}
#footer {
	width:936px;
	height:43px;
	margin:auto;
	background-image:url(../gfx/layout/footer.jpg);
}
.margin {
	margin:00px 40px 00px 40px;
}
p, h1 {
	padding:0px !important;
	margin:0px !important;
}
.headline {
	font-size:16px;
	color:#08438F;
}
.subhead {
	color:#A12726;
	font-weight:bold;
}

#teasertext {
width:340px;
height:300px;
padding-top:20px;
margin-left:40px;
}

.strich {

background-color: #fff;

}

.strich_hell {
background-color: #666;
}

.news_title {
	color:#A12726;
	font-weight:bold;
}
.news_text {
 line-height:12px;
text-align: justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;

}




