@charset "UTF-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	
	margin: 0; 
	padding: 0;
	overflow: hidden;
	
	color: #000000;
	font-size: 0.6em;
	
	height: 100%;
}

#kopfzeile {
	height: 150px;
	width: 100%;
	overflow: hidden;
	background-image: url(../pics/hintergrund_header.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#navigation {
	height: 16px;
	width: 100%;
	overflow: hidden;
}

#bildstreifen {
	width: 100%;
	height: 176px;
	overflow: hidden;
}

#inhalt {
	position: absolute;
	
	top: 342px;
	bottom: 40px;
	
	width: 100%;
	
	height: expression(document.body.clientHeight-342-40 + "px" );
	
	overflow: hidden;
	
	margin: 0px;
	padding: 0px;
}

#rollbar {
	position: absolute;
	width: 700px;
	height: 100%;
	
	top: 0px;
	left: 50%;
	
	margin-left: -350px;
	
	height: expression(document.body.clientHeight-342-40 + "px" );
	
	overflow: auto;
}

#fusszeile {
	position: absolute;
	bottom: 0px;
	height: 40px;
	width: 100%;
	overflow: hidden;
}

#fusszeile p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 7px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	text-align: center;
	font-size: 0.9em;
}

a {
	color: #669999;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #223333;
}

input {
	background-color: #D9D9D9;
	border: 0px;
	height: 15px;
	width: 320px;
	
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.sendenbutton {
	width: 50px;
	
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
	vertical-align: middle;
	
}

.textfeld {
	background-color: #D9D9D9;
	border: 0px;
	width: 320px;
	height: 90px;
	
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.kleineschrift {
	font-size: 0.7em;
}

#inhaltstabelle {
	position: absolute;
	width: 680px;
	height: 100%;
}

.spaltelinks {
	width: 188px;
	background: #E6E9E5;
}

.spalterechts {
	background: #FFFFFF;
}

.grueneschrift {
	color: #669999;
	font-weight: bold;
}

.inhaltstext {
	margin: 20px;
}

td img {
	display: block;
}

.keinumbruch {
	display: inline;
}
