html, body {
  margin:0;
  padding:0;
  background-color:#C0C0B2;
  /*background-image: url(../images/trailer_homepage_start.jpg);*/
}

div,p,body,html,table,input,button { 
  font: normal 12px Helvetica,Verdana,Arial; 
  line-height:16px;
  color:#424242;
}

a {
  font: normal 12px Helvetica,Verdana,Arial; 
        line-height:16px;
  color:#424242;
}

h1,h2,h3,h4,h5,h6 { 
  font: normal 16px Helvetica,Verdana,Arial;
        line-height:20px;
        color:#424242;
}

li {
  margin-left:-24px;
}

p, td, li {
  line-height:16px;
}

iframe {
   margin-left:-12px;
}

img.block {
  display:block;
}

div, img {
  margin:0;
  padding:0;
  border:0;
}

hr {
  border:1px solid #CCC;
  color: #CCC;
  height: 1px;
}

div#blau {
  color:#2E499A;
}

form {
  font: normal 12px Helvetica,Verdana,Arial; 
  line-height:16px;
  color:#000;
}

#box {
  position:absolute;
  height:100%;
  width:99.9%;
  bottom:0px;

  margin-left:auto;
  margin-right:auto;
  text-align:center;
  background-position:center;
  background-repeat: repeat-y;
}

div#container {
  
  width:954px;
  margin-top:-5px;
  text-align:left;
  margin-right:auto;
  margin-left:auto;
  bottom:0px;
  border:0px solid silver;
  background-color:#fff;
  /*background-image: url(../images/bg_container.jpg);*/
  background-repeat: repeat-y;
  overflow:hidden;
}


div#top {
  font-weight: normal;
  line-height:16px;
  letter-spacing:1px;
  /*clear:both;*/
  background-color:#CC0000;
  text-align:left;
  color:#000;  
 
  margin-left:0px;  
  height:25px;
  z-index:1;
  margin-top:5px;
  padding-top:10px;
  padding-left:10px;

}

div#top a {
   text-decoration: none;
   color:#000;
   }

div#top a:hover {
   font-weight: normal;
   color:#FFF;   
   
}

div#top_right {
  text-align:right;
  margin-top:-15px;
  /* padding-top:10px; */
}


div#header { 
    background-color:white; 
  margin-bottom:-5px;
  z-index:2;
}

/*-----------------------------------*/

div#links { 
  font-weight: normal;
  float:left;
  width:149px;
  padding-top:42px;
  bottom:0;
  padding-left:10px;
  padding-right:27px;
  background-color: transparent;
  color:#fff;
  /*height:100%;*/
  margin-top:-26px;
}

div#links a {
   text-decoration: none;
   color:#424242;
   }

div#links a:hover {
   color:#000;
   font-weight: bold;
   font-size:12px;
   }

.active {
   color:#E50000;
   font-weight:bold;

}

.white {
  color:#424242;
  font-size:12px;
  padding-left:5px;
  padding-top:5px;
  text-align:left;
}

div#submenu {
  padding-left:10px;
  margin-top:5px;
  margin-right:-50px;
  /*padding-right:-5px;*/
}

div#submenu a{
        color:#424242;
  font-size:12px;
}

div#head { 
  font-weight: bold;
  padding-top:5px;
  padding-bottom:5px;
}


div#center { 
  margin-left:50px;
  margin-left:13px;
  padding-top:20px;
  width:500px; 
  min-height:400px;
  background-color: transparent;
  bottom:0;
  float:left;
}

div#right { 
  width:200px; 
  /*height:100%;*/
  float:right; 
  /*text-align:left;  */
  padding-top:20px;
  padding-left:0px;  
  padding-right:10px;
  /*bottom:0;*/
  /*padding-left:25%;  
  padding-right:25%;*/
  background-color:transparent;
}

.float-left { 
  float:left; 
}

div#druckbutton a{
  font-size: 10px; 
}

/* LOGOUT-Button Frontend */
.logout {
  font-weight:bold;
}


/* Styles fuer RTE

table {
  table-layout:fixed;
  width:470px;
}
 */
 
td {
  vertical-align:top; 
  overflow:hidden; 
  padding:2px
}

.breite_150 {
  width:150px;
}

.breite_300 {
  width:300px;
}

.fett {
  font-weight:bold;
}

.kursiv {
  font-style:italic;
}


form label {display:inline;float:left;width:200px;}

form input[type="text"] {margin-bottom:10px;}

form textarea {width:230px; margin-bottom:10px;}

