/* B A S I C S 
------------------------------------------- */

html {
  height: 100%
  }

body {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #363636;
  font-size: 100.01%;
  font-family:Verdana, Arial;
  }
  
* html .clearfix { height: 1%; overflow: visible; } /* IE6 Fix */
*+html .clearfix { min-height: 1%; } /* IE7 Fix */
.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }


/* P O S I T I O N
------------------------------------------- */

#container {
  margin: 10px auto 0;
  border:2px solid #660033;
  background: #EEE;
  text-align: left;
  width: 760px;
  font-size:11px;
  } 

#kantorei {
  margin: 0;
  width: 760px;
  height: 46px;
  border-bottom:1px solid #660033;
  }
  
#singen {
  width:760px;
  height:80px;
  border-bottom:1px solid #660033;
  }
  
#menue_oben {
  border-bottom:1px solid #660033;
  width:760px;
  height:14px; 
  background-color:#999999;
  } 
  
#mitte {
  position: relative;
  width:760px;
  margin: 0 0 5px 0;
  }
    
#inhalt {
  float:left;
  margin:15px 0px 0px 5px;
  width:615px;
  border-top:1px solid #999999;
  border-right:1px solid #999999;
  min-height:365px;
  height:auto;
  _height:365px;
  }

#menue_rechts {
  position: absolute;
  bottom: 0;
  left: 630px;
  }


/* S T Y L E S  M E N U E S
-------------------------------------------- */

#nav, #nav ul {
  float: left;
  width: 760px;
  list-style: none;
  font-weight: bold;
  padding:0;
  margin:0 0 0 5px;
  z-index: 5;
}
 
#nav a {
  display: block;
  color:#660033;
  font-weight:bold;
  text-decoration: none;
}

#nav li {
  float: left;
  width:182px;
}
 
#nav li ul {
  position: absolute;
  left: -1000px;
  height: auto;
  width: 205px;
  font-weight: normal;
  border-top: 1px solid #660033;
  margin: 0;
}

#nav li ul a {
  display: block;
  width:182px; 
  padding:2px 1px 2px 20px;
  background-image:url(grafik/fermate_transparent.gif);
  background-repeat: no-repeat;
  background-color:#999999;
  border-bottom: 1px solid #660033;
  border-left: 1px solid #660033;
  border-right: 1px solid #660033;
}

#nav li ul a:hover {
  background-color:#EEEEEE;
}
 
 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
  left: -1000px;
}
 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
  left: auto;
}

li.menuparent a {
 padding-left:5px;
}

div.menue, div.menue_act  {
  height:18px;
  overflow:hidden;
}

.menue a {
   color:#660033;
   font-weight:bold;
   text-decoration: none;
 }
 
.menue a:hover, .menue_act a {
  color: #999999;
  font-weight:bold;
  text-decoration: none;
}

/* S T Y L E S  I N H A L T
-------------------------------------------- */

body {
  font-family:Verdana, Arial;
  font-size:11px;
}

#inhalt {
  text-align:justify; 
  color:#660033;
}

h1 {
  margin:10px 120px 12px 120px;
  font-family:Verdana, Arial;
  font-size:11px;
  font-weight:bold;
  text-align:center;
}

p {
  margin:0px 15px 12px 15px;
}

#inhalt a {
  color:#660033; 
}

#inhalt a:hover {
  color:#999999; 
}

#inhalt ul, #inhalt li
  {
  list-style-image:url("grafik/fermate.gif");
  line-height:18px;
  }

table.csc-mailform {
  margin:0px 15px 0px 15px;
  color:#660033; 
  font-size:11px;
}

input, textarea
  {
  padding:1px 1px 1px 1px;
  font-family:Verdana, Arial, sans-serif;
  font-size:11px;
  color:#660033;
  border:1px solid #660033;
  }

div.body_left {
 float:left;
 width:400px;
 margin:0px 15px 0px 15px; 
}
div.body_right {
 float:left;
 width:150px;
 margin:0px 15px 0px 15px; 
}

