/*RESET--------------------------------------------------------*/
@import url("resetem.css");
/*GENERELL-----------------------------------------------------*/
body {
  background: #AABE73;
  }
  
#rand {
  width: 930px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  background: #FFF;
  }

#gesamt {
  font: 12px Verdana, Helvetica, sans-serif;
  color: #32325A;
  }
  
/*HEADER--------------------------------------------------------*/
#header {
  position: relative;
  }
  
/*NAV_PERM------------------------------------------------------*/
#nav_perm {
  position: absolute;
  top: 140px;
  left: 510px;
  background: #32325A;
  padding: 0 10px 0 8px;
  }

#nav_perm ul li {
  display: inline;
  float: left;
  margin: 4px 7px;
  }

#nav_perm ul li a {
  text-decoration: none;
  font-size: 11px;
  text-align: center;
  color: #FFF;
  }

/*HAUPTBEREICH--------------------------------------------------*/
#haupt {
  margin-top: 20px;
  }
  
/*NAV_LINKS 1. EBENE -------------------------------------------*/
#nav_links {
  float: left;
  width: 215px;
  margin: 1px 0 0 0;
  padding-right: 25px;
  background-color: #FFF;
  border-right: 1px solid #AABE73;
  }  

#nav_links ul.menu li {
  margin: 4px 0;
  /*background: url(../images/ulmenuli.gif) left top no-repeat;*/
  }
  
#nav_links ul.menu li a { 
  text-decoration: none;
  font-weight: bold;
  color: #32325A;
  padding: 4px 0 4px 9px;
  display: block;
  border-left: 5px solid #AABE73;
  }

#nav_links ul.menu li.sel a {
  color: #FFF;
  /*background: url(../images/ulmenulisel.gif) left top no-repeat;*/
  border-left: 5px solid #32325A;
  background-color: #AABE73;
  }
  
/*NAV_LINKS 2. EBENE -------------------------------------------*/
#nav_links ul.menu ul.submenu li a {
  font-weight: normal;
  color: #32325A;
  padding: 4px 0 4px 19px;
  background: #FFF;
  border-left: none;
  }

#nav_links ul.menu ul.submenu li.subsel a {
  text-decoration: underline;
  }

/*CONTENT_RECHTS-------------------------------------------------*/
#content_rechts {
  margin-left: 240px;
  padding: 15px 70px 1px 25px;
  background: #FFF;
  border-left: 1px solid #AABE73;
  line-height: 18px;
  /*min-height: 350px;*/
  /*height: auto !important;*/ /* f�r Standard-Browser*/
  /*height: 350px;*/            /* f�r IE */
  }

#content_rechts h1 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 10px;
  }

#content_rechts h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  background-color: #E6EBD2;
  padding: 0 10px;
  margin-bottom: 8px;
  }

#content_rechts p {
  margin: 10px;
  padding-bottom: 10px;
  }

#content_rechts table {
  margin: 0px 10px 10px 10px;
  padding: 0 0 10px 0;
  color: #32325A;
  }

#content_rechts table tr {
  height: 18px;
  }

#content_rechts ul {
  margin: -15px 10px 0px 25px;
  padding-bottom: 10px;
  }

#content_rechts ul li {
  list-style: disc;
  }

#content_rechts a {
  color: #32325A;
  }

#content_rechts tr {
  height: 1.7em;
  }

#content_rechts td {
  padding-right: 10px;
  }

/*#content_rechts br {
  margin-bottom: 5px;
  }*/

/*TYPO3-CSS ÜBERSCHREIBEN----------------------------------------------------*/
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
  /*float: none;*/
  clear: none;
  }

/*CLEARFIX-KLASSE------------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
