/* ------------------------------------------------------------ */
/* GLOBAL */
/* ------------------------------------------------------------ */
*{
margin:0;
padding:0;
}
html,body{
height:100%;
}
body{
background: #1D2226;
font:normal normal normal 11px Verdana,Geneva,Helvetica,sans-serif;/*standardfontdefinition*/
overflow: -moz-scrollbars-vertical;
}
img{
border:0;
}
/* ------------------------------------------------------------ */
/* GLOBALE POSITIONIERUNG */
/* ------------------------------------------------------------ */
/* zentriert vertikal mit page zusammen */
#distance{
float:left;
height:50%;
margin-bottom:-342px;/* halbe containerhöhe */
width:1px;
}
/*trgt alle elemente und zentriert sie im viewport */
#page{
clear:left;
color:white;
margin:0 auto;
position:relative;
width:990px;
min-height: 100%;
height: auto;
background: transparent url(../img/page_back.png) no-repeat top left;
background-color: #73818E;
z-index: 0;
}
#content{
position: relative;
float:right;
padding:0 0 0 0;
width:700px;
height: auto;
z-index: 100;
}
#content_text{
text-align: left;;
margin-top: 20px;	
padding-bottom: 0px;
}
#content_text a{
color: #FFB81F;
}
#content h1 {
font-size: 14px;
font-weight: bold;
margin-bottom: 20px;
}
#content p {
margin: 20px 200px 0 0;
font-size: 11px;
line-height: 1.3em;
}
/* ------------------------------------------------------------ */
/*  Hauptmenü   */
/* ------------------------------------------------------------ */
.navi{
margin: 48px 0px 10px 0px;
width: 700px;
height: 20px;
list-style: none;
}
.navi li{
width: 175px;
height: 20px;
float: left;
border-bottom: 2px solid;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
text-align: center;
}
.navi li a{
color: White;
text-decoration: none;
}
.navi li a:hover{
color: #EEE;
text-decoration: none;
}
.navi li a.aktiv {
color: #FFB81F;
}
.navi li.blau {
border-color: #0075FF;
}
.navi li.gruen {
border-color: #43B81F;
}
.navi li.gelb {
border-color: #FFB81F;
}
.navi li.braun {
border-color: #644300;
}
.navi li.rot {
border-color: #990000;
}
/*   LISTEN  */
.equipment{
line-height: 20px;
margin-top: 20px;
}
.equipment li{
list-style: none;
}
/*   FOOTER */
#footer{
height: 25px;
width: 400px;
margin: 25px 0 0 300px;
list-style: none;
}
#footer li{
height: 25px;
width: 80px;
float: left;
list-style: none;
font-family: Arial, Helvetica, sans-serif;
color: #3E5266;
font-size: 10px;
text-align: left
}
#footer li a{
color: #3E5266;
text-decoration: none;
}