	
	body {
		behavior: url(csshover.htc);
		margin:0px;
		padding:0px;
		text-align: center; 
		font: small Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-decoration: none;
		}
		
	#container {
		position: relative;
		margin: 0 auto;
		width: 1130px;
		min-height: 1000px;
		overflow: auto;
		text-align: left; 
		background-color: #ffff99; 
	}			
	
	#header {
		height:176px;
		width:1110px;
		background-image:url(http://www.richter-consulting.com/images/neulogo.jpg);
		
		}	
		
/*

	#left {
		position: absolute;
		left: 0px;
		top: 200px;
		width: 350px;
		height: 360px;
		padding: 10px 10px 10px 50px;
		}


	#right {
		position: absolute;
		right: 0px;
		top: 200px;
		width: 350px;
		height: 360px;
		padding: 10px 50px 10px 10px;
		}
*/
	#auswahl {
		position: relative;
		top: 20px; 
		width:200px;
		white-space: nowrap;
		text-decoration: none;
		margin: 0px;
		padding-left: 10px;
		text-align: right;
		}
		
#auswahl  a {
	
	text-decoration: none;
	display: block;
	padding: 2px 0 2px 2px;
	border-bottom: 1px solid #E2E3E6;
}

#auswahl a:hover {
	background:#F5D0A9;
	color: #1d1d20;
}
		

	#content {
		position: absolute;
		left: 220px;
		top:177px;
		width: 700px;
	/*	height: 600px; */
		padding: 20px 10px 10px 100px;
		
		}		
	

/*		
	#footer {
		position: absolute;
		top: 570px;
		left: 550px;
		width:280px; 
    	font-size: 80%;
    	color: #000099;
		}	
*/

	h1 {
    	text-decoration: none;
    	color: #000099;
    	font-weight: bold;
    	font-size: 125%;
		}
		
	h2 {
    	text-decoration: none;
    	color: #000099;
    /*	font-weight: bold; */
    	font-size: 125%;
		}
		
	h3 {
		text-decoration: none;
		color: #cc3300;
		font-weight: bold;
		font-size: 125%;
		}
		
	h4 {
    	text-decoration: none;
    	color: #000099;
    	
    	font-size: 80%;
		}

	a, a:link { 
    	text-decoration: none;
    	/*color: #000099; */
    	color: #cc3300;
    	
    	
	}

	a:hover { color: #666600; text-decoration: none; }
	
	
	

