/* Textlinks formatieren */
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #0033CC;
}
a:active {
	text-decoration: none;
	color: #000000;
}



/* Überschriften formatieren */
h1 { 
	font-family:  	"Times New Roman", Times, serif;
	font-size:		12px;
	font-weight: 	bold;
	font-style: 	normal;
	color:			#000066;
}
h2 { 
	font-family:  	"Times New Roman", Times, serif;
	font-size:		14px;
	font-weight: 	bold;
	font-style: 	normal;
	color:			#000066;
}
h3 { 
	font-family:  	"Times New Roman", Times, serif;
	font-size:		14px;
	font-weight: 	bold;
	font-style: 	oblique;
	color:			#000066;
}
h4 { 
	font-family:  	"Times New Roman", Times, serif;
	font-size:		12px;
	font-weight: 	bold;
	font-style: 	normal;
	color:			#990000;
}
h5 { 
	font-family:  	"Times New Roman", Times, serif;
	font-size:		14px;
	font-weight: 	bold;
	font-style: 	normal;
	color:			#990000;
}



#container {
	position:relative;
	top:0px;
	width:770px;
	height:auto;
	z-index:1;
	margin: auto;
	background-image: url(images/content.jpg);
}

#container_header {
	position:relative;
	width:770px;
	height:271px;
	z-index:2;
}
#header_left {
	position:absolute;
	left:0px;
	top:0px;
	width:320px;
	height:271px;
	z-index:3;
	background-image: url(images/header_left.jpg);
}
#header_right {
	position:absolute;
	left:320px;
	top:0px;
	width:450px;
	height:271px;
	z-index:3;
	background-image: url(images/header_right.jpg);
}
#contents {
	position:relative;
	width:493px;
	height:auto;
	z-index:2;
	left: 20px;
	float: left;
}
#news {
	position:relative;
	left:12px;
	width:244px;
	height:auto;
	z-index:2;
	float: left;
}
#footer {
	clear: both;
	position:relative;
	width:755px;
	height:12px;
	z-index:2;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	padding-top: 22px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000066;
	padding-left: 15px;
	overflow:hidden;
}

#menu {
	position:absolute;
	left:10px;
	top:158px;
	width:307px;
	height:20px;
	z-index:3;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align:center;
	font-weight:bold;
}
	#menu a:link {
		color: #FFFFFF;
		text-decoration: none;
	}
	#menu a:visited {
		text-decoration: none;
		color: #CCCCCC;
	}
	#menu a:hover {
		text-decoration: none;
		color: #990000;
	}
	#menu a:active {
		text-decoration: none;
		color: #990000;
	}

