/* CSS Document */

body { background-image:url(media/background_start.gif); }

#container { text-align:center;  padding-top: 30px;
	background-image:url(media/flecken3.gif);
	background-repeat:no-repeat;
	background-position: top right;
	position: relative;
}

#menu_intro a img { margin: 0 1px; }
#menu_intro { width: 612px; margin: 0 auto; text-align:center; }
#content_intro { width:612px; background-color: black; height:435px; margin: 0 auto;}

#menu_labels { width: 600px; margin: 0 auto; margin-bottom: 10px; height: 30px; }
#menu_labels div { 
	width: 200px; 
	float:left; 
	text-align:center;
	padding-top: 5px;
	
	font-family:"Courier New", Courier, mono;  
	color:white; 
	font-size: 12px;
}

#copyright { 
	color: #9C6115; 
	font-size: 10px;
	font-family:"Courier New", Courier, mono; 
	
	padding-top: 13px; 
	margin-bottom: 20px;  
	margin-left: 0;
}

#newsteaser {
	width:230px;
	height:180px;
	position:absolute;
	left: 766px;
	top: 368px;
	background-position: top left;
	background-repeat:no-repeat;
	background-image:url(media/newsteaser_bg.gif);
	
	font-family: "Courier New", Courier, mono;
}
#newsteaser h4 { text-align:right; margin-right: 15px; margin-bottom: 0; font-size: 12px; margin-top: 15px; }
#newsteaser p { margin-bottom:8px; margin-top:8px; margin-left: 44px; font-size: 12px;}

