/* CSS Document */



html,body{

	margin:0;
	padding:0;
	height:100%;


}
img{
	border:0;

}

a            { font-family: Verdana;  color: #ffffff;text-decoration:none }
a:hover      { font-family: Verdana; color: #ffffff;text-decoration:none }

a.extra{ font-family: Verdana; font-size: 10px;  color: #ffffff;text-decoration:none }
a.extra:hover{ font-family:Verdana; font-size: 10px;  color: #ffffff;text-decoration:none;

}

a.extra2{ font-family: Verdana; font-size: 11px;  color: #ffffff;text-decoration:none  }
a.extra2:hover{ font-family: Verdana; font-size: 11px;  color: #ffffff;text-decoration:none}

a.extra3{ font-family: Verdana; font-size: 10px;  color: #ffffff;text-decoration:none  }
a.extra3:hover{ font-family: Verdana; font-size: 10px;  color: #ffffff;text-decoration:none}




body{
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	bottom:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-image: url(bilder/bg2.jpg);
	left: 0px;
	top: 0px;
	right: 0px;
	background-color: #000000;
	background-position: center top;

	
}

div#container{
	text-align:left;
	width:985px;
	margin:0 auto;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/bg1.jpg);
}

div#header{
	float:none;
	width:985px;
	height: 169px;
	background-repeat: no-repeat;
	background-image: url(bilder/header.jpg);
	background-position: center top;
}
div#bild{
	float:right;
	width:900px;
	height: 285px;
	background-repeat: repeat-x;
}


div#content{
	float:none;
	width: 985px;
	height:auto;
	clip: rect(0px,auto,0px,auto);
	clear: both;
	background-image: url(bilder/bg_content.png);
	background-repeat: repeat-y;
	background-position: center top;
}


div#footer{
	height: 55px;
	width:985px;
	float: none;
	background-image: url(bilder/bg_footer.png);
	clear: none;
	background-repeat: no-repeat;
	background-position: center top;
}

