a {text-decoration:none; color:#000033}
a:hover {color:#008000}

body {
	background-image:url(images/verlauf.jpg);
	background-position: bottom center;
	background-repeat:repeat-y;
	margin:0;
	background-color:#6B849A;
	body style="overflow:scroll"  <!-- Kommentar bg: Scrollbalken um einheitliches Seitenlayout, unabhängig von der Textmenge zu gewährleisten -->
	
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000033;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000033;
	line-height:10px;
}

.Stil1 {color: #FFCC00}
.Stil2 {color: #FFCC33}
.Stil3 {color: #000099}

#background{
	z-index:1;
	min-height:400px;
	position:center; top:0;  <!-- Kommentar bg: Position von absolute auf center gesetzt, um Darstellungsfehler im Firefox zu beheben. -->
		
}

#impressum{
	z-index:50;
	height:10px;
	width:100%;
	position:absolute; 
}

#impressum-table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:white;
}

#titel{
	position:absolute; 
	top:7px;
	z-index:20;
	width:100%;
}

#titel-table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;
	text-align:right;
	font-weight:bold;
}

#navigation{
	z-index:10;
	position:absolute; top: 123px;
	height:25px;
	width:100%;
	text-align:center;
}

#navigation-table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000033;
	vertical-align:bottom
}

#login{
	height:30px;
	width:100%;
	position:absolute; top: 164px;
	z-index:7;
}

#login-table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:white;
	text-align:right;
}

#content{
	width:100%;
	text-align:left;
	position:absolute; top: 250px; 
	z-index:5;
}

#content-table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#000033;
	text-align:justify;
	width:650px
}


