
/*Der Navigationsbereich*/
 #menunav ul{ 
    background-color: #eaeaea;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px;
	height: 300px;
}


#menunav ul li {  
	list-style-type: none;
	text-align: center;
	padding-top: 0px;
} 

.menulinktext{
	font-size: 1.4em;
	position: relative;
	top: 20px;
}

.pmenunavtext{
	width: 100%;
	background-color: #00395d;
	color: white;
	height: 300px; 
	padding: 30px 20px 10px 20px;
	margin: 0px 0px 0px 0px;
	font-size: 1.8em;
	font-weight: 300;
}

.imgmenunav{	
	background-color: #eaeaea;
	max-height: 200px;
	width: auto;
	margin: 40px auto auto 40px;
}


 
/* #menunav ul li:hover .imgmenunav{
	-ms-transform: rotateX(90deg); 
    -webkit-transform: rotateX(90deg); 
	transform: rotateX(90deg);
	opacity: 0.0;
	
}  */

/*Haupbereich section*/

#divhome{
	margin-top: 0px;
	height: 666px;
	background-image: url("/bilder/fotos/home.jpg");
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
}

#divhometext{
	margin: 248px auto;
	min-height: 170px;
	width: 100%;
	max-width: 440px;
	background-color: #59a5d6;	
	text-align: center;
	padding: 10px 10px 10px 10px;	
}

#divhometext p{
	color: white;
	font-size: 1.7em;
	margin: 10px;
	font-weight: 300;
}

#divahome{
	border: solid 2px white;
	padding: 4px 6px 4px 6px;
	color: white;
} 

#divahome:hover{
	 border-color: #00395d;
	 color: #00395d;
}