html {
     overflow-y:scroll;
}
body {
	background-color: #f6f6f6;
	font-family: Arial, Verdana;
	color: #555555;
	font-size: 14px;
	margin: 0 auto;
	background-image: url('img/background.jpg');
	background-repeat: repeat-x;
}
#mainTable {
	width: 900px;
	margin: 0 auto;
}
#header {
	height: 400px;
}
#overlay {
	height: 74px;
	background-image: url('img/overlay.png');
	background-repeat: repeat-x;
}
#logo {
	float: left;
	margin-left: 25px;
	margin-top: 30px;
}
#navigation {
	float: right;
	padding-top: 33px;
	margin-right: 25px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
#content {
	width: 900px;
	margin-top: 25px;
}
#contentLeft {
	float: left;
	width: 525px;
}
#contentRight {
	float: right;
	width: 325px;
	background-color: #fcfcfc;
}
.contentR {
	margin-top: 25px;
	float: right;
	width: 325px;
	background-color: #fcfcfc;
}
.text {
	margin: 10px;
	text-align: justify;
}
.clearBoth {
	clear: both;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
	color: #0072ff;
}


div#navigation a:link { color:#000000; text-decoration:none; margin-left: 10px; }
div#navigation a:visited { color:#000000; text-decoration:none; margin-left: 10px; }
div#navigation a:active { color:#000000; text-decoration:none; margin-left: 10px; }
div#navigation a:hover { color:#0072ff; text-decoration:none; margin-left: 10px; }
div#navigation a.aktiv { color:#0072ff; text-decoration:none; margin-left: 10px; }

div#footer a:link { color:#999999; text-decoration:none; }
div#footer a:visited { color:#999999; text-decoration:none; }
div#footer a:active { color:#999999; text-decoration:none; }
div#footer a:hover { color:#999999; text-decoration:none; }

a:link { color:#0072ff; text-decoration:none; }
a:visited { color:#0072ff; text-decoration:none; }
a:active { color:#0072ff; text-decoration:none; }
a:hover { color:#000000; text-decoration:none; }
