BODY {
	width:970px;
	margin-left:auto;
	margin-right:auto;
	background-color:#333333;
	font-size:12px;
	color:black;
	font-family:verdana, arial;
	}
	
H1 {
	color:white;
	margin:0px;
	font-size:12px;
	font-weight:normal;
	}
	
H2, H3 {
	color:#005571;
	margin:0px;
	font-weight:bold;
	font-size:12px;
	}
	
#divmain {
	width:950px;
	background-color:white;
	border:10px solid white;
	}

#header {
	width:950px;
	height:60px;
	background-color:white;
	border-bottom:10px solid white;
	}
	
#logo {
	width:220px;
	height:60px;
	background-color:white;

	background-image:url(images/rf_logo.jpg);
	float:left;
	}

#ad1 {
	width:468px;
	height:60px;
	background-color:white;

	margin-left:10px;
	margin-right:18px;
	float:left;
	}
	
#ad2 {
	width:234px;
	height:60px;
	background-color:white;
	float:left;
	}
	
#hnavi {
	width:945px;

	height:22px;
	padding-top:8px;
	background-color:#005571;
	background-image:url(images/balken.jpg);
	text-align:right;
	padding-right:5px;
	border-bottom:10px solid white;
	color:white;
	}
#hnavi a, a:link, a:visited, a:active {
	color:white;
	text-decoration:none;
	}
#hnavi a:hover {
	color:white;
	text-decoration:underline;
	}
	
#footer {
	width:945px;
	height:20px;
	padding-top:10px;
	background-color:#005571;
	background-image:url(images/balken.jpg);
	border-top:10px solid white;
	color:white;
	font-size:10px;
	text-align:right;
	padding-right:5px;
	}
	
#contentbody {
	width:950px;
	background-color:white;
	}

.seite {
	width:180px;
	float:left;
	}
.seite a, .seite a:link, .seite a:active, .seite a:visited {
	color:#333333;
	text-decoration:none;
	}
.seite a:hover {
	color:#005571;
	text-decoration:underline;
	}

#content {
	width:570px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	}
#content a, a:link, a:active, a:visited {
	color:#333333;
	text-decoration:underline;
	}
#content a:hover {
	color:#005571;
	text-decoration:none;
	}

.title {
	height:18px;
	padding-top:2px;
	background-color:#333333;
	background-image:url(images/title.jpg);
	padding-left:5px;
	color:white;
	border-bottom:3px solid white;
	}
	
#links_footer {
	color:white;
	font-size:10px;
	text-align:center;
	}
#links_footer a, a:link, a:visited, a:active {
	color:white;
	text-decoration:none;
	}
#links_footer a:hover {
	color:white;
	text-decoration:underline;
	}
	
.td1 {
	border-bottom:1px solid #000000;
	border-bottom:1px solid #000000;
	vertical-align:top;
	}

.td2 {
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	vertical-align:top;
	}
	
.square {
	list-style-type:square;
	}