/* CSS Document */

* {
  background-color : white;
}

.noprint {
  display : none;
}



html, body {

	 background-color : white;
     font-size : 12pt;
	 overflow:visible;
	 font-family: Arial, Helvetica, sans-serif;
	 min-height : 20px;
	 height:auto;
	 
   
}



#seitencontainer, #kopf, #inhalt, #menue_und_inhalt{
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float:none;
  text-align:left;
  background-color : white;
  border-style:none;
  }
  
  #kopf {
    display:none;
	
  }



#seitencontainer {
   min-height : 20px;
   height:auto;
}
 


#menue_container {
  display : none;
}
 

 
 #inhalt {
  min-height : 20px;
  height:auto;
  color : black;
  overflow:visible;
  position:static;

 }
 
 input#submit, input#loeschen {
   display : none;
 }
 
 input, select {
   border-style : none;
   border-bottom-style : solid;
   border-width : thin;
 }
 
 fieldset {
   border-style : none;
   border-bottom-style : solid;
   border-width : thin;
}
fieldset input {
	border-style : none;
   border-bottom-style : solid;
   border-width : thin;
}
fieldset label {
    border-style : none;
   border-bottom-style : solid;
   border-width : thin;
}


#fusszeile { 
  display : none;
  }
  
 .clearing {
  float : none;
}