html { height: 101%; }

* {
	padding: 0px;
	margin: 0px;
	}

body{
	padding-bottom: 30px;
	background-color: white;	
	font: normal normal normal 12px Arial, Helvetica, sans-serif;
	color: #333399;
	text-align: center;
	}

h1, h2, h3, h4, h5, h6, p, form, ul, ol, li, img {
	letter-spacing: normal;	line-height: normal; word-spacing: normal;
	}

h1, h2, h3, h4, h5, h6 { font-weight: bold; }

h1 { font-size: 20px; }
h2 { font-size: 17px; }
h3 { font-size: 16px; }
h4 { font-size: 15px; }
h5 { font-size: 12px; }

li {
	margin-left: 22px;
	}

.vL, .vC, .vR, .vJ {
	z-index: 100;
	}

table {
	width: 100%; height: 100%;
	border-collapse: collapse;
	}

td {
	border: 0px solid red;	
	text-align: left;
	vertical-align: top;
	}

table tr td.l, .vL { text-align: left;}
table tr td.c, .vC { text-align: center; }
table tr td.r, .vR { text-align: right; }
table tr td.j, .vJ { text-align: justify; }
table tr td.t, .tT { vertical-align: top; }
table tr td.m, .tM { vertical-align: middle; }
table tr td.b, .tB { vertical-align: bottom; }

.clearing {
	clear: both;
	}
		
div.unsichtbar {
	position: absolute;
	overflow: hidden;
	z-index: -99999;
	width: 0px;
	height: 0px;
	}




#alles {
	width: 956px;
	background-color: white;
	margin: 10px auto 0px auto;
	text-align: left;
	}
	
#logo {
	position: relative;
	width: 956px;
	height: 74px;
	color: #DD0000;
	background-color: inherit;
	background-repeat: no-repeat;
	z-index: 99;
	}

#nord {
	position: relative;
	width: 854px;
	height: 20px;
	padding: 10px 50px 10px 50px;
	border: 1px solid #333399;
	border-top: 5px solid #006BD5;
	border-bottom: 0px;
	background-color: #DFE8F0;
	background-repeat: no-repeat;	
	color: #DD0000;
	z-index: 0;
	}

#content {
	width: 954px;
	padding-bottom: 10px;
	background-color: white;	
	background-repeat: repeat-y;
	border: 1px solid #333399;
	border-top: 0px;
	border-bottom: 0px;
	}

	#west {
		float: left;
		width: 150px;
		padding: 10px 5px 5px 5px;
		background-color: #FFF497;
		}

		#west1 {
			padding: 4px;
			background-color: white;
			border: 1px solid #CCCCCC;
			text-align: left;
			display: none;
			visibility: hidden;
}

	#zentral {
		float: left;
		width: 580px;
		padding: 0px;
		background-color: inherit;
		margin: 30px 0px 0px 10px;
	}
	
	#ost {
		float: left;
		width: 184px;
		padding: 0px;
		margin: 30px 0px 0px 10px;
		text-align: center;
		display: none;
		visibility: hidden;
		}

#sued {
	width: 944px; 
	padding: 5px;
	background-color: white;
	border: 1px solid #333399;
	color: gray;
	}
	#sued1 {
		float: left;
		width: 318px;
		}
	#sued2 {
		float: left;
		width: 318px;
		text-align: center;
		}
	#sued2 a, #sued2 a:hover, #sued2 a:visited {
		color: gray;
		background-color: inherit;
		background-color: white;
	}

/* ——————————————————————————————————————————————————————————————————— */

a, a:visited  {
	color: blue;
	text-decoration: underline;
	}
a:hover {
	background-color: #333399;
	color: white;
	}

#west .navi a {
	display: block;
	color: #FE0000;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: none;
	}
#west .navi a:hover{
	background-color: #FE0000;
	color: #FFF497;
	}
#west .navi a:visited { }
#west .navi .activerlink {
	color: #FFF497;
	background-color: #333399;
	}

#west1 a { 
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	}

/* ——————————————————————————————————————————————————————————————————— */

#idWort td {
	padding-left: 5px;
	font-size: 10px;
	}

/* ——————————————————————————————————————————————————————————————————— */

a.aBild, a.aBild img, a.aBild:hover {
	border: 0px solid white;
	background-color: transparent;
	text-decoration: none;
	}


/* ——————————————————————————————————————————————————————————————————— */

#statistik td {
	padding: 1px 4px 1px 4px;
	border: 1px solid #999999;
	text-align: right;
	vertical-align: middle;
 }

#statistik td.C {
	text-align: center;
	}


