body {
 background-color: #FFFFFF;
 margin-left:0;
 margin-right:0;
 margin-top:0;
 font-family: 'Cabin', sans-serif;
 font-size: 15px;
}

h1 {
    display: block;
    font-size: 16px;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}



h1#rechts {
  padding: 0px;
  text-align: center;
  color: #FFFFFF;

}

h2 {
   font-size: 14px;
   text-decoration: underline;
}

.rand tr:hover, .rand tr.alt:hover
{
    background: #FEFF81!important;
}

td {
  vertical-align: top;
  padding: 5px;
}

.navi {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #FFFFFF;
  background:-moz-linear-gradient(bottom,#860000,#AA0000); /* Firefox */
  background:-webkit-gradient(linear,left top,left bottom,from(#AA0000),to(#860000)); /* Chrome, Safari */
  background-image: -ms-linear-gradient(top, #AA0000 0%, #860000 100%); /* Internet Explorer */
  height: 55px;
  padding: 5px 0px 5px 10px;
  box-shadow: 5px 5px 5px #666;
  -moz-box-shadow: 5px 5px 5px #666;
  -webkit-box-shadow: 5px 5px 5px #666;
  /*border-radius: 5px;*/
}

.container {
  margin-left:auto;
  margin-right:auto;
  width: 1000px;
}

.inhalt {
  margin-top: 60px;
  margin-bottom: 60px;  
  margin-left:auto;
  margin-right:auto;
  width: 1000px;
  min-height: 800px;
  padding-bottom: 60px;
}


.inhalt_ivr {
  margin-top: 60px;
  margin-bottom: 60px;  
  margin-left:auto;
  margin-right:auto;
  min-height: auto;
  padding-bottom: 60px;
}


.links {
 float:left;
 width: 650px;
 margin-bottom: 60px;  
}

.rechts {
 float:right;
 overflow:hidden 
 width: 300px;
 margin-top: 15px;
 margin-bottom: 60px; 
 border:1px solid #AA0000;
 border-radius: 5px;
 box-shadow: 5px 5px 5px #666;
 -moz-box-shadow: 5px 5px 5px #666;
 -webkit-box-shadow: 5px 5px 5px #666; 
 background:-moz-linear-gradient(bottom,#860000,#AA0000); /* Firefox */
 background:-webkit-gradient(linear,left top,left bottom,from(#AA0000),to(#860000)); /* Chrome, Safari */
 background-image: -ms-linear-gradient(top, #AA0000 0%, #860000 100%); /* Internet Explorer */ 
}

.rand {
  background-color: #FFFFFF;
  border-collapse:collapse;  

}

.rand td, .rand  th {
  padding: 5px;
  border: 1px solid #4F4F4F;
  font-size: 12px;
}

.rand th {
  background-color: #DDDDDD;
}
  
.fotos {
 float:right;
 width: 300px;
 margin-top: 15px;
 margin-bottom: 60px; 
}

* {
 margin:0;
 padding:0;
 list-style:none;
 text-decoration:none;
}

a {
  color: #F00000;
}

.form-control {
  height: 20px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #CC0000;
  background-color: #efefef;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  color: #003399; 
  font-weight: bold; 
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-submit {
  height: 40px;
  padding: 6px 6px;
  font-size: 14px;
  font-weight: bold; 
  color: #CC0000;
  background-color: #aaaaaa;
  background-image: none;
  border: 2px solid #888888;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

li {
 list-style-image: url(../../img/check.png);
 list-style-position: outside;
 margin-left: 1.5em; 
 padding-top: 3px;
}

ul#navi  {
  float:left;
  width:100%;
          
}

ul#navi a {
 display:block;
 margin-left: 10px;
 padding:5px;
 color:#fff;
 font-size: 13px;
 font-weight:bold;
 border:1px solid #fff;
 text-align:center;
 border-radius: 5px;
}

/* Untermenü */

ul#navi li ul a {
 position:relative;            
 float:left; 
 border: 0px;
 color: #AA0000;
 padding: 2px;
 font-size: 12px;
 margin-left: 5px;
 margin-right: 10px; 
 text-align: left;
}

ul#navi li  {
 position:relative;   
 margin-left: 0em;
 padding-top: 0em;         
 float:left; 
 list-style-image: none;
 /*width: 150px;                 Hinzugefügt 150px / 16 = 9.375 */
}

/* Alle Ebenen ausblenden */

ul#navi ul  ,
ul#navi  li:hover ul ul , 
ul#navi  li:hover  ul ul ul  {
 position:absolute;
 left:-99999px;
 background:#FFF;
 color:#FFF;
 padding: 2px;
 z-index: 2;
}

ul#navi  li:hover ul {
  background:#DADADA;
  border: 1px solid #AA0000;
  border-radius: 5px;
  width: auto;
  height: auto;
  margin-left: 10px;
}

ul#navi ul {
 top:auto;      
             /* Neue Position definiert 16px Schriftgröße + (2 x 5px) padding = 30px / 16 = 1.875em*/
}

ul#navi li:hover ul {
 left:0%;
 float:left;
}
                                 /* Neuer Deklarationsblock um die Unterpunkte präzise zu positionieren */
ul#navi ul  li:hover  ul , 
ul#navi ul  ul li:hover  ul  {
 position:absolute;
 left:100%;
 top:0;
 }


/* Hover Hinter- und Vordergrundfarbe für alle Ebenen */
ul#navi li:hover > a , ul#navi  ul li:hover  > a, ul#navi ul  ul  li:hover  > a, ul#navi ul  ul ul  li:hover  > a  {
  background:#FFFFFF;
  color:#AA0000;
}

ul#navi a span {
 float:right;
  font-weight:normal;
  }  
  
#navi .aktiv {
  background:#FFFFFF;
  color:#AA0000;
}  

.mitteilung {
  color:#CC0000;
  font-weight: bold;

}

table {
border-collapse:collapse;

}

th {
  background:#dddddd;
  padding: 5px;
  font-weight: bold;
  border: 1px solid #000;
  overflow:hidden;
}

td.rand {
  background:#eeeeee;
  padding: 5px;
  border: 1px solid #000;
  overflow:hidden;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  color: #FFFFFF;
  background:-moz-linear-gradient(bottom,#860000,#AA0000); /* Firefox */
  background:-webkit-gradient(linear,left top,left bottom,from(#AA0000),to(#860000)); /* Chrome, Safari */
  background-image: -ms-linear-gradient(top, #AA0000 0%, #860000 100%); /* Internet Explorer */
  height: 20px;
  padding: 5px 0px 5px 10px;
  box-shadow: 5px -5px 5px #666;
  -moz-box-shadow: 5px -5px 5px #666;
  -webkit-box-shadow: 5px -5px 5px #666;
  /*border-radius: 5px;*/
}
