/* CSS Document */
body {
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: #003366;
    text-align:center;
}
.stil1 {
    font-size:12px;
    color: #ffffff;
    font-family:Arial, Helvetica, sans-serif;
    
}
.stil2 {
       font-size:10px;
}
.stil3 {
    color: #C0C0C0;
}
.stil4 {
        font-size: 12px;
        font-weight: bold;
}
.stil5 {color: #007CF9}
.fuss {
    font-size:11px;
    color: #ffffff;
    font-family:Arial, Helvetica, sans-serif;
    padding-top: 10px;
}
#mitte {
    margin-left: auto;
    margin-right: auto;
    width:650px;
}
#logo {
    width:650px;
    height:50px;
    background-image: url(logo.gif);
}
#menu {
    width:650px;
    height:22px;
    border: 0px;
    background-image: url(menu.gif);
}
#main {
    width:650px;
    border: 0px solid #FFFFFF;
    background-color:#007CF9;
    overflow:visible;
}
#links {
      width:200px;
    border: 0px solid #FFFFFF;
    margin-left:0px;
    margin-top:0px;
    margin-right:0px;
    margin-bottom:0px;
    float:left;
}
#news{
    width:200px;
    height:150px;
    border: 0px solid #FFFFFF;
    background-color:#0052A4;
    float:left;
    text-align:right;
}
#news h4 {
   display:none;
}
#content_links {
    color:#FFFFFF;
    font-family:Arial, Helvetica, sans-serif;
    padding-left:15px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:10px;
    text-align:left;
}
#more {
    width:200px;
    height:150px;
    border: 0px solid #FFFFFF;
    background-color:#0065CA;
    float:left;
    margin-left: 0px;
    text-align:right;

}
#menu_links {
    width:630px;
    height:22px;
    border: 0px;    
    float:right;

}
/*
  NEU NEU NEU
*/
#navi {
    width:630px;
    height:22px;
    border: 0px;
    float:right;
    text-align:left;
}
#navi a span {
 display:none;
}
#navi hr {
 display:none;
}
#navi h4 {
 display:none;
}
#nav_home {
 background-image: url(home-button.gif);
 float:left;
 width:60px;
 height:22px;
}
#nav_home:hover {
 background-image: url(home-button_o.gif);
}
#nav_karriere {
 background-image: url(karriere-button.gif);
 float:left;
 width:75px;
 height:22px;
}
#nav_karriere:hover {
 background-image: url(karriere-button_o.gif);
}
#nav_sehen {
 background-image: url(sehen-button.gif);
 float:left;
 width:60px;
 height:22px;
}
#nav_sehen:hover {
 background-image: url(sehen-button_o.gif);
}
#nav_hear {
 background-image: url(hear-button.gif);
 float:left;
 width:60px;
 height:22px;
}
#nav_hear:hover {
 background-image: url(hear-button_o.gif);
}
#nav_kontakt {
 background-image: url(kontakt-button.gif);
 float:left;
 width:75px;
 height:22px;
}
#nav_kontakt:hover {
 background-image: url(kontakt-button_o.gif);
}
/*
 ENDE DER NEUHEITEN
*/
#fill {
    width:420px;
    min-height:275px;
    float:right;
    background-color:#00458A;
    text-align:left;
    font-family:Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 12px;
    padding-left:20px;
    padding-right:10px;
    padding-top:15px;
    padding-bottom:10px;
    overflow: visible;

}
/* Internet Explorer Hack */
*html #fill {
 height:275px;
}

textarea, input { 
    border-top:#0052A4 solid thin;
    border-bottom:#0052A4 solid thin;
    border-right:#0052A4 solid thin;
    border-left:#0052A4 solid thin;
    font-family:Arial, Helvetica, sans-serif;
    color: white;
    background-color:#0065CA;
}

.eintrag {
    width: 95%;
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 0px;
    border-bottom: 0px;
    border-color: #0065CA;
    padding: 5px;
}

.hear {
    width: 95%;
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 0px;
    border-bottom: 0px;
    border-color: #0065CA;
    padding: 5px;
    margin-top:4px;
}

.links {
   float: right;
   margin: -.99em 0 0 0;
   padding: 0;
   line-height: 1;
}

A:link {COLOR: white; TEXT-DECORATION: none}
A:visited {COLOR: white; TEXT-DECORATION: none}
A:hover {COLOR: white; TEXT-DECORATION: underline}
A.two:link {COLOR: black; TEXT-DECORATION: none}
A.two:visited {COLOR: black; TEXT-DECORATION: none}
A.two:hover {COLOR: black; TEXT-DECORATION: underline}