/* CSS Document */

/* Grundelemente */

body {
	    margin:0;
	    padding:0;
	  
	    font: 12px Verdana, Helvetica, sans-serif;
	    color: #000000;
	    line-height: 14px;
	    text-align: center;
		
		background: #ffffff; 
		}
	  
p, table {
		  font: 12px Verdana, Helvetica, sans-serif;
	  	  color: #000000;
	  	  line-height: 14px;
	  	  text-align: justify;
	  	  }
		  
li {
	margin-bottom: 12px;
	}
		  
h1 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	}
	
h2 {
	font-size: 12px;
	}
	
h3 {
	font-size: 12px;
	font-weight:normal;
	text-decoration:underline;
	}
	
img {
	 border: none;
	 }
	
	
		  
a:link, a:visited {
					color:#444444; 
					text-decoration:underline;
					}
a:hover {
		 color:#444444;
		 }
		 
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
	
		
/* grund divs */

#seite { 
		position: relative;
	
		margin-top: 0px;
		margin-left: auto;
		margin-bottom: 0px;
		margin-right: auto;
		padding: 1px; /* messy method of overcoming a rendering bug in mozilla 1.4, maybe others */
	
		width: 970px;
		background: #ffffff url(hgbig.jpg);
		text-align:center;
		}
		
		
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
	
		
/* menukästen */

#service {
		display:none;
		}
#kopf {
		display:none;
		}		

#menu {
		display:none;
		}
		
#navi {
	   display:none;
	   }

				

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* inhalte */

#box {
		margin: 10px;
		padding: 10px;
		text-align: left;
		}
		

#box p, li, ul, table {
	   		font-size: 12px;
	   		line-height: 14px;
			}
			
#tabbi { text-align:left; }
	 
		
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
		

#foot {
	display:none;
}


