/* Formatierung des Dokumentes und der Tabellen*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding:10px;
	background-color:#F4F8FE;  
/* 		background-image: url(_pics/bg.gif);*/
/* 		background-repeat:repeat;*/
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align:justify;
}



th {
	background-color:#8598B9;
	color:white;
	font-weight:bold;
	text-align:left;
}

.linie {
	background-color:#8598B9;
	padding:0px;
}
.linie_hell {
	background-color:#DBE3F6;
	padding:0px;
}


.table-inhalt {
	background-color:#DBE3F6;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
}

.table-inhalt_fontklein {
	background-color:#DBE3F6;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	font-size:11px;
}

.table-dunkel {
	background-color:#8598B9;
	color:white;
	font-weight:bold;
}

.ueberschrift_zentriert {
	text-align:center;
	font-weight:bold;
}
	
/* Festlegung der DIV-Elemente */

/* Zunächst alle DIV-Elemente im Browserfenster als Block zentrieren */
#center {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 1000px;
    padding: 0;
}
  
#head {
	width:1000px;
	height:200px;
	background-color:white;
}

#content {
	float:right;
	width:1000px;
	background-color:white;
	background-image: url(../_pics/bg.png);
	background-repeat:repeat-y;
}

#footer {
	float:right;
	width:1000px;
	height:150px;	
	background-color:white;
}

.klein {
	font-size:9px;
}

.lv_aktiv {
	color:#000;
}

/* Formatierung der Überschriften und Links*/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #042D75;
	margin-top:5px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C7B964;
	padding-top:10px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

a {
	font-size: 11px;
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a.hell:link {
	text-decoration: none;
	color: white;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a.hell:visited {
	text-decoration: none;
	color:white;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a.hell:hover {
	text-decoration: underline;
	color: black;
}
a:active {
	text-decoration: none;
	font-style:italic;
	color: #666666;
}

/* Navigations-Auflistung */
ul#nav {
	color:white;
    float: left; width: 200px;
    margin: 0 0 1.2em;
	padding: 0;
  }
  ul#nav li {
    list-style: none;
    margin: 0;
	border-bottom:solid 1px #CCCCCC;
  }
  ul#nav a {
    display: block;
	height:18px;
	padding-left:15px;
	padding-top:3px;
	text-decoration:none;
	background-image:url(../_pics/arr_g_r.gif);
	background-repeat:no-repeat;
  }
  ul#nav a:link {
    color: white; background-color: #9A9A9A;
  }
  ul#nav a:visited {
    color: white; background-color: #9A9A9A;
  }
  ul#nav a:hover {
    color: black; background-color: #DCD6B2; background-image:url(../_pics/arr_b_r.gif);
  }
  ul#nav a:active {
    color: grey; background-color: #9A9A9A;
  }
  
