@charset "utf-8";
body {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
    	background: #FFFFFF;
    	margin: 0; /
    	padding: 0;
    	text-align: center; /
    	color: #000000;
		
    }
    .style #box_oben {
    	width: 1000px;  
    	background: #FFFFFF;
    	margin: 0 auto;
    	/*border: 1px solid #000000;*/
		text-align: left;
		margin-top: 10px;
		
		
    }
    .style #header {
    	background: #FFFFFF;
		margin-top: 10px;
    	/*padding: 0 10px 0 20px;*/
		
    }
    .style #header h1 {
    	margin: 0; 
    	padding: 10px 0;
	
    }
    .style #box_inhalt {
	height: 430px;
	width: 1000px;
	margin: 0 auto;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(grafiken/weichzeichen_background_haindlbikes.png);		
		}
	.style #box_inhalt h1 {
	text-align: center;
	color: #CCCCCC;
	font-family:Century, "Courier New";
	

}

	.style #box_inhalt p {
		font-size: 18px;
		
		
	}
	
	
	
    .style #box_unten {
    	/*padding: 0 10px;*/
    	background: #FFFFFF;
		width: 1000px;
		margin: 0 auto;
		
    }
    .style #box_unten p {
    	margin: 0; 
    	padding: 10px 0;
		text-align: right;
		
    
	
	}a:link {
	color: #000000;
	text-decoration: none
}
	a:visited {
	color: #000000;
	text-decoration: none
}
	a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #999999;
}
	a:active {
	color: #000066;
	background-color: #999999;
	text-decoration: none

}

