/* 
Helden der Werbung
*/

body {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #000;
	padding: 0;
	margin: 0;
	background-color: #FFF;}
	
.red { color: #BD459F}

.redsmall { 
	font-size: 12px;
	color: #BD459F;}
	
#Container {
	position:relative;
	top: 50px;
	width:990px;
	padding:0;
	margin:auto;
	text-align:left;}
	
#Hauptnavigation {	
	position: absolute;
	top: 10px;
	left:100px;}	
	
#Inhalt {	
	position: absolute;
	top: 0px;
	left:0px;
	width: 990px;
	height: 650px;
	border: 1px solid #000;}
	
/* NAVIGATION */

ul#Navigation {
	position: absolute;
	top: 610px;
	left: 380px;
	margin: 0px; padding: 0px;
	z-index:10;}

ul#Navigation li {
	list-style: none;
	display: inline;
	margin: 20px; padding: 0;}

ul#Navigation a, ul#Navigation span {
	padding: 0px;
	text-decoration: none;
	color: #BD459F;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;}

ul#Navigation a:hover, ul#Navigation span {
	color: #000;}
	
	
	
	
