/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	background-image: url('Bilder/bg_body.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}
#wrapper {
	width: 970px;
	margin: 0px auto 0px auto;
}
#navigation a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	color: #006633;
}
#navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

#navigation a:visited a:hover {
	color: #006633;
}

#smal_berechnung {
	font-size: 10px;
}

h1 		{	
			color: #333333;
			font-size: 17px;
			font-weight: bold;
		}

h2 		{	
			color: #333333;
			font-size: 15px;
			font-weight: bold;
		}

a:link {
	color: #000000;
	font-weight:bold;
}
a:hover {
	color: #006633;
}
a:visited {
	color: #006633;
	font-weight:bold;	
}
