/* 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: #990000;
	margin:0;
}

/* -------------------------------------------------------*/

#container {
	position:relative;
	width:780px;
	height:auto;
	z-index:1;
	margin:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	background-image: url(images/backgnd_bottom.jpg);
	background-position: bottom;
}
#trailer {
	position:relative;
	width:780px;
	height:255px;
	z-index:2;
	background-image: url(images/backgnd_top.jpg);
}
#MenuNavigation {
	position:relative;
	width:740px;
	height:30px;
	left:20px;
	z-index:5;
}
#container2 {
	position:relative;
	width:780px;
	height:auto;
	z-index:2;
	margin:0px;
	background-image:url(images/backgnd.jpg);
	background-repeat:repeat-y;
}
#contents {
	position:relative;
	width:520px;
	height:auto;
	z-index:3;
	left: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCCC;
}
#bottombox {
	position:relative;
	width:780px;
	height:90px;
	z-index:3;
	overflow: hidden;
	background-image: url(images/backgnd_bottom.jpg);
	background-repeat: no-repeat;
}

#newsbox {
	position:absolute;
	width:185px;
	height:300px;
	left:570px;
	top:25px;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	z-index:4;
	overflow:hidden;
	background-image: url(images/backgnd_news.jpg);
	background-repeat: no-repeat;
}

#adressbox {
	position:absolute;
	width:320px;
	height:40px;
	left:230px;
	top:50px;
	z-index:4;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 11px;
}
#menu_unten {
	position:absolute;
	left:18px;
	top:40px;
	width:194px;
	height:20px;
	z-index:4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
#weblogo {
	position:absolute;
	width:100px;
	height:20px;
	left:600px;
	top:40px;
	z-index:4;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
}
