/* CSS Document */


	
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color: #354d72;
	background-color: #dbdbdb;
	}
	
	/* DIV-Container */	
	
#wrapper {
	width: 836px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;	
	}

#bg {
	background-color: white;
	padding: 10px;
	background-image: url(bg.gif);
	background-position: left top;
	background-repeat: repeat-y;
	border-top: 2px solid #999999;
	}

#content {
	background-color: #f4f4f4;
	padding-left: 15px;
	}			
	
	
	/* HTML-Elemente */
	
a {
	text-decoration: none;
	color: #0066FF;
	}
	
a:hover {
	text-decoration: underline;
	color: #000066;
	}		

h1 {
	font-size: 18px;
	margin: 0px;
	padding: 10px;
	color: #000066;
	}

h2 {
	font-size: 16px;
	padding: 10px;
	font-style: bold;
	color: #003366;
	}
	
h3 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #003366;
	}		
	
	/* Klassen */	
	
.results {
	margin-left: 25px;
	text-align: center;
	border-bottom: 1px dotted #666666;
	border-top: 1px dotted #666666;
	}

.intro {
	line-height: 12px;
	letter-spacing: 0.4px;
	font-size: 11px;
	color: #354d72;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 65%;
	float: left;
	}	

.download {
	width: 30%;
	background-color: #ffdfbf;
	float: right;
	margin-right: 10px;
	padding: 4px;
	text-align: center;
	}
	
.prozent {
	font-size: 16px;
	color: #FF6600;
	font-weight: bold;
	}			
	