/* CSS Document */



html,body{

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


}
img{
	border:0;

}

a            { font-family: Georgia;font-size: 12px; color: #1A2534;text-decoration:none }
a:hover      { font-family: Georgia;font-size: 12px;color: #1A2534;text-decoration:none }

a.extra{ font-family: Georgia; font-size: 12px; font-weight: bold; color: #ffffff;text-decoration:none }
a.extra:hover{ font-family: Georgia; font-size: 12px; font-weight: bold; color: #ffffff;text-decoration:none;

}

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

a.extra3{ font-family: Georgia; font-size: 12px;  color: #ffffff;text-decoration:none  }
a.extra3:hover{ font-family: Georgia; font-size: 12px;  color: #ffffff;text-decoration:none}
a.extra4{ font-family: Georgia; font-size: 12px; font-weight: bold;  color: #ffffff;text-decoration:none  }
a.extra4:hover{ font-family: Georgia; font-size: 12px; font-weight: bold;  color: #ffffff;text-decoration:none}


body{
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	bottom:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #1A2534;
	background-attachment: fixed;
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
	right: 0px;
	background-color: #8CB1B9;
	background-position: center top;
	background-image: url(bilder/bg.jpg);

	
}

div#container{
	text-align:left;
	width:1000px;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(bilder/bg_content.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div#header{
	float:right;
	width:1000px;
	height: 502px;
	background-repeat: no-repeat;
	background-image: url(bilder/bg_top.jpg);
}

div#header2{
	float:right;
	width:1000px;
	height: 146px;
	background-repeat: no-repeat;
	background-image: url(bilder/bg_top.jpg);
}


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

div#content2{
	float:none;
	width: 1000px;
	height:auto;
	clip: rect(0px,auto,0px,auto);
	clear: both;
	background-repeat: no-repeat;
	background-position: center top;
}


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

