/* Textlinks formatieren */
a:link {
	color: #ECFD9E;
	text-decoration: none;
}
a:visited {
	color: #A5346C;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #8D0A0A;
}
a:active {
	text-decoration: none;
	color: #8D0A0A;
}



/* Überschriften formatieren */
h1 { 
	font-family:  	Arial, Helvetica, sans-serif;
	font-size:		14px;
	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: 	normal;
	color:			#FFFFFF;
}
h4 { 
	font-family:  	Arial, Helvetica, sans-serif;
	font-size:		12px;
	font-weight: 	bold;
	font-style: 	oblique;
	color:			#FFFFFF;
}
h5 { 
	font-family:  	Arial, Helvetica, sans-serif;
	font-size:		14px;
	font-weight: 	bold;
	font-style: 	normal;
	color: 			#FFFFFF;
	margin-top:		0px;
	margin-bottom:	3px;
}


body, html {
	margin: 0px;
	background-color: #374367;
	height: 100%;
}

#bckgnd_left {
	position:absolute;
	width:50%;
	height:100%;
	background-image: url(images/bckgnd_basic_left.jpg);
	background-repeat: repeat-x;
	background-position: top;
	z-index: 1;
}

#bckgnd_right {
	position:absolute;
	left:50%;
	width:50%;
	height:100%;
	background-image: url(images/bckgnd_basic_right.jpg);
	background-repeat: repeat-x;
	background-position: top;
	z-index: 1;
}

#bckgnd_container {
	position:absolute;
	width:100%;
	height:auto;
	background-image: url(images/bckgnd_basic_footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	z-index: 2;
}

#container {
	position:relative;
	width:900px;
	height:auto;
	background-image: url(images/bckgnd_content.jpg);
	left: 50%;
	margin-left: -450px;
	z-index: 2;
}

#header {
	position:relative;
	width:900px;
	height:340px;
	background-image: url(images/bckgnd_header.jpg);
}

#menubar {
	position:relative;
	width:900px;
	background-image: url(images/bckgnd_menubar.jpg);
	height: 110px;
}

#menue {
	position:absolute;
	left:271px;
	top:27px;
	width:630px;
	height:41px;
}
#buttons {
	position:absolute;
	width:270px;
	height:110px;
}

#submenue {
	position:relative;
	width:255px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
	left: 15px;
	min-height: 30px;
}
	#submenue a:link {
		color: #081B50;
		text-decoration: none;
	}
	#submenue a:visited {
		color: #081B50;
		text-decoration: none;
	}
	#submenue a:hover {
		text-decoration: none;
		color: #8D0A0A;
	}
	#submenue a:active {
		text-decoration: none;
		color: #8D0A0A;
	}

#container_content {
	position:relative;
	width:630px;
	height:auto;
	background-image: url(images/bckgnd_content_top.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	left: 15px;
	float: left;
}
#contents {
	position:relative;
	width:580px;
	height:auto;
	padding-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #081B50;
}

#footer {
	clear: both;
	position:relative;
	width:900px;
	height:133px;
	overflow:hidden;
	background-image: url(images/bckgnd_footer.jpg);
	background-repeat: no-repeat;
}

#copyright {
	position:absolute;
	left:460px;
	top:110px;
	width:390px;
	height:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D1DBDF;
	text-align: right;
}
