* {
list-style: none;
margin: 0;
padding: 0;
text-decoration: none;
} 

body{  
	background-color: #FFFFFF; 
	font-family : verdana,arial, helvetica;
 	font-size : 11px;
	text-align : left;
 	color : #0f218b;
	background-image: url("first_back.jpg");	
	height:100%;
	overflow:hidden;
}

#mitte {
	position:absolute;
	top:50%; 
	left:50%;
	margin-left:-450px; 
	margin-top:-301px;
	width: 901px;
	height: 602px;
	background-image: url("first.jpg");
	
}  

#top_wrapper
{
 	width:799px;
	height:40px;
}

#logo_soelden{
 	position:absolute;
	margin-top:30px;
	margin-left:30px; 
	background-image: url("logo_soelden.png");	
	background-repeat: no-repeat;
	width:135px;
	height:39px;
	float: left; 
	z-index:5;

}

#logo {
 	position:absolute;
	margin-left:570px;
	margin-top:20px;
	width: 308px;
	height:59px;
	background-image: url("logo_glanzer_2011.png"); 
	float:right;
	z-index:5;
}

#menuleiste {
 	position:absolute;
	margin-top:  150px;
	margin-left: 25px;
	width: 900px;
	height: 299px; 
	z-index:5;
} 

#menuleiste li
{
 	float:left;
	width:204px;
	height:299px;
	overflow:hidden;
} 


#menuleiste li a
{
 	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:60px;
	width:180px;
	height:250px;
	overflow:hidden; 
	color: #0f218b;
}				   


#menu1
{
	margin:0px;
	padding-right:12px;
	width:204px;
	height:299px;
	background: url("menu_intersport_glanzer.png") 0px 0px no-repeat;	
	overflow:hidden;  
	z-index:3;
}

#menu2
{
	margin:0px;
	padding-right:12px;
	width:204px;
	height:299px;
	background: url("menu_zimmer.png") 0px 0px no-repeat;	
	overflow:hidden;  
	z-index:3;
}

#menu3
{
	margin:0px;
	padding-right:12px;
	width:204px;
	height:299px;
	background: url("menu_moreboards.png") 0px 0px no-repeat;	
	overflow:hidden;  
	z-index:3;
}

#menu4
{
	margin:0px;
	padding-right:12px;
	width:204px;
	height:299px;
	background: url("menu_fashion.png") 0px 0px no-repeat;	
	overflow:hidden;  
	z-index:3;
}


#specials
{
	position:absolute;
	margin-top:  430px;
	margin-left: 420px;
	width: 460px;
	height: 203px; 
	background: url("specials.png") repeat-y;	
	z-index:3;
}

#specials_content
{
	position:absolute;
	margin-top:  60px;
	padding-left: 65px;
	z-index:5;
}



#footer
{
 	margin-top: 560px;
	margin-left: 30px;
	width: 799px;
	height:30px;
	font-family : verdana,arial, helvetica;
	font-size : 11px;
	font-weight : bold;

	color :#FFFFFF;
}	

h2.white  {
	font-family : trebuchet ms,verdana,arial, helvetica;
	font-size : 16px;
	font-weight : bold;
	text-align : left;
	line-height: 16px;
	padding-bottom:8px;
	color :#FFFFFF;
} 

h2.blue  {
	font-family : trebuchet ms,verdana,arial, helvetica;
	font-size : 16px;
	font-weight : bold;
	text-align : left;
	line-height: 18px;
	padding-bottom:8px;
	color :#0f218b;
}	   

a {
   color: #0f218b; 
}

a:hover
{
 	color: #0f218b;
}

a.blue {
   color: #0f218b; 
}

a.blue:hover
{
 	color: #bf002c;
}



