/* ----------------------------------------------------------------------------------- */
/* ---------------------------- Globale Eigentschaften ------------------------------- */
/* ----------------------------------------------------------------------------------- */
	body  {
		margin: 0;
		padding: 0;
		font-family: Verdana,Tahoma, Arial, Serif;	
		line-height: 1.5em;
		font-size: 10px; /* IE5 Win */
  		voice-family: "\"}\""; 
  		voice-family: inherit;
  		font-size: 10px; /* easy scaling */
  		font-size: 0.76em;
    		background-image:url(http://www.aero-sails.de/fileadmin/template/images/bg_line.gif);	
   		background-repeat:repeat-x;
   		background-color:#003366;
    		text-align: center;
    		overflow:scroll;
    		hight:100%;
    	       }
	a {
		color:#0033ff;
		text-decoration:none;
		}	
	a:hover {
		color:#000088;
		}
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
#container { 
    	width:1000px;
    	height:90.8%;
    	background-color:#003366;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:4px;
	margin-top:4px;	
    } 
   
#header { 
	height:120px;
	width:100%;
	background-image:url(http://www.aero-sails.de/fileadmin/template/images/aero.jpg);
	background-repeat:no-repeat;
	background-color:#003366;
	color:#6699FF;;
	border-bottom-color:#003366;
	border-bottom-style:solid;
	border-bottom-width:thick;
	font-size:13px;
    }
    
.Stilheader {
	color: #E4F6FF;
	font-weight:bold;
	}

#header a { 
	color:#6699FF;
	} 
#header a:hover { 
	color:#fFF;
	} 
#left {	
	float:left;
	  }
#main {
	float: right;
	width: 825px;
	padding: 0;	
	margin: 0;	
	background-color:#E7F1FD;
	background-image:url(http://www.aero-sails.de/fileadmin/template/images/cbg.jpg);	
}
#menu_1 {
	float:left;
	text-align:left;
	padding-top:3em;
	padding-left:5px;
	background-color:#003366;
	z-index: 1;
	list-style:none;
	font-size:13px;
    }
#topmenu{
	width: 825px;
	float:right; 	
	background:url(http://www.aero-sails.de/fileadmin/template/images/bg_eck_liob.gif) top left no-repeat;
	background-color:#E7F1FD; 
    	}
    	
#content{
	min-height:480px;
	height:auto !important;  /* für moderne Browser */
	height:480px;  /*für den IE */
    	padding-top:4px;
    	padding-left:15px;
    	repeat:no-repeat;
	text-align:left;
	float:left;
    	}
 
#footer {
	width: 825px;
	height:19px;
	float:right;
	background:url(http://www.aero-sails.de/fileadmin/template/images/bg_eck_reun.gif) bottom right no-repeat;
	background-color:#E7F1FD;
	margin-bottom:1em;
       } 
    
    .fltrt {
    	float: right;
    }
    .fltlft {
    	float: left;
    }
    .clearfloat { 
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
    
/* ----------------------------------------------------------------------------------- */
/* --------------------------  Formatierung des Menus  ------------------------------- */
/* ----------------------------------------------------------------------------------- */

#menu_1 li {
	text-decoration:none;
	padding-top:2px;
	padding-bottom:2px;
	border-left-color:#003366;
	border-left-style:solid;
}
#menu_1 li.menu1-level1-no a {
color:#6699FF;
}
#menu_1 li.menu1-level1-act a {
color:#FFF;
}
#menu_1 li.menu1-level2-no a {
color:#8DB3E7;
margin-left:3px;
}
#menu_1 li.menu1-level2-act a {
color:#fff;
margin-left:3px;
}
#menu_1 li.menu1-level3-no a {
color:#A6C8E7;
margin-left:8px;
}
#menu_1 li.menu1-level3-act a {
color:#FFF;
margin-left:8px;
text-decoration:underline;
}
