/* CSS Document */

/* Grundelemente */

body {
	    margin:0;
	    padding:0;
	  
	    font: 14px Verdana, Helvetica, sans-serif;
	    color: #ffffff;
	    line-height: 14px;
	    text-align: center;
		
		background: #313131; 
		}
	  
p {
		  font: 14px Verdana, Helvetica, sans-serif;
	  	  color: #ffffff;
	  	  text-align: center;
	  	  }
		  

h1 {
	font-size: 20px;
	margin: 20px;
	}
	

	
img.bild {
	 border: solid 1px #999999;
	 }
	
	
		  
a:link, a:visited {
					color:#999999; 
					text-decoration:none;
					}
a:hover {
		 color:#999999;
		 }
		 
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
	
		
/* grund divs */

#seite { 
		position: relative;
	
		margin-top: 20px;
		margin-left: auto;
		margin-bottom: 0px;
		margin-right: auto;
		padding: 1px; /* messy method of overcoming a rendering bug in mozilla 1.4, maybe others */
		
		text-align:center;
		}

