@charset "ISO-8859-1";
/* CSS Document 

Basiselemente  */

body { 
	   background:#ffffff url(hg3.jpg) fixed;
	   color: #ffffff;
	   font-family: Verdana, Arial, Helvetica, sans-serif;
	   font-size: 13px;
	   line-height: 16px;
	   padding: 0;
	   margin: 0;
	   text-align: center;
	   }
	   
p, table {
		  color: #ffffff;
	   	  font-family: Verdana, Arial, Helvetica, sans-serif;
	   font-size: 13px;
	   line-height: 16px;
	   	  }
		  
		  
h1 { color: #FFdd00;
	 font-size: 14px;
	 font-weight: bold;
	}
h2 { color:#FF6666;
	 font-size: 14px;
	 font-weight: bold;
	}
h3 { color: #00e600;
	 font-size: 14px;
	 font-weight: bold;
	}
h4 { color:#66CCFF; 
	 font-size: 14px;
	 font-weight: bold;
	}
h5 { color: #ffffff;
	 font-size: 12px;
	 font-weight: bold;
	 }
img {
	 border: 1px solid #ffffff;
	 }
	 
	 
hr {
	border: 1px dashed #66a8d2;
	}
		  
a:link, a:visited {
					color:#00FF00; 
					text-decoration:none;
					}
a:hover {
		 color:#ffdd00;
		 }
		 
/* Divs */

#box { 
	position: relative;
	
	margin-top: 6px;
	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(header2.gif) no-repeat top left;
	
	width: 745px;
	}

#menu {
		position: relative;
		margin-top: 200px;
		margin-left: 230px;
		margin-bottom: 10px;
		text-align: left;
		}
.navi {
		color: #006EB4;
		font-familiy: Verdana, Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
		}
.navi a:link, .navi a:visited {
								color: #006EB4;
								text-decoration: none;
								}
.navi a:hover {
				color:#C80000;
				text-decoration: none;
				}
.navi a:active {
				color:#008300;
				text-decoration: none;
				}

		
.navib {
		color:#008300;
		font-familiy: Verdana, Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
		}
.navib a:link, .navib a:visited {
								color: #008300;
								text-decoration: none;
								}
.navib a:hover {
				color:#c80000;
				text-decoration: none;
				}
				
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
				
/* Inhalt */

#inhalt {
		margin-top: 30px;
		margin-left: 0px;
		margin-right: 5px;
		margin-bottom: 10px;
		
		padding-top: 10px;
		padding-left: 20px;
		padding-right:20px;
		padding-bottom:20px;
		
		text-align: left;
		min-height: 250px;
		border: dashed 1px #66a8d2;
		background: #006EB4;
		}
		  
		  
#icon {
		float: left;
		margin-right: 10px;
		margin-top: 10px;
		border: none;
		}
		
#klein {
		margin-left:0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-align: center;
		}
		
#copy {
		color:#000066;
		font-size: 11px;
		text-align: right;
		padding-right: 20px;
		padding-top: 10px;
		}
		
#footer { 
		 margin-top: 10px;
		 margin-bottom: 5px;
		 width: auto;
		 height: 48px;
		 background: url(bottom1.gif) repeat-x;
		 }
		 
#bild {
		border: solid 1px #ffffff;
		margin-left: 10px;
		float: right;
		}
		
#sine {
		border: none;
		float: right;
		}
		
/*####### Klassen ###########*/
		

.klein {
		margin-left:0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-align: center;
		}			
	   
