#inhalte {
	position: absolute;
	top: 50%;
	z-index: 10;
	margin-top: -170px;
	height: 360px;
	left: 230px;
	overflow: auto;
	right: 0px;
}
/* für die doofen IEs eine eigene Definition der Positionierung ... */
* html #inhalte {
	width: 100%;
	border-left-width: 230px;
	border-left-style: solid;
	border-left-color: #808080;
	overflow: auto;
	left: 0px;
}
#inhalte h2, #inhalte h3{
	font-size: 100%;
	margin: 0px;
}
.formularelementbreite {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82%;
	border: 1px solid #CCCCCC;
}
#inhalte a {
	color: #FFCC00;
	text-decoration: none;
}
.tabelle-einspalter {
	width: 75%;
}
.tabelle-zweispalter {

	width: 95%;
}
.seiteninternnav {
	font-size: 76%;
}
#screenliste {
	color: #000000;
	background-color: #EFEFEF;
}
.namentliche_begruessung {
	list-style-image: none;
	list-style-type: none;
	color: #FFCC00;
}
