﻿
body{
	background: black url(bg.png) top center no-repeat;margin:0px;
	font-family:Arial,Verdana,Sans-Serif;
}

#menueul
{
  height:50px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0; 
  float:left;
  position:relative;
}
#menueul > li
{
   margin:0;
   padding:0;  
   padding-left:6px;
   padding-right:6px;
   height:50px;
   line-height:50px;  
   font-size:13px;
   float:left;
   position:relative;
   border-left:1px solid #0a5b92;
}

#menuediv{
	position:absolute;
	top:0px;
	right:0px;
	background: url(menueoben.png) top left;
	height:50px;
	color:white;
	padding-left:0px;
	padding-right:30px;
	
	}
#logo{
	position:absolute;
	top:50px;
	left:0px;
	background: url(header2.png) top left no-repeat;
	height:194px;
	width:100%;
	}
	
#content{
	position:absolute;
	top:244px;
	left:0px;
	width:100%;
}


#menuelinks{
	width:270px;
	float:left;
	margin-left:10px;
	margin.right:30px;
}

.menuelinks_oben{
	background: url(m_oben.png) top left;
	width:270px;
	height:44px;
		
}	
.menuelinks_mitte{
	background: #0b4a74 url(m_mitte.png) top left no-repeat;
	width:268px;
	min-height:44px;
	border-right:1px solid #0a5b92;	
	border-left:1px solid #0a5b92;	
}

.menue2links_oben{
	background: url(m2_oben.png) top left;
	width:470px;
	height:44px;
		
}	
.menue2links_mitte{
	background: #0b4a74 url(m2_mitte2.png) top left no-repeat;
	width:468px;
	min-height:44px;
	border-right:1px solid #0a5b92;	
	border-left:1px solid #0a5b92;	
}

.menue2links_unten{
	background: url(m2_unten.png) top left;
	width:470px;
	height:44px;	
}

.menuelinks_mitte ul{
	margin:0px;	
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  color:white;

}

.menuelinks_mitte li{
	margin:0;
  padding:0;  
}

a{
	color:white;
	text-decoration:none;
	}

.menuelinks_unten{
	background: url(m_unten.png) top left;
	width:270px;
	height:44px;	
}
	
#hauptcontent{
	float:left;
	padding-left:20px;
	margin-top:20px;
	color:white;
	}















