#main {
	position:absolute;
	width:950px;
	height:551px;
	z-index:0;
	background-color: #FFFFFF;
	left: 50%;
	margin:-275px 0px 0px -475px;
	top: 50%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#header {
	position:absolute;
	width:950px;
	height:140px;
	z-index:1;
	background-color: #000000;
	left: 0px;
	top: 0px;
}
#menu {
	position:absolute;
	width:950px;
	height:20px;
	z-index:2;
	left: 0px;
	top: 140px;
	background-image: url(bilder/fuus_1.jpg);
}
#menu_links {
	position:absolute;
	width:250px;
	height:20px;
	z-index:1;
	left: 70px;
	top: 2px;
}
#menu_links h1 {
    margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
}
#menu_rechts {
	position:absolute;
	width:400px;
	height:20px;
	z-index:2;
	left: 480px;
	top: 2px;
}
#menu_rechts a:link { color:#000000; }
#menu #menu_rechts a:hover { color:#FF0000;}
#menu_rechts a:visited { color:#000000; }
#menu_rechts a:active {color:#000000;}
#menu_rechts {color:#990000;}
#content {
	position:absolute;
	width:950px;
	height:370px;
	z-index:3;
	left: 0px;
	top: 161px;
	background-color:#FFFFFF;
}
#status {
	position:absolute;
	width:950px;
	height:20px;
	z-index:4;
	left: 0px;
	top: 530px;
	background-image: url(bilder/fuus_1.jpg);
}
#status_text {
    position:absolute;
	width:599px;
	height:16px;
	z-index:10;
	left:190px;
	top:3px;
}
#textbox {
	position:absolute;
	width:318px;
	height:326px;
	z-index:5;
	left: 577px;
	top: 22px;
}
#textbox span {
    font-family:"Bradley Hand ITC";
	font-weight:bold;
	font-size:18px;
}
#textbox ul { list-style:none; }
#textbox li:first-letter { font-weight:bold; }
#textbox li {margin-left:-40px; }
#textbox a:link {color: black; text-decoration:underline;}
#content #textbox a:hover {color: red; text-decoration:underline;}
#textbox a:visited {color : black; text-decoration:underline;}
#textbox a:active {color:black; text-decoration:underline;}
#textbox h3 {font-size: 12px; margin:0px; padding:0px;}
#slideshow {
	position:absolute;
	width:302px;
	height:202px;
	z-index:6;
	left: 5px;
	top: 10px;
}
#bildbox {
	position:absolute;
	width:302px;
	height:199px;
	z-index:16;
	left: 1px;
	top: 125px;
}

a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;	
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: none;		
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003300;	
	text-decoration: none;	
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003300;	
	text-decoration: none;	
}

