

/*Basiselemente  */

body { 
	   background:#afbabc url(hg.jpg) repeat-x top left fixed;
	   font-family: Tahoma;
	   font-size: 13px;
	   line-height: 16px;
	   padding: 0;
	   margin: 0;
	   text-align: center;
	   }
	   
p, table {
		  color: #003366;
	   	  font-family: Tahoma;
	   	  font-size: 13px;
	      line-height: 16px;
	   	  }
		  
		  
h1 { color:#ffffff;
	 font-family: Tahoma;
	 font-size: 15px;
	 line-height: 16px;
	 font-weight: bold;
	}
	
h2 { 
	color: #003366;
    font-family: Tahoma;
	font-size: 14px;
	}

hr {
	border: 1px dashed #003366;
	}
		  
a:link, a:visited {
					color:#990000; 
					text-decoration:none;
					}
a:hover {
		 color:#990000;
		 }
		 
/* Divs */

#box { 
	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 */

	background: #7fa8dc url(patchwork.jpg) no-repeat top center;
	
	width: 750px;
	border: dotted 1px #003366;
	}
				
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
				
/* Inhalt */

#inhalt {
		margin-top: 300px;
		margin-left: 0px;
		margin-right: 5px;
		margin-bottom: 10px;
		
		padding-top: 10px;
		padding-left: 20px;
		padding-right:20px;
		padding-bottom:20px;
		
		text-align: justify;
		}

#tabfewo {
		  margin:0;
		  padding:0;
		  }
		
		
#copy {
		color:#003366;
		font-size: 9px;
		text-align: right;
		padding-right: 20px;
		padding-top: 170px;
		}
		
#footer { 
		 margin-top: -60px;
		 width: auto;
		 height: 200px;
		 background: url(fuss.jpg) repeat-x;
		 }
		 

.bild {
		border: 0;
		}

		
				
	   
