﻿
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body{
	margin:0px;
	margin-top:0px;
	padding:0px;
	overflow-y:scroll; 
	background-color:white;
	background-image:url('../images/background.jpg');
	background-position:center top;
	background-attachment:fixed;
	background-repeat:no-repeat;
	color:black;
}

img{
	-ms-interpolation-mode: bicubic;
}


a{
	color:black;
	text-decoration:none;
}

a:hover, a.aktiv{
	text-decoration:underline;
}

h1{
	font-size:14px;
}

h2{
	font-size:13px;
}

h3,h4{
	font-size:12px;
	margin-bottom:0px;
}

h4{
	font-weight:normal;
	font-style:italic;
}

.clear{
	clear:both;
	height:0px;
}


#page{
	width:1157px;
	margin:0 auto;
	padding-top:0px;
	padding-bottom:0px;
	min-height:800px;	
	background-image:url('../images/main_bg_repeat.png');
	background-position:center top;
	background-repeat:repeat-y;
}

#paddinghelper{
	margin-left:27px;
	margin-right:27px;
}

#footer{
	width:1157px;
	margin:0 auto;
	background-image:url('../images/footer.png');
	background-repeat:no-repeat;
	height:65px;
	padding-bottom:50px;
}

#footercontent{
	line-height:65px;
	letter-spacing:1px;
}

#footercontent p{
	text-align:center;
	color:white;
}

#footercontent a{
	color:white;
}

#footercontent #impressumlink{
	margin-left:20px;
}

#footercontent #agblink{
	margin-left:20px;
}

#navi{
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
	margin-top:-12px;
	background-image:url('../images/navi_schatten.png');
	background-repeat:no-repeat;
	background-position:center 50px;
}

#navi ul {
float: left;
position: relative; 
left: 50%;
margin: 0 auto;
padding: 0; 
list-style-type: none;
}

#navi ul li {
float: left;
position: relative;
right: 50%;
margin-left:12px;
margin-right:12px;
}

#navi ul li a {
width: auto;
display: block;
padding-left:10px;
padding-right:10px;
line-height: 63px;
font-size:16px;
letter-spacing:2pt;
font-weight:bold;
}

#navi ul li a span.left{
	background-image:url('../images/navi_left.png');
	left:-12px;
	
}

#navi ul li a span.right{
	background-image:url('../images/navi_right.png');
	right:-11px;
}

#navi ul li a span.left, #navi ul li a span.right{
	display:none;
	position:absolute;
	width:12px;
	height:63px;
	background-position:left top;
	background-repeat:no-repeat;
}



#navi ul li a:hover, #navi ul li a.aktiv{
	background-image:url('../images/navi_main.png');
	background-repeat:repeat-x;
	text-decoration:none;
	color:white;
}

#navi ul li a:hover span.left, #navi ul li a:hover span.right, #navi ul li a.aktiv span.left, #navi ul li a.aktiv span.right{
	display:inline-block;
}

#navi ul li a span.star{
	width:11px;
	height:10px;
	display:inline-block;
	background-image:url('../images/stern_schwarz.png');
	background-position:center center;
	background-repeat:no-repeat;
	padding-right:10px;
}

#navi ul li a:hover span.star, #navi ul li a.aktiv span.star{
	background-image:url('../images/stern_weiss.png');
}

#content{
	padding-top:25px;
}

#content #leftcontent{
	width:550px;
	float:left;
	margin-left:25px;
}

#content #rightcontent{
	width:500px;
	float:right;
	margin-right:2px;
}

#aufzaehlung{
	height:220px;
	background-image:url('../images/rightcontent_bg_repeat.png');
	background-repeat:repeat-x;
	background-position:center top;
	color:white;
	margin-top:-36px;
}

#aufzaehlung ul{
	list-style-type:none;
	margin-left:20px;
}

#aufzaehlung ul li{
	padding-top:15px;
	margin-left:0px;
	font-size:17px;
	
}

#aufzaehlung ul li span{
	background-image:url('../images/stern_gross.png');
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:30px;
}

#anfragebox{
	background-image:url('../images/rightcontent_bg_repeat.png');
	font-style:italic;
	font-weight:bold;	
	line-height:50px;
	padding-left:25px;
	margin-bottom:50px;
}

#anfragebox a{
	color:white;
	font-size:20px;
	font-weight:normal;
	background-image:url('../images/stern_gross.png');
	background-repeat:no-repeat;
	background-position:left 3px;
	padding-left:30px;
}

#anfragebox a:hover{
	text-decoration:none;
}
