/* Pseudos */

	a:link {
	color: #990000;
	text-decoration:none;
	}
	
	a:visited {
	color:#990000;
	text-decoration:none;
	}
	
	a:hover {
	text-decoration:underline;
	}

body, p a {
	color: black;
	background-color:#CCCCCC;
	font-size: 12px;
	line-height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 1em; /* war 1em */
	text-align: center;  /* Zentrierung im Internet Explorer */
	}

div#seite {
	text-align:left;
	width: 760px;
	height:560px;
	padding:0px;
	margin:auto ;
	position:relative;
	border:0px solid;
	}
	
div#lioben {
	float:both;
	margin: 0px;
	padding: 0px;
	border:0px solid;
	width: 175px;
	height: 87px;
	padding: 0px;
	position:relative;
	}
	
div#balkeno {
	width:585px; 
	background-color:#990000;
	position:absolute;
	left:175px;
	top:0px;
	border:0px solid;
	height: 87px;
	}
	
div#inhalt {
	padding:40px;
	background-color:#FFFFFF;
	width:505px;
	height: 378px;
	position:absolute;
	top:87px;
	border:0px solid;
	left:175px; 
	overflow:auto;
	z-index:10;
	}
	
div#unten {
	margin:0px;
	position:absolute;
	bottom:0px; 
	width:760px;
	height: 15px;
	background-color:#990000;
	border:0px solid;
	}
	
div#buttons {
	text-align:left;
	margin:0 auto;
	margin-top: 15px;
	width: 760px;
	padding:0 px;
	position:absolute;
	top:550px;
	left:0px;
	}
	
	div#navi_oben {
	text-align:left;
	margin:0 auto;
	width: 175px;
	height:255px;
	padding:0px;
	position:absolute;
	left:0px;
	top:87px;
	border:0px solid;
	}
	
div#navi_unten {
	text-align:left;
	margin:0 auto;
	width: 175px;
	height:150px;
	padding:0 px;
	position:absolute;
	left:0;
	bottom:13px; 
	border:0px solid;
	}
	
/*navi links */

	ul#Navigation {
    font-size: 12px;
    float: both;
		width: 175px;
    margin: 0px; 
		padding-left: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0px; 
		padding-top:0px;
		padding-bottom:0px;
  }
  ul#Navigation a {
    display: block;
    padding: 9px;
    font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin:0px;
  }
	
  ul#Navigation a:link {
    color: black; text-decoration:none; 
		
  }
  ul#Navigation a:visited {
    color: black; background-color: #CCCCCC;
  }
  ul#Navigation a:hover {
    color: black; background-color: white;
		text-decoration:none;
  }
  ul#Navigation a:active {
    color: #990000; background-color: white;
  }

/* Definition der TabellenStyles */

table.inhalt {
	background-color:#FFFFFF;
	table-layout:fixed;
	width:90%;
	padding:0px;
	margin:0px;
}

td.inhalt_headline{
	font-weight:bold;
	font-size: 16px;
	
}

td.inhalt_content{
}

/* Definition der Fussleiste */

table.fuss {
	table-layout:fixed;
	width:760px;
}




.linie {
	display:block;
	font-size:1pt; /*IE*/
	background-image:url(img/pixel.gif);
	height:2px;
}

.liniedick {
	display:block;
	font-size:2pt; /*IE*/
	background-image:url(img/pixel.gif);
	height:3px;
}

.bodybold {
	color: black;
	font-size: 12px;
	line-height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin: 0px;
	text-align: center;  /* Zentrierung im Internet Explorer */
	}
	
.headline_fluss {
	color:#FFFFFF;
	font-size: 12px;
	background-color:#990000;
	line-height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin: 0px;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	letter-spacing:1px;
	text-align: center;  /* Zentrierung im Internet Explorer */
	}
	
.center
	{text-align:center;
	}
