/* Stylesheet fleet_pages  */

/*----------- GENERELLES -----------*/
* {margin:0; padding:0;}
body {text-align:center; font: 75% arial, helvetica, sans-serif; color:#333; background-color:#e6e6e6;} /*font: 75% fuer arial 12 px*/
h1 {font-size:1.3em; color:#23679D;}
h2 {font-size:1em; font-weight:bold; font-size:1em; padding-top:12px; padding-bottom:4px;}
h3 {font-size:1em; font-weight:bold; font-size:1em; padding-top:12px; padding-bottom:0px; color:#777;}
h4 { color: #e6e6e6; font-size: 0.3em; font-weight: lighter; text-align: center }
p {font-size:1em; line-height:1.3em;}
td, table {font-size:1em;}
img {border:none;}

/*------------ LAYOUT -------------*/
#container {width:958px; margin:0px auto; text-align:left; background: url(../img/bg_fleet.GIF) top left repeat-y; }
#oben {position:relative; width:100%; height:20px; background:#e6e6e6; text-align:right; padding-top:20px;}
#header {position:relative; width:100%; height:110px; background:#666;}
#leftnav {position:relative; float:left; width:234px; min-height:430px; }
*html #leftnav {height:430px;} /*mindesthoehe IE6*/
#content {position:relative; float:right; width:724px; background:#fff;} /*mindesthoehe Mozz, IE7*/
#content_position {margin:30px 50px 30px 50px;}
#footer {position:relative; width:100%; clear:both; background:#e6e6e6; padding-top:8px; height:32px;}

/*------------ LEFTNAV ------------*/
#leftnav ul {margin:30px 0 30px 30px;}
#leftnav li {list-style-type:none;}
#leftnav ul a {text-decoration:none; font-weight:normal; display:block; padding: 10px 0 4px 0px; width:204px; border-bottom: 1px solid #fff;}
#leftnav ul a:link, #leftnav ul a:visited {color: #fff; }
#leftnav ul a:hover, #leftnav ul a:active { font-weight:bold; }
.navstatus {font-weight:bold; }

/*------------ CONTENT ------------*/
#content strong {font-weight:bold; color:#777;}
p.abstand {padding-top:8px;} 
#content ul {list-style-type:disk; list-style-position:inside; line-height:1.5em;}

#content a, #content a:link, #content a:visited {color:#333; }
#content a:hover, #content a:active {text-decoration:underline; color:#23679D;}

/*------------ FOOTER ------------*/
#footer a {padding:0 5px 0 5px; font-size:0.9em;}
#footer a, #footer a:link, #footer a:visited {color:#333; text-decoration:none;}
#footer a:hover, #footer a:active {color:#23679D;}


