@charset "utf-8";
	body  {
    	font: 100% Arial, Helvetica, sans-serif;
		font-size: 13px;
    	background: #CCCCCC;
    	margin: 0;
    	padding: 0;
    	color: #333333;
		}

	#zentriert {
		position: absolute;
		width: 920px;
 		height: 560px;
 		left: 50%;
 		top: 50%;
		margin-left: -460px;
 		margin-top: -280px;
		}
		 
	}
		
    .fixiert #container {
		width: 920px;
		height: 560px;
		text-align: left;
    } 
	
	#container {
		background: #FFFFFF;
		border: 1px solid #000000;
	}
		
	
    .fixiert #kopf { 
    	background: #FFFFFF; 
		height: 151px;
		overflow:hidden;
    } 
	
    .fixiert #menue {
    	float: left; 
    	width: 168px;
		height: 360px;
    	background: #FF9900;
		overflow:hidden;
    }
	
    .fixiert #bild {
    	float: right;
    	width: 300px;
		height: 360px;
		overflow:hidden;
    }
	
    .fixiert #inhalt {
		position: absolute;
		right: 321px;
		left: 189px;
		top: 151px;
		width: 410px;
		height:360px;
		font-size: 13px;
		overflow:hidden;
	} 
	
    .fixiert #fuss { 
		height: 49px;
    	background: #FFFFFF;
		font-size: 12px;
		overflow:hidden;
    } 
	
	
    .fltrt { 
    	float: right;
    	margin-left: 8px;
    }
	
    .fltlft { 
    	float: left;
    	margin-right: 8px;
    }
	
    .clearfloat { 
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }

	#nav {
		margin: 0;
		padding: 0;
		list-style: none;	
	}
	
	#nav a {
		display: block;
		font-size: 15px;
		color: #FFFFFF;
		font-weight:600;
		text-decoration: none;
		padding: 10px;
		width: 148px;
		border-bottom: 1px dotted #666666;
	}
	
	#nav a:hover {
		color: #333333;
	}
	
	#nav li#current a {
		color:#fff;
		background-color: #666666;
	}

	#nav_untermenue {
		margin-top: 0px;
		margin-left: 0;
		padding-left: 0;
		list-style: none;
		list-style-type: none;
		list-style-position: inside;
	}
	
	#nav_untermenue li {
		float: left;
		margin-right: 10px;
	}
	
	#nav_untermenue ul {
		padding-bottom: 10px;
	}
	
	
	#nav_untermenue a {
		font-size: 12px;
		color: #333333;
		text-decoration: underline;
	}
	
	#nav_untermenue a:hover {
		color: #FF9900;
	}
	
	#nav_untermenue_zwei {
		list-style:inherit;
		padding:0;
		margin:0;
		padding-left:15px;
	}
	
	#nav_untermenue_zwei li{
		padding-bottom:2px;
	}
	
			
	#nav_untermenue_zwei a {
		color: #333333;
		text-decoration: underline;
	}
	
	#nav_untermenue_zwei a:hover {
		color: #FF9900;
	}
	
	#nav_untermenue #current a {
		color: #333333;
		text-decoration:none;
		font-weight:600;
	}
	
	#nav_weiter {
		position:absolute;
		bottom:0px;
		right:0px;
		width:150px;
		clear:left; /*für den IE*/
	}
	
	#nav_weiter li {
		margin-left:10px;
		list-style: none;
		float: right;
	}
	
	#nav_weiter a {
		font-size: 12px;
		color: #333333;
		text-decoration: underline;
	}
	
	#nav_weiter a:hover {
		color: #FF9900;
	}
	
	h1 {
		border-left: 5px solid #FF9900;
		font-size: 20px;
		padding: 0px;
		margin: 0px;
		margin-bottom: 10px;
		padding-left: 8px;
		color: #333333;
	}
	
	h2 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	
	#fuss a {
		font-size: 12px;
		color: #FFFFFF;
		text-decoration: none;
		padding: 10px;
	}
	
	#fuss a:hover {
		text-decoration: underline;
	} 
	
	#inhalt a {
		font-size: 13px;
		color: #333333;
		text-decoration: underline;
	}
	
		
	#inhalt a:hover {
		color: #FF9900;
	}
	
	
	
	#inhalt p {
		margin:0px;
		padding:0px;
		padding-bottom:4px;
		text-align:left;
	}
	
	#tabelle {
		float:left;
		width:100%;
		margin-top:15px;
		padding-bottom:10px;
	}
	
	

	