.fluss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	line-height: 23px;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 23px;
}
.link:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 23px;
}
.kursiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: italic;
	color: #ffffff;
	line-height: 200%;
	font-style: italic;

}

.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.kunja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #079DCD;
	text-decoration: none;

}
.rand {
	border: thin solid #333333;
}
.aussenabstand {margin-top:0px; margin-left:0px; margin-bottom:0px; margin-right:0px;}

html {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: scroll;
}

body {
width: 100%;
height: 101%;
margin: 0;
padding: 0;
overflow: hidden;
}

#hintergrund {
width: 100%;
height: 100%;
position: relative;
z-index: 1;
}

#content {
position:absolute; 
left:50%; 
width:1000px;
top:0%;
height: 100%; 
margin-top:0px; 
margin-left:-478px; 
z-index: 2;
}