/* -- Hintergrund ---------------------------------------------------------*/
body
{
  font: normal 100.01% Helvetica;

  margin: 0px;					
	padding: 0px;					

	width: 100%;					
	height: 100%;		

	overflow: auto;

	background-color: #ffffff;
	background-attachment: scroll;
}

/* -- gesamte Box gemittelt ----------------------------------------------*/
.box_gesamt
{
  position: absolute;
  top: 5px;
	left: 50%;
	margin-left: -450px;

	width: 900px;
  min-height: 97%;

	background-color: #ffffff;
  
	z-index: 1;
}

/* -- Box Logo ----------------------------------------------*/
.box_logo
{
  position: absolute;
  top: 0px;
  
  width: 900px;
  height: 135px; 
  
  background-color: #9cb5de;
  
  z-index: 5;
}

.box_logo_bild
{
  position: absolute;
  top: 5px;
	right: 10px;
  
  width: 135px;
  height: 120px;

	background-image: url(../bild/logo/tus_damm.gif);
	background-repeat: no-repeat;

	z-index: 5;
}

.box_logo_adresse
{
  position: absolute;  
  top: 0px;
	left: 30px;
  
  height: 120px;
  
  font-family: verdana;
  font-style: normal;
  font-variant: normal;
  font-size: 12px;
  font-weight: bold;
  color: #4D4D4D;
  
  z-index: 5;
}

.box_logo_abteilung
{
  position: absolute;
  top: 80px;
	left: 250px;
  
  width: 505px;
  height: 60px;

	z-index: 5;
}

.box_logo_text
{
  position: absolute;
  top: 1px;
	left: 220px;
  
  font-family: verdana;
  font-style: normal;
  font-variant: normal;
  font-size: 30px;
  font-weight: bolder;
  color: #ce8c29;
  
  width: 500px;
  height: 78px;
  
  background-image: url(../bild/logo/ueberschrift.gif);
	background-repeat: no-repeat;
  
  z-index: 5;
}

/*--Linkleiste--*/
.box_logo_link
{
  position: absolute;
  
  width: 900px;
  height: 28px;
    
  top: 130px;
  
  padding-top: 0;
  
  text-align: center;
  font-family: verdana;
  font-style: normal;
  font-variant: normal;
  font-size: 12px;
  font-weight: bold;
  
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: #ffffff;
  
  background-color: #9cb5de;
  
  z-index: 5;
}

.box_logo_link li
{    
  position: relative;
  float: left;
  
  top: 3px; 
  
  list-style: none;
  display: inline;
  
  margin: 0.1em;
  padding: 0;
  
  z-index: 3; 
}

* html .box_logo_link li 
{  
  margin-bottom: -0.4em;
}

*:first-child+html .box_logo_link li 
{  
  margin-bottom: -0.1em;
}

.box_logo_link li ul 
{
  margin-top: -0.2em; 
  padding: 0;
  
  left: 0.0em;
  
  font-size: 9px;
  font-weight: bold;
  
  display: none;  
}

* html .box_logo_link li ul 
{  
  left: -1.5em;
  lef\t: -0.4em;
}
*:first-child+html u.box_logo_link ul 
{  
  background-color: silver;
  padding-bottom: 0.4em;
}

.box_logo_link li:hover ul
{
  display: block;  
}

.box_logo_link li ul li
{
  float: none;
  display: block;
  
  margin-left: 0em;
}

*:first-child+html .box_logo_link li ul li
{
  margin-left: -4.4em;
}

.box_logo_link a, .box_logo_link span 
{
  text-decoration: none;
  display: block;
  
  width: 7.0em;
   
  color: #2173b5;  
  
  margin: 0.0em;
  padding: 0.1em 1em;
  
  border: 1px solid ;
  border-right-color: black;
  border-bottom-color: black;  
  border-left-color: white;
  border-top-color: white;  
  
  background-color: #d7d7d7;
  
  z-index: 4;
}

* html .box_logo_link a, * html .box_logo_link span 
{
  width: 8.6em;   
  w\idth: 8.4em;  
}


.box_logo_link a:hover, .box_logo_link span, li a#aktuell 
{
  border-color: white;
  border-left-color: black; 
  border-top-color: black;
}

/*--Hauptbox--*/
.hauptbox
{
  position: absolute;
  top: 165px;
  
  width: 900px;
  /*min-height: 8000px; */
  
  background-color: #ffffff;
  
  /*overflow: auto;*/
  
  z-index: 3;
}

.ueber_links
{
  position: absolute;
  
  top: 0px;
  left: 0px;
  
  width: 660px;
  height: 30px;
  
  background-color: #2173b5;
  
  z-index: 4;
}

.ueber_rechts
{
  position: absolute;
  
  top: 0px;
  right: 0px;
  
  width: 236px;
  height: 30px;
  
  background-color: #2173b5;
  
  z-index: 4;
}

.ueber_rechts_termin
{
  position: absolute;
  
  top: 242px;
  right: 0px;
  
  width: 236px;
  height: 30px;
  
  background-color: #2173b5;
  
  z-index: 4;
}
.ueber_text
{
  margin-top: 5px;
  
  text-align: center;
  color: #ffffff;
  
  font-family: verdana;
  font-style: normal;
  font-variant: normal;
  font-size: 15px;
  font-weight: bolder;
}

.box_links
{
  position: absolute;
  
  top: 34px;
  left: 0px;
  
  width: 656px;
  min-height: 100px;
  
  border-width: 2px;
  border-style: solid;
  border-color: #2173b5;
  
  background-color: #ffffff;
  
  z-index: 4;
}

.box_rechts
{
  position: absolute;
  
  top: 34px;
  right: 0px;
  
  width: 232px;
  height: 200px;
  
  border-width: 2px;
  border-style: solid;
  border-color: #2173b5;
  
  background-color: #ffffff;
  
  z-index: 4;
}

.box_rechts_termin
{
  position: absolute;
  
  top: 834px;
  right: 0px;
  
  width: 232px;
  min-height: 100px;
  
  border-width: 2px;
  border-style: solid;
  border-color: #2173b5;
  
  background-color: #ffffff;
  
  z-index: 4;
}

.box_text
{
  margin: 4px;
  
  text-align: left;
  color: #000000;
  
  font-family: verdana;
  font-style: normal;
  font-variant: normal;
  font-size: 12px;
  font-weight: normal;
}