@charset "ISO-8859-1";
* { margin: 0px; padding: 0px; }




 #bodystandart 
 { 
    position: absolute; 
    width: 100%; 	
    height: 98% ;
    background-color:#F0F0F0;
    font-family: serif; 
    z-index: 0;
    min-height: 720px;
/*    min-width: 780px; */
 }
 

#topfield 
 { 
   position: absolute; 
   top: 0.3%;
   left: 0.5%;
   height: 5% ;
   right: 0.5%;
   z-index: 0;
 }
 


.mylogo 
 { 
   position: absolute; 
   top: 50%;
   left: 1% ;
   height: 70%;
   right: 1%; 
   z-index: 1;
   background-color:#DDDDDD; 
   border-radius:15px
   ;
 }



.mylogo2 
 { 
   position: absolute; 
   top: 50%;
   left: 5% ;
   height: 70%;
    width: 10%; 	
   z-index: 1;
   background-color:#DDDDDD; 
   border-radius:15px
   ;
 }



.myimage 
 { 
   position: absolute; 
   top: -50%;
   left: 5% ;
   height: 200%; 	
   width: auto;
   z-index: 3;
 } 

.ueberschrift 
 { 
   position: absolute; 
   top: 15%;
   left: 18%;
   color: black;
   font-family: Verdana;
   font-size:2.2vw;
   font-weight: 400 ;
   font-style: normal ;
   z-index: 2;
 }

 
 #menuefield 
 { 
   position: absolute; 
   top: 3.9%;
   right: 1%;
   height:3%; 
/*  right: 5px; */
   font-size: 2.0vw;
   z-index: 0;
 }


		
#menuefield  ul
{
  padding: 1em ;
  list-style-type: none ;
}

  
#menuefield  li
{
  display: inline-block;
}


#menuefield  a
{
  display: inline-block;
  padding: .2em 1em ;
}

#menuefield  a:hover
{
  background-color: lightgray ;
}


 #mainfield 
 { 
   position: absolute; 
   top: 10%;
   left: 0%;
   right: 0%;
   bottom:2.5%;
   z-index: 0;
   background-color:#DDDDDD;
   border-radius:15px;
/*   min-height: 510px; */
 }



#bottomfield 
 { 
   position: absolute; 
   height: 3% ;
   left: 1.5%;
   right: 1.5%;
 top: 96%;
   z-index: 0;
   background-color:#DDDDDD;
   border-radius:15px;
}

 
.one
 {
   position: absolute; 
   font-family:Arial,sans-serif;
   font-size: 0.9em;
   color:black;
   right: 2% ;
   top: 10%;    
}
 

 
.two
 {
   position: absolute; 
   font-family:Arial,sans-serif;
   font-size: 0.9em;
 /*  color:black; */
   left: 2% ;
   top: 10%;    
}


