/*Layout - enth&auml;lt alle Inhalts Elemente -----------------------------------*/
/*Inhaltselemente+++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body{
	text-align:center;
	background:#fff url(images/bg-body.jpg) repeat-y center fixed;
	line-height:1.2em;
	font-family:Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size:75%;
	color:#333;
}

/*Classes++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*Align*/
.la{/* Linksausrichtung*/
	float:left; 
	margin-right:.5em;
}
.ra{/* Rechtsausrichtung*/
	float:right
}
/*Clear All*/
.clear {
	height:1px; 
	font-size:.0001em; 
	clear:both; 
}
/*Align center*/
.center{
	text-align:center;
	margin-bottom:1em;
	}
/*Big fontsize*/
.huge{
	font-size:2em;
}
/*Table*/
td.bottom,
th.bottom{
	vertical-align:bottom !important;
}
/*Ausblenden von Elementen*/
.hide{
display:none;}

/*Wrap-  umgebender Div++++++++++++++++++++++++++++++++++++++++++++++++*/
#wrap{
	margin:auto;
	width:960px;
	background:#fff;
	text-align:left;
}
/*Header*/
#header{
	background:#F1F1F1;
	height:100px;
	padding:5px 15px;	
}
#header a{
	text-decoration:none;
	color: #F1F1F1;
}
#header a:link{
	text-decoration:none;
	color: #F1F1F1;
}
#header a:visited{
	text-decoration:none;
	color: #F1F1F1;
}
#header a:hover{
	text-decoration:none;
	color: #F1F1F1;
}
#header a:active{
	text-decoration:none;
	color: #F1F1F1;
}
#header #claim{
	width:240px;
	height:23px;
	text-indent:-999em;
	background:url(images/claim-webhostone.gif);
	float:left;
	margin:50px 0 0 30px;
}
#header #metanav ul{
	float:right;	
}
#header #metanav li{
	display:inline;
	margin-left:5px;
	padding-left:5px;
	border-left:1px solid #999;
	font-weight:bold;
	font-family: Trebuchet MS,Helvetica,Arial,sans-serif;
	font-size: 100%;
	line-height: 2.4em;	
}
#header #metanav li a{
	color:#999;
}
#header #metanav li a:link{
	text-decoration:none;	
}
#header #metanav li a:visited{
	text-decoration:none;	
}
#header #metanav li a:hover{
	text-decoration:underline;	
}
#header #metanav li a:active{
	text-decoration:none;	
}
#header #metanav li.first{
	border:none;	
}