body {
	background: #42526A;
	font:12px/1.3em Verdana, Arial, sans-serif;
	color:#fff;
	padding:5px, 5px, 5px, 5px;
}

a {
	color:#fff;
	line-height: 13pt;
	text-decoration:underline;
}

a:hover {
	color:steelblue;
}

h1 {
	font-size:17px;
	color: #fc0;
	padding: 5px 5px 10px 0px;
}

h2 {
	font-size:15px;
	color: #FFFFFF;
	padding: 15px 5px 5px 0px;
}

h3 {
	font-size:14px;
	color: #fc0;
}

/* LINKS BEREICH Navigationstabelle */
#links {
	width: 140px;
	border-collapse:collapse;
}

#links a {
	display: block;
	background: steelblue;
	color: #fff;
	font: bold 11px Verdana,Arial;
	margin: 0px auto;
	padding: 4px 2px;
	text-decoration: none;
	width: 140px;
}

#links a:hover {
	background:#dfdfdf;
	color: black
}

/* ---------- INHALT BEREICH ---------------------------------------- */
#inhalt {
	position: absolute;
	top: 26px;
	width: 770px;
	margin: 0px 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}	


/* ---------- FOOTER BEREICH ---------------------------------------- */
#footer {
	position: fixed;
	bottom: 0; /* wichtig */
	height: 18px;
	margin: 0px 0px 0px 0px;
	line-height: 18px; /* gleich wie Height, damit Text vertikal zentriert ist */
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

table {
	line-height: 15pt;
	
}

iframe {
	height: 800px;
	width: 800px;
	border:none;

}