body {
	font-family: Arial;
	background:#009963 url(bilder/bg.jpg);
	background-repeat: repeat-x;
}
#navleft {
	width:240px;
	padding:10px;
	margin-right:10px;
	font-family: Arial; 
	font-size:14px;
}
#block {
	background:#F4F8FA url(bilder/navback.jpg);
	background-repeat: repeat-x; 
	border-style: solid; 
	border-width: 0px 1px 1px 1px; 
	border-color: black;
	margin-bottom:15px;
}
#top {
	background:url(bilder/bluebar.gif);
	border:color:white;
	color:white;
	font-weight:bold;
	font-size:16px;
	padding-left:10px;
}
#topright {
	background:url(bilder/rightedge.gif);
	position: relative;
	float: right;
	width: 7px;
	height: 18px;
}
#pos {
	background:url(bilder/point.gif);
	background-repeat: no-repeat;
	padding-left:20px;
}
#pos a {
	color:black;
	text-decoration:none;
}
#pos a:hover {
	color:#00428c;
	text-decoration:underline;
}
a {
	color:#00428c;
}
#main {
	background:#FFFFFF url(bilder/background.gif);
	background-position:bottom right;
	background-repeat: no-repeat;
	padding-right:10px;
}
#headline {
	background:url(bilder/point.gif);
	background-repeat: no-repeat; 
	padding-left:20px;
    margin-top: 20px;
	border-bottom: 2px solid #00428c;
	font-size:20px;
	color:#336633;
}
td {
	font-size:16px;
}
h1 {
	font-weight:bold;
	font-size:16px;
	padding-left:12px;
}
hr {
	border:solid #00428c 1px;
}