body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #666666;
	background-image:url(img/back.jpg);
	background-repeat:repeat-y;
	background-color: #FFFFFF;
	margin-top:10px;
	margin-left:20px;
	
}
a:link {
	color:#FF9900;
	text-decoration:underline;
	font-weight:none;
}
a:hover {
	color:#FF9900;
	text-decoration:none;
	font-weight:none;
}
a:active {
	color:#FF9900;
	text-decoration:none;
	font-weight:none;
}
a:visited {
	color:#FF9900;
	text-decoration:underline;
	font-weight:none;
}
h1 {
	font-size:15pt;
	margin-top:3px;
	font-weight:bold;
}
h2 {
	font-size:13pt;
	margin-top:3px;
}
.naviButton {
	background-color:#FFFFFF; 
	border:1px solid #CCCCCC; 
	width:120px;
	font-size:13pt;
	color:#666666;
	cursor:pointer;
	margin-bottom:2px;
}
.naviButton2 {
	background-color:#990000; 
	border:1px solid #000000; 
	width:120px;
	font-size:13pt;
	color:#FFFFFF;
	cursor:pointer;
	margin-bottom:2px;
}
#logoleiste {
	width:960px;
	height:55px;
	border:none;
}
#menueleiste {
	margin-top:8px;
	width:120px;
	border:none;
}
#hauptfeld {
	position:absolute;
	text-align:justify;
	top:75px;
	left:150px;
	width:730px;
	border:1px solid #F5F5F5;
}
#footer {
	text-align:center;
	font-size:8pt;
	margin-top:10px;
	margin-bottom:5px;
	border-top:1px solid #FF9900;
}
#newsleiste {
	position:absolute;
	top:75px;
	left:890px;
	width:70px;
	border:none;
}