
  body {
    background: url(img/blechboden.jpg);
	color: #fff; 
	background-color: #FFFF99;
    font-size: 100%;
    font-family: Lucida Grande, Lucida, Verdana, sans-serif;
    margin: 0; padding: 0em 0 0em;
    text-align: center;  
  }
  
  div#Seite {
    background-color: #030;
	text-align: left;    
    margin: 10px auto;      
    width: 950px;
    padding: 0;
    
    border: 1px solid white;
	color: white;
  }
  div#logo {
	
	height:105px;
	margin: 0 0em 0;
	padding: 0 0em 0;
	font-size: 2em;
	text-align: center;
	font-family: comic sans ms;
	border-bottom: 1px dotted white;
	
}

div#left_col {
	width: 150px;
	float: left;
	
}

div#left_col p {
margin: 10 0 10 10;
}

  ul#Navigation {
	position: relative;
	left: 15px;  
	top: 15px;	
	float: left;
	font: 68% "Calibri","Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", "Verdana", "Helvetica", "sans-serif";
   	width: 105;
    margin: 0px; 
    padding: 0 10 0 0;
	background-color: #ccc;

	  }
	  
	  ul#Navigation a {
	  
	  font-size: 13px;
	  color: #030;
	font: "lucida grande";	
	font-weight: bold;
	  
	  }



  ul#Navigation a:visited {
    color: #030; 
  }
  ul#Navigation a:hover {

	text-decoration: none;
	color: yellow;
	
  }
  ul#Navigation a:active {
    color: black; 
  }


a:link {   
  color: #FFFF00;
  text-decoration: none;
  }
a:visited {
color: #ff0;
text-decoration: none;
}
a:hover {
color: #FFFF00;
text-decoration: underline;

}  



  div#Inhalt {
  	
    min-height: 450px;
	width:600px;
	float: left;
	padding: 0.5em;
    
	color: white;
	border-right:1px dotted white;
	border-left:1px dotted white;	
	
  }
  * html div#Inhalt {
    height: 1em;  
    margin-bottom: 0;
	color: fff;
  }
  div#Inhalt h1 {
    font-size: 1.2em;	
    text-align:center;
    color: #ccc;
	padding: 0 0 0 0;
	margin:0;	
		
  }  
  div#Inhalt h2 {
    font-size: 1.0em;	
    color: #ccc;
	padding: 0 5 0;
	text-align: center;
		
  }
    div#Inhalt h3 {
    font-size: 1.2em;	
	font-family: comic sans ms;
    color: #ccc;
	text-decoration: underline;
	padding: 0 10 0;
  }  
  div#Inhalt h4 {
    font-size: 0.9em;	
    color: #ccc;
	font-style: italic;
	padding: 0 10;
	margin: 10 10 0;
  }
  div#Inhalt thead {
	color: #FFFF99;
	font: bold 0.8em Verdana, sans-serif;
	
}
div#Inhalt tbody {
	color: white;
	font: 0.9em Verdana, sans-serif;
}
div#Inhalt td {
	border-bottom: 1px dotted gray;
	padding:0.3em;

}
  div#Inhalt p {
    font-size: 0.9em;
    margin: 0.1em 10;
	text-align: justify;
	color: white;
	float: left;
	
  }
  
div#right {
margin-left: 20;
margin-top: 20;
float: left;
border: none;
}
  
  
  p#Fusszeile {
	clear: both;
	padding: 0.2em;
	margin: 0.2em;
	text-align: center;
	font: normal 0.7em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	border-top: dotted white 1px;
	
}


