/* Textlinks formatieren */
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}

/* Überschriften formatieren */
h1 { 
	font-family:  	Arial, Helvetica, sans-serif;
	font-size:		12px;
	font-weight: 	bold;
	font-style: 	normal;
	color:			#FFFFFF;
	margin-bottom:	5px;
	margin-top:		5px;
}

h2 { 
	font-family:  	Arial, Helvetica, sans-serif;
	font-size:		12px;
	font-weight: 	bold;
	font-style: 	oblique;
	color:			#FFFFFF;
	margin-bottom:	5px;
	margin-top:		5px;
}

h3 { 
	font-family:  	Arial, Helvetica, sans-serif;
	font-size:		14px;
	font-weight: 	bold;
	font-style: 	normal;
	color:			#FFFFFF;
	margin-bottom:	5px;
	margin-top:		5px;
}

h4 { 
	font-family:  	Arial, Helvetica, sans-serif;
	font-size:		14px;
	font-weight: 	bold;
	font-style: 	oblique;
	color:			#FFFFFF;
	margin-bottom:	5px;
	margin-top:		5px;
}

h5 { 
	font-family:  	Arial, Helvetica, sans-serif;
	font-size:		14px;
	font-weight: 	bold;
	font-style: 	normal;
	color:			#006600;
	margin-bottom:	5px;
	margin-top:		5px;
}


/* Abstand zwischen Überschrift und Text auf Null setzen 
p{ 
margin-top: 0px; 
} */

body {
	background-color: #B4B9D5;
	margin:0;
}

/* -------------------------------------------------------*/

#container {
	width:790px;
	height:auto;
	background-image: url(images/bckgnd_content.jpg);
	left: 50%;
	position: absolute;
	margin-left: -395px;
}
#trailer {
	position:relative;
	width:790px;
	height:165px;
	background-image: url(images/bckgnd_trailer.jpg);
}
#menu_container {
	position:relative;
	width:790px;
	height:47px;
	background-image: url(images/bckgnd_menu.jpg);
	overflow:visible;
	z-index:4;
}
#menunavigation {
	position:absolute;
	left:157px;
	top:25px;
	width:461px;
	height:20px;
	z-index:5;
}

#content_container{
	position: relative;
	width: 790px;
	height:auto;
}
#contents {
	position:relative;
	width:520px;
	height:220;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCCC;
	float: left;
	left: 30px;
}
#bottombox {
	position:relative;
	width:790px;
	height:220px;
	overflow: hidden;
	background-image: url(images/bckgnd_footer.jpg);
	background-repeat: no-repeat;
	background-color: #B4B9D5;
	clear: both;
}

#newsbox {
	position:relative;
	width:200px;
	height:auto;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	overflow:hidden;
	float: left;
	background-image: url(images/bckgnd_content_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	left: 20px;
}

#adressbox {
	position:absolute;
	width:320px;
	height:35px;
	left:250px;
	top:185px;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}
	#adressbox p {
		margin: 0px;
	}

#menu_unten {
	position:absolute;
	left:18px;
	top:190px;
	width:194px;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#weblogo {
	position:absolute;
	width:200px;
	height:20px;
	left:574px;
	top:191px;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-align: right;
}
