#wrapper{
	/*margin:0 0 0 20px;*/
}

#logo{
	display: block;
	background: transparent url('./layout/logo.png') no-repeat 0 0;
	text-indent: -9999px;
	height: 138px;
	
}



#claim{
	background: transparent url('./layout/claim.png') no-repeat top right;
	text-indent: -9999px;
	height: 138px;
}



/*################### Navi ####################*/

#navi a{
	display: block;
	text-decoration: none;
	float: left;
	width: 233px;
	height: 25px;
	line-height: 25px;
	background-color: #00519e;
	margin-right: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	color: #fff;

}

#navi a:last-child{
	margin-right: 0px;
}


#navi a{

}



#mainHome{
	background: transparent url('./layout/bg01.jpg') no-repeat 0 0;
	height: 513px;

}


#mainHome .ht{
	margin: 310px 30px 0 0;	
	text-align: right;
}




#mainHome .ht h1{
	background-color: #fafafa;
	display: inline;
	color: #00519e;
	line-height: 1.6em;
	

}


h1{

	line-height: 1.5em;
	

}



.content{
	background-color: #00519e;
	width:482px;
	margin-right: 8px;
	color: #fff;
	padding: 50px 70px;
	line-height: 1.2em;
	height: 513px;
}



p{	
	font-size: 0.9em;
	margin:0 0 1em 0;
}








.rechts{
	background: transparent url('./layout/bg02.jpg') no-repeat 0 0;
	height: 513px;
	margin-left: 8px;
	width:482px;

}



#impressum{
	position: absolute;
	bottom: 30px;
	right: 30px;
}


#impressum a{
	text-decoration: none;
	color: #888;
}


#result{
	background-color: #dfdfdf;
	font-size: 0.8em;
	color:#000; 
	display: none;
	position: absolute;
	top: 100px;
	width: 300px;

	border: 1px solid #ff0000;
	left: 60px;
	padding:20px;
	-webkit-box-shadow:  0px 0px 2px 0px #333333;
	-moz-box-shadow:  0px 0px 2px 0px #333333;
	box-shadow:  0px 0px 2px 0px #333333; 
	
	
}