body 
{ 
  margin: 0px; 
  background-color: #00007f; 
  color: #eeeeee;
  font-family: arial, helvetica, sans-serif;
}

img 
{ 
  border: 0px; 
}

#header 
{ 
  width: 100%;
  height: 145px; 
  background-image: url("http://www.internationalairborneoperations.com/gfx/titel_background.jpg");
  background-repeat: repeat-x;
  position: fixed; 
  top: 0px;
  left: 0px;
  z-index: 2;
}

* html #header {
  position: absolute;
}

#menu 
{
  width: 180px; 
  font-size: 11px; 
  color: #000000; 
  position: fixed; 
  top: 155px; 
  left: 10px; 
  z-index: 3;

}

* html #menu {
  position: absolute;
}

#menu ul {
        font-size: small;
        font-weight: bold;
        margin: 0;
        padding: 0;
        list-style: none;
        width: 170px;
        }
        
#menu li {
        position: relative;
	margin:0px;
	border-bottom:1px solid #141B0B;
	color: #D9CEB8;
	font-size: 1em;
	text-decoration: none;
	background-color:#00009f;
	padding:0px;
}

#menu li a {
		margin:0px;
		display: block;
		color: #F5F8EF;
		font-size: 1em;
		text-decoration: none;
		border-left:5px solid #F5F8EF;
		padding:5px;
	}
	
#menu li a:hover {
      	background-color:#256d9c;
    		border-bottom: 0px;
    		border-right:5px solid #F5F8EF;
        }	

#main 
{ 
  color: #eeeeee; 
  font-size: 14px;
  margin-top: 170px; 
  margin-left: 200px; 
  margin-right: 10px;
  margin-bottom: 10px;
  z-index: 4;
}

#main img {
  max-width:900px;
  width: expression(this.width > 900 ? 900: true);
}

#main table {
	background-color: #00005f;
}
#main table th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color: #00009f;
	-moz-border-radius: 3px 3px 3px 3px;	
}
#main table td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color: #00005f;
}

#main h1 
{
  margin-top: 15px; 
  font-size: 24px; 
  font-weight: 500; 
  color: #dddddd; 
  text-align: center;
  margin-bottom:0px;
}

#main h2 
{
  margin-top: 10px; 
  font-size: 18px; 
  font-weight: 500; 
  color: #dddddd; 
  margin-bottom:0px;
  text-align: center;
}

#main h3 
{
  margin-top: 10px; 
  font-size: 16px; 
  font-weight: 500; 
  color: #dddddd; 
  margin-bottom:0px;
  text-align: center;
}

#main ul 
{ 
  margin-top: 15px; 
  margin-bottom: 15px; 
  margin-right: 50px;
}

#main a 
{ 
  color: #ffff66; 
  text-decoration: underline;
}

#main a:hover 
{ 
  color: #ffff66; 
  text-decoration: underline overline;
}

.ab 
{ 
	padding-top: 3px; 
	clear : both; 
}

.bez 
{
	float: left;
	width: 80px;
	text-align: right;
	font-weight : bold; 
}

.formw {
	float: right;
	width: 290px;
	text-align: left; 
}

