.mandantCaption {
	font-weight: 600;
	color: white;
	position: absolute;
	top: 10px;
	left: 40%;
}

.version_information {
	position: absolute;
	top:35px;
	right: 15px;
	font-size: xx-small;
}

.body_content {
	height: 1000px;
}

a img {
	border: 0;
}

.locale_selector {
	position: absolute;
	right: 40px;
	top: 15px;
	margin: 0;
	padding: 0;
}

.connection_status {
	position: absolute;
	right: 10px;
	top: 10px;
	margin: 0;
	padding: 0;
}

.header_container {
	margin:  0;
	padding: 0;
}

.header_content {
	width: 100%;
	background-color: InactiveCaptionText;
	text-align: center;
	vertical-align: middle;
	font-family: Helvetica;
	font-size: 20pt;
	height: 35px;
}

.footer_content {
	width: 100%;
	background-color: InactiveCaptionText;
	text-align: center;
	vertical-align: middle;
	font-family: Helvetica;
	font-size: 8pt;
}

.logo {
	z-index: -1;
	position: absolute;
	right: 10px;
	top:50px;
}

.address_selection {
	height: 200px;
	width: 300px;
}

.validatePopup {
	width: 270px;
}

.inputPanel {
	height: 200px;
	width: 250px;
}

.registerPanel {
	position: absolute;
	max-height: 300px;
	overflow: scroll;
	left: 350px;
	top: 50px;
	width: 450px;
	border-style: groove;
}

.calendarPanel {
	width: 100%;
	border-style: none;
}

.Restabfall {
	color: #222;
}

.Bioabfall {
	color: #2D2;
}

.Papier {
	color: #22F;
}

.DSD {
	color: #FF2;
}

.imageLeft {
	float: left;
}

.terminTblRow1 {
    background-color: #DEDEDE;
}

.terminTblRow2 {
    background-color: #FFFFFF;
}

.terminColKw {
}

.terminColStd {
	width: 120px;
}

.terminColWe {
	background-color: #CFCFCC;
}

.terminDatum {
	font: italic 8pt verdana;
	margin-bottom: 10px;
	text-align: center;
}

.w100 {
	width: 100px;
}

.w150 {
	width: 150px;
}

.align_top {
	vertical-align: top;
}

.left {
	text-align: left;
	float: left;
}

.right {
	text-align: right;

}

.center {
	text-align: center;
}

.testPopup {
	width: 400px;
	height: 300px;
}

.register_popup {
	position: absolute;
	top: 20%;
	left: 20%;
	width: 650px;
	height: 400px;
}

.unregister_popup {
	position: absolute;
	top: 20%;
	left: 20%;
	width: 650px;
	height: 400px;
}

.menue {
	margin-bottom: 20px;
	padding: 5px;
	background-color: #ECE9D8;
}

.menu_item {
	position:inherit;
	font-family: sans-serif;
	font-size: 10pt;
	color:black;
	background-color: #ECE9D8;
}

.menu_item:HOVER {
	background-color: #316AC5;
}
.menu_item a:HOVER {
	color: white;
	cursor: default;
}	 	

.input_group {
	margin: 5px;
	padding: 5px;
	border: 1px solid gray;
	background-color: #EEE;
}
