

body, html{

margin : 0;
padding : 0;
height:100.1%;
width:100.1%;
font-size: 12pt;
font-family: Arial, Helvetica, sans-serif;
background-color : white;

}



body  {
	height:100%;
    width:100%;
	font-size: 0.9em;
    text-align: center; /*Zentrierung für den IE 5.x */
    height:100%;
	background-color : white;
}



#container { /* ID-Selektoren kommen optimalerweise einmalig vor */
  text-align: left;
  
  margin: 0;
  
 
  height:100%; 
  width:100%;
  
  background-color: white;

  border-color: #008080;

  border-style: solid;
  border-width: thick;
  

}

html>body #container {
    min-height:100%;
	height: auto;/* so wächst die Höhe der anderen Browser auch automatisch mit*/
	/* Der Kindselektor wird vom IE bis einschließlich Version 6 nicht unterstützt, d.h. 
	   die zugehörigen Angaben werden ignoriert. */
}

#kopfzeile {
  margin: 0;
  padding: 0;
  

  border-bottom-style: solid;
  border-bottom-width: thick;
  
  border-color: #008080;
  text-align:left;
  


  
  background-color:white;
 
}

html>body #kopfzeile {
    min-height:110px;
	height: auto;/* so wächst die Höhe der anderen Browser auch automatisch mit*/
	/* Der Kindselektor wird vom IE bis einschließlich Version 6 nicht unterstützt, d.h. 
	   die zugehörigen Angaben werden ignoriert. */
}



#titel {
text-align: center;
padding : 0;
color: #008080;

}


#inhalt {
  
  
  text-align: justify;
  background-color: white;
  margin:0;
    
 
  }
  
 html>body #inhalt {
  
   height: auto;

} 
  
.position {

text-decoration: underline;
font-size: 10pt;

 
 }
 
 #innerbox {
/*   width : 70em;*/
   margin:0;
 
   
 }
 

 
 #bildleiste {
   display:none;
 }


#hestimenue {
  display:none;  

}


#hestimenue ul {
}





#hestimenue li {
}

.unsichtbar {

display : none;

}

#hestimenue a:link, #hestimenue a:visited { 
}

#hestimenue a:hover {
}

#hestimenue a.aktiv {
}



#hestimenue .inaktiv{
}

.clearer {
  clear : both;
}

.ueberschrift {
  color : #008080;
  font-variant : small-caps;

  font-weight: bold;
  
}

.ueberschrift_zwei {
color : #008080;
}


.ausgebucht {
  color : red;
  font-variant:small-caps;
}

.text_normal {
  text-align : left;
}

table {
  border-color : #008080;
  border-style : solid;
}

thead {

}

td {
  border-color : #008080;
  border-style : dotted;
  border-width : 1px;
}

.noprint {
  display:none;
}
