

/*Basiselemente  */

body { 
	   background:#e5f2a3 url(efeu1.jpg) fixed;
	   font-family: georgia;
	   font-size: 13px;
	   color:#222a15;
	   line-height: 16px;
	   padding: 0;
	   margin: 0;
	   text-align: center;
	   }
	   
p, table {
		  color: #222a15;
	   	  font-family: georgia;
	   	  font-size: 13px;
	      line-height: 16px;
		  text-align: justify;
	   	  }
p.info { 
	text-align: right;
	margin: 0;
	padding: 0;
	}
		  
ul, li {
		  color: #222a15;
	   	  font-family: georgia;
	   	  font-size: 13px;
		  text-align:left;
		  margin-bottom:10px;
	   	  }
		  
		  
h1 { color:#222a15;
	 font-family: georgia;
	 font-size: 15px;
	 font-weight: bold;
	 margin-top: 0;
	 margin-bottom:10px; 
	}
	
hr {
	border: 1px dashed #222a15;
	}
		  
a:link, a:visited {
					color:#006600; 
					text-decoration:none;
					}
a:hover {
		 color:#006600;
		 }
		 
/* Divs */

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

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


#inhalt {
		margin-top: 348px;
		margin-bottom: 0;
		margin-left: 0;
		margin-right:0;
		
		padding-top: 20px;
		padding-left: 60px;
		padding-bottom: 20px;
		padding-right: 20px;
		
		text-align: justify;
		background: #e5f2a3 url(ranke.gif) top left repeat-y;
		}

#galerie {
		  padding: 0;
		  margin: 0;
		  width: 320px;
		  float: right;
		  }
.bild {
		border: 1px solid #222a15;
		margin-right:0;
		margin-left: 18px;
		margin-top:0;
		margin-bottom:9px;
		}
		
#tabbild {
		  margin:0;
		  padding:0;
		  width: 670px;
		  }

#copy {
		color:#e5f2a3;
		font-size: 9px;
		text-align: right;
		padding-right: 20px;
		padding-top: 10px;
		}
		
#footer { 
		 margin-top: 10px;
		 width: auto;
		 height: 40px;
		 }
		 


		
				
	   