html {
	height: 100%; 
	max-height: 100%; 
	padding: 0; 
	margin: 0; 
	border: 0; 
	background: rgb(232, 246,249); 
	font-size: 100%; 
	font-family: Arial, sans-serif;
	/* vestecke overflow:hidden vor IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
}

body {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
	}

#header {
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 125px;
	background: rgb(232, 246,249);
	background-repeat: no-repeat;
	font-size: 100%;
	z-index: 5;
	}


#footer {
	position: absolute;
	margin: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 25px;
	background: rgb(232, 246,249);
	font-size: 100%;
	z-index: 5;
	text-align: right;
	}

#footer a, #footer a:link {
	color: #003366;
	text-decoration: none;
	}

#footer a:visited {
	color: #003366;
	text-decoration: none;
	}

#footer a:hover, #footer a:focus {
	color: #003366;
	text-decoration: underline;
	}

#flags {
	position: absolute;
	margin: 0;
	bottom: 8px;
	left: 10%;
	display: block;
	width: 25%;
	height: 12px;
	background: rgb(232, 246,249);
	font-size: 100%;
	z-index: 10;
	text-align: left;
	}

#links, #mitte, #rechts {
	position: absolute;
	left: 0;
	top: 125px;
	bottom: 25px;
	font-size: 100%;
	z-index: 4;
	overflow: auto;
	}


* html #links, * html #mitte, * html #rechts {
	height: 100%;
	top: 0;
	bottom: 0;
	border-top: 125px solid #fff;
	border-bottom: 25px solid #fff;
	}

#links {
	left: 0;
	width: 25%;
	background: rgb(208,227,234);
	text-align: center;
	}

#mitte {
	left: 25%;
	width: 55%;
	background: rgb(221,242,246);
	color: #003366;
	line-height: 1.4;
	}

#rechts {
	left: 80%;
	width: 18.3%;
	background: #99cc33;
	padding: 10px;
	color: #ffffff;
	font-size: 85%;
	}

#menu {
	position: absolute;
	font-size: 80%;
	color: #FFFFFF;
	background: #142E53;
	top: 35px;
	left: 25%;
	width: 75%;
	border: 0px;
	padding: 4px;
	margin: 0px;
	height: 17px;
	text-align: center;
	}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	clear: left;
	}

#menu ul li {
	display: inline;
	text-align: center;
	padding: 1%;
	}

#menu ul li a, #menu ul li a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}

#menu ul li a:hover, #menu ul li a:focus {
	color: #99cc33;
	text-decoration: none;
	font-weight: bold;
	}

#submenu {
	position: absolute;
	top: 60px;
	left: 25%;
	border: 0px;
	padding: 0px;
	margin: 0px;
	}

#submenu table {
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	}

#submenu td {
	width: 16px;
	height: 16px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	}

#submenu td a, #submenu td a:link {
	display:block;
	width:100%;
	text-decoration: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
	}

#submenu td a:hover, #submenu td a:focus {
	display:block;
	width:100%;
	background-color: #142E53;
	color: #142E53;
	text-decoration: none;
	}

div#submenu a span, div#submenu a:link span {
	position: absolute;
	display: none;
	}

/* div#submenu a:hover span, div#submenu a:focus span {
	display: block;
	position: absolute;
	left: 0%;
	top: 20px;
	font-size: 120%;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	} */

#ueberschrift {
	position: absolute;
	left: 25.2%;
	top: 105px;
	font-size: 120%;
	font-weight: bold;
	color: #003366;
	z-index: 6;
	}

#ueberschrift a, #ueberschrift a:link, #ueberschrift a:visited, #ueberschrift a:hover, #ueberschrift a:focus {
	color: #99cc33;
	text-decoration: none;
	}

h2 {
	font-size: 120%;
	font-weight: bold;
	}

#mitte p, #mitte form {
	padding-left: 0px;
	padding-left: 25px;
	padding-right: 25px;
	}

#logo img {
	padding-top: 0px;
	padding-left: 0px;
	}

#mitte form label, #mitte form input, #mitte form textarea  {
	margin: 5px;
	padding: 0px;
	}


