@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
}

hr{
background-color:#000; /* Mozilla 1.4 */
color:#000; /* IE 6 */
border: #000; /* Opera 7.11 */
height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}

#horizont {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#container {
	position: absolute;
	left: 50%;
	top: -200px;
	margin-left: -400px;
	width: 800px;
	height: 400px;
	background-color: transparent;
	/* border: 1px solid #000; */
}

#top {
	width: 100%;
	height: 20px;
	background-color: transparent;
}

#top_menu {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 120px;
	height: 20px;
	background-color: transparent;
	border-right: 1px solid #000;
}

#top_content {
	position: absolute;
	left: 121px;
	top: 0px;
	width: 630px;
	height: 20px;
	background-color: transparent;
	border-right: 1px solid #000;
	text-align: right;
}

#top_content h1 {
	font: 1em "Century Gothic",Arial,sans-serif;
	margin-top: 0px;
	margin-right: 5px;
}

#top_hr {
	position: absolute;
	left: 0px;
	top: 12px !important;
	top: 13px;
	width: 760px;
	height: 1px;
	background-color: transparent;
}

#middle {
	width: 100%;
	height: 300px;
	background-color: transparent;
}

#middle_menu {
	position: absolute;
	left: 0px;
	top: 21px;
	width: 120px;
	height: 300px;
	background-color: transparent;
	border-right: 1px solid #000;
	text-align: right;
	font: 0.68em "Century Gothic",Arial,sans-serif;
}

.moduletableMainmenu {
	margin: 0 5px 0 0;
}

.moduletableMainmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.moduletableMainmenu ul li {
	/* margin-top: 2px; */
}

.moduletableMainmenu ul li a {
	text-decoration: none;
	color: #000;
}

.moduletableMainmenu ul li a:hover,a:active {
	color: #a00;
}

#active_menu {
	color: #a00;
	font-weight: bold;
}

#middle_content {
	position: absolute;
	left: 121px;
	top: 21px;
	width: 630px;
	height: 300px;
	background-color: transparent;
	border-right: 1px solid #000;
	font: 0.68em "Century Gothic",Arial,sans-serif;
}

#middle_content_left {
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: transparent;
	z-index: 3;
	max-height: 300px;
	overflow: hidden;
}


#middle_content_left p {
	margin: 0 0 0 5px;
	white-space: nowrap;

}

.moduletableSlidemenu {
	margin: 0 0 0 5px;
}

.moduletableSlidemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.moduletableSlidemenu ul li {
	/* margin-top: 2px; */
}

.moduletableSlidemenu ul li a {
	text-decoration: none;
	color: #000;
}

.moduletableSlidemenu ul li a:hover,a:active {
	color: #a00;
}

#middle_content_right {
	position: absolute;
	text-align: right;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: transparent;
	z-index: 2;
	overflow: visible;
	/* border: 1px solid #000; */
}

#middle_content_right p {
	margin: 0 0 0 5px;
	white-space: nowrap;

}
#bottom_hr {
	position: absolute;
	top: 313px !important;
	top: 314px;
	left: 100px;
	width: 670px;
	height: 1px;
	background-color: transparent;
}

#bottom_vr_right {
	position: absolute;
	top: 321px;
	left: 751px;
	width: 1px;
	height: 20px;
	background-color: #000;
	z-index: 3;
}


#bottom {
	width: 100%;
	height: 80px;
	background-color: transparent;
}

#bottom_menu {
	position: absolute;
	left: 0px;
	top: 321px;
	width: 120px;
	height: 80px;
	background-color: transparent;
	border-right: 1px solid #000;
}

#bottom_content {
	position: absolute;
	left: 121px;
	top: 321px;
	width: 330px;
	background-color: transparent;
}

#bottom_content p {
	margin: 0 0 0 5px;
}

.contentpaneopen tr td {
	font: 0.7em "Century Gothic",Arial,sans-serif;
}