/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #989898;
	background-color:#000;
	background-image: url(../images/layout/site_back.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height:14px;
}
html, body{
	height:100%;	
}
html {
	overflow-x:hidden;
	overflow-y:auto;
}
.navi{
	margin:auto;
	width:955px;
	height:46px;
	background-image:url(../images/layout/navi_back.jpg);
	background-repeat:repeat-x;
}
a:link {
	color: #ffcb05;
	text-decoration:none;
}
a:visited {
	color: #ffcb05;
	text-decoration:none;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #ffcb05;
	text-decoration:none;
}
ul li{
	background: url(../images/layout/bulletpoint.gif) no-repeat left center;
	list-style-type:none;
	padding-left:15px;
	margin-left:-30px;
}
.home_news a:link{
	color: #989898;
	text-decoration:none;
}
.home_news a:visited {
	color: #989898;
	text-decoration:none;
}
.home_news a:hover {
	color: #FFF;
}
.home_news a:active {
	color: #ffcb05;
	text-decoration:none;
}
.main{
	margin:auto;
	height:auto;
	width:955px;
	background-color:#2d2d2d;
	text-align: center;
}
.home_box_head {
	background-image:url(../images/layout/home_box_headline.jpg);
	background-repeat:no-repeat;
}
.home_box_cont {
	background-image:url(../images/layout/home_box_content.jpg);
	background-repeat:no-repeat;
}
.sz_head {
	background-image:url(../images/layout/servicezugang_header.jpg);
	background-repeat:no-repeat;
}
.sz_cont {
	background-image:url(../images/layout/servicezugang_content.jpg);
	background-repeat:no-repeat;
}
h1 {
	font-size:16px;
}