html {
	height: 100%;
}

body {
	background-color:#FFFFFF;
	margin: 0;
	padding: 0;
	height: 100%;
}

#wrap1 {
 display: table; 
 height: 100%;  
 width: 100%;
 #position: relative; 
 overflow: hidden;
}

#wrap2 {
	#position: absolute; 
	#top: 50%;
	width: 100%;
	display: table-cell; 
	vertical-align: middle;
}


#bild {	
	#position: relative; 
	#top: -50%;
	background-image: url(../images/startseite.jpg);
	background-repeat: no-repeat;
	width: 640px;
	height: 430px;
	text-align: left;
}

#navi {
	padding: 250px 0px 0px 400px; 

}

#navi ul{
	list-style:none;
}

#navi li {
}

#navi li a {
	display: block;
	width: 180px;
	margin: 10px 0px 10px 0px;
	height: 20px;
	overflow: hidden;
	text-align: right;
	color: #262A72;
	font-style:italic;
	font-weight: bold;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	text-decoration: none;
}

#navi li a:hover {
	text-decoration: underline;
}
