/* Textlinks formatieren */
a:link {
	color: #003300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003300;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #003300;
}

/* Überschriften formatieren */
h1 { 
	font-family: 	Arial, Helvetica, sans-serif;
	font-size:		16px;
	font-weight: 	bold;
	font-style: 	normal;
	color:			#FFFFFF;
}
h2 { 
	font-family: 	Arial, Helvetica, sans-serif;
	font-size:		14px;
	font-weight: 	bold;
	font-style: 	normal;
	color:			#FFFFFF;
}
h3 { 
	font-family: 	Arial, Helvetica, sans-serif;
	font-size:		12px;
	font-weight: 	bold;
	font-style: 	oblique;
	color:			#FFFFFF;
}
h4 { 
	font-family: 	Arial, Helvetica, sans-serif;
	font-size:		12px;
	font-weight: 	bold;
	font-style: 	normal;
	color:			#FFFFFF;
}
h5 { 
	font-family: 	Arial, Helvetica, sans-serif;
	font-size:		14px;
	font-weight: 	bold;
	font-style: 	normal;
	color:			#FFFFFF;
}

#container {
	position:absolute;
	left:50%;
	top:50%;
	width:950px;
	height:600px;
	margin: -300px 0px  0px -475px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	z-index: 1;
}
#bckgnd {
	position:absolute;
	width:100%;
	height:100%;
	z-index:0;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}
#news {
	position:absolute;
	top:-15px;
	width:500px;
	height:12px;
	left: 10px;
}
#top_menue {
	position:absolute;
	top:-15px;
	width:200px;
	height:12px;
	left: 530px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}

#bckgnd_top {
	position:absolute;
	width:100%;
	height:50%;
	background-image: url(images/bckgnd_winter_top.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #acc0e3;
}
#bckgnd_bottom {
	position:absolute;
	top:50%;
	width:100%;
	height:50%;
	background-image: url(images/bckgnd_winter_bottom.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
