/************GENERELL***********/
* {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-family: Verdana, Arial, New Times Roman;
}

html, body {
  height: 100%;
  background: url(../../images/bg.jpg) #30be22 repeat-x;
}

img{
  border: 0;
}

#page{
  height: 100%;
  width: 900px;
  margin: 0 auto;
  position: relative;
}

a{
  color: orange;
}

h2
{
  font-size: 16px;
  color:    #0091d7;
  font-family: verdana;
}


/************CUSTOMIZATION*********/

#leftbar{
  width: 0px;
  background-color: #0091d7;
}

#menubar{
  clear: both;
  width: 200px;
  background-color: orange;
}
/*******************************/
/******** LEFT ***************/

#leftbar{
  height: 181px;
  padding-top: 40px;
  float: left;
  overflow: hidden;
}

#logo{
  width: 200px;
  height: 216px;
  float: left;
  overflow: hidden;
  background-color: #ffffff;
}

#menubar{
  min-height: 300px;
  height:auto !important;/* für moderne Browser */
  height: 300px;/*für den IE */
}

#menubar a{
  text-decoration: none;
  color: black;
}

.subnavi, .hauptnavi{
  list-style: none;
}

.subnavi{
  margin-bottom: 10px;
  font-size: 12px;
}
.hauptnavi  li{
    border-bottom:1px solid #ffffff;
    padding-bottom:4px;

}
.hauptnavi ul li{
    border-bottom:0px solid;
}

.hauptnavi{
  margin-left: 30px;
  padding-top: 30px;
}

.hauptnavi li.active a {
  font-size: 15px;
  color:#ffffff;
  text-decoration: none;
}

.hauptnavi li.inactive a {
  font-size: 15px;
  text-decoration: none;
}

.subnavi li.aktuell a span, .subnavi li.aktuell_cus a span {
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
}


.subnavi li.aktuell4 a span, .subnavi li.aktuell4_cus a span {
  font-size: 12px;
  color: orange;
  text-decoration: none;
}

.contentline{

   height: 3px; color: black; background-color: gray; border: none;
}


.inactive{
  margin-bottom: 5px;
}

.hauptnavi li.active{
  font-weight: bold;
}

.aktuell{
  font-style: normal;
  font-weight: normal;
  margin-left: 10px;
  font-size: 12px;
  padding-top:2px;
  padding-bottom:2px;
}

.aktuell_cus{
  font-style: normal;
  font-weight: normal;
  margin-left: 10px;
  margin-top: 10px;
    padding-top:2px;
  padding-bottom:2px;
}

.subnavi li.aktuell4{
  margin-top: 10px;
   padding-top:2px;
  padding-bottom:2px;
}

.subnavi li.aktuell4_cus{
  margin-top: 0px;
  padding-top:2px;
  padding-bottom:2px;
}

.aktuell4{
  padding-left: 10px;
  background-color: #ffffff;
  width:140px;
  padding-top:1px;
  padding-bottom:1px;
}

.aktuell4_cus{
  padding-left: 10px;
  background-color: #ffffff;
  width:140px;
  padding-top:1px;
  padding-bottom:1px;
}
/********************************/
/**************MIDDLE************/

#topbar{
  height: 26px;
  background-color: white;
  font-size: 12px;
}

#middlebild{
  height: 190px;
  width: 700px;
  }

#motto span{
  font-size: 13px;
}

#motto{
  margin-left: 30px;
  margin-top: 5px;
  font-weight: bold;
  color: #000000;

}

#links{
  width: 320px;
  height: 30px;
  margin-left: 383px;
  margin-top: -15px;
}

.linkspace{
  margin-left: 20px;
}

#centercol{
  margin: 30px;
}

#centercol li{
  margin-left: 25px;
/* margin-bottom: -0px;      */

}

@-moz-document url-prefix()
 {
    #centercol li {
        margin-bottom: -10px;
    }
}

td
{
  font-size: 12px !important;
}

.cutText{
 width: 555px;

}


/********************************/
/**************ALL***************/

#middle{
  min-height: 100%;/* Mindesthöhe für moderne Browser */
  height:auto !important;/* Important Regel für moderne Browser */
  height: 100%;/* Mindesthöhe für den IE */
}

#leftbar, #logo, #topbar{
  border-top: 15px solid #02c1f1;
}

#right {
  
  padding: 0;
  margin: 0;
  width: auto;
  overflow: hidden;
}

#middle {
  background-color: white;
  padding: 0;
  margin: 0;
  width: 700px;
  float: left;
  overflow: hidden;
  height: 700px;
}

#left {
  background-color: orange;
  padding: 0;
  margin: 0;
  width: 200px;
  float: left;
  overflow: hidden;
}

#text
{
  font-size: 12px;
}


/**********************************/