/* CSS Document */

a:link { text-decoration:none; color:white;  }
a:visited { text-decoration:none;color:white; }
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}

h1 { 
	 font-size:16pt;
	 text-align:center;
     color:black;
	 font-family:Geneva, Arial, Helvetica, sans-serif;
     font-style:italic;
   }

h2 { 
	 font-size:14pt;
	 text-align:center;
     color:black;
	 font-family:Geneva, Arial, Helvetica, sans-serif;
     /*font-style:bold; */
	 margin-bottom:30px;
   }
   
h3 { 
	 background-color:#f6f4ea;
  	 border-width:1px;
  	 border-style:solid;
  	 border-color:lightgrey;
	 font-size:13pt;
	 text-align:left;
     color:black;
	 font-family:Geneva, Arial, Helvetica, sans-serif;
     font-style: normal;
	 margin-bottom:30px;
	
   }

h4 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
  	font-style: normal;
	font-size:10pt;
	font-weight: bold;
	text-align:center;
   }
   

body { 
	 font-size:12pt;
     font-family:Geneva,Helvetica,san-serif;
	 margin-left:1cm;
	 margin-right:1cm;
	 text-align:justify;
	 /* font-style:bold; */
     color:black;
	 }

#seite {
	 margin:auto;
	 width:800px;
	 height:962px;
	 border-width:1px;
	 border-style:solid;
	 border-color:lightgrey;
	 background-color:white;
	 }

#top{
	background:url(bg_top.png);
	margin:auto;
	width:auto;
	height:17px;
	text-align:right;
	/*font:Geneva, Arial, Helvetica, sans-serif; */
	font-size:13px;
	color:white;
	}
#rahmen {
  margin:auto;
  width:auto;
  text-align:justify; }
  
  #menu {
  background:#4483b8;
  margin-top:0px;
  width:120px;
  float:left;
  height:850px;
  border-width:0px;
  border-top:0px;
  border-style:solid;
  border-color:lightgrey;
  position:relative;
}  
  
.menuelement {
  background:#4483b8;
  border-bottom:1px;
  border-left:0px;
  border-right:0px;
  border-top:0px;
  border-style: solid;
  border-color:lightgrey;
  margin-top:auto;
  /*margin-left:3px;*/
  width:105px;
  padding:2px;
  text-align:right;
  color:white;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:10pt;
  text-align:justify;
  cursor:pointer;
  }
  
  .menuelement:hover{
  background-color: #CCCCCC;
  color:black;
  }
  
  .subelement:hover{
  background-color: #CCCCCC;
  color:black;
  }
  
  .subelement {
  background:#4483b8;
  border-bottom:1px;
  border-left:0px;
  border-right:0px;
  border-top:0px;
  border-style: solid;
  border-color:lightgrey;
  margin-top:auto;
  margin-left:10px;
  width:95px;
  padding:2px;
  text-align:right;
  font-family: Arial, Helvetica, sans-serif;
  color:white;
  font-weight:normal;
  font-size:10pt;
  text-align:justify;
  cursor:pointer;
  }

 /* 
#menu {
  background:#4483b8;
  margin-top:0px;
  width:120px;
  float:left;
  height:850px;
  border-width:0px;
  border-top:0px;
  border-style:solid;
  border-color:lightgrey;
  position:relative;
}  
  
.menuelement {
  background:#4483b8;
  border-bottom:1px;
  border-left:0px;
  border-right:0px;
  border-top:0px;
  border-style: solid;
  border-color:lightgrey;
  margin-top:auto;
  margin-left:3px;
  width:105px;
  padding:2px;
  text-align:right;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size:11pt;
  color:white;
  text-align:justify;
  cursor:pointer;
  }
*/
.subelement_flugzeuge{
  position:absolute;
  top:110px;
  left:108px;
  visibility:hidden;
  cursor:pointer;
 }
 
.subelement_kontakt{
  position:absolute;
  top:243px;
  left:108px;
  visibility:hidden;
  cursor:pointer;
 }
  
  #text{
  margin-top:20px;
  margin-left:125px;
  padding-left:10px;
  text-align:center;
  width:653px;
  }
  
   #flugzeuge{
  border-width:1px;
  border-style:solid;
  border-color:lightgrey;
  background-color:#f6f4ea;
  padding:3px;
  float:left;
  margin:auto; 
  text-align:left;
  vertical-align:text-top;
  margin-bottom:30px;
  width: 645px;
  
  }
  
  #daten{
  margin-left:20px;
  float:left;
  text-align:left;
  color:black;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size:10pt;
  width: auto;
  }
  

