/*************************************************************
********** Main definitions for layout + positioning**********
*************************************************************/  

body {
	background-color: white;
	color: black;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100.01%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

a {
	color: black;
}

div#header {
	background-color: black;
	border-style: solid;
	border-width: 0px;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 150%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 120px;
	left: 5%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	width: 90%;
}

div#main_body {
	position: absolute;
	top: 120px;
	left: 22%;
	height: 75%;
	width: 72.8%;
	margin: 0px;
	padding: 0px;
	background-color: #c0c0c0;
	border-style: solid;
	border-width: 1px;
	border-color: #3C3C3C;
}

div#menu1 {
	background-color: #c0c0c0;
	border-style: solid;
	border-width: 1px;
	border-color: #3C3C3C;
	height: 75%;
	left: 5%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	text-align: center;
	top: 120px;
	width: 17%;
}

div#menu2 {
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #3C3C3C;
	height: 20%;
	left: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	text-align: center;
	top: 80%;
	width: 100%;
}

div#hoehe {
  position:static; 
  height:400px; 
  width:100%; 
  margin:0; 
  padding:0; 
  overflow:auto; 
  overflow-x:hidden; 
  overflow-y:scroll;
}

ul#Navigation {
	background-color: #c0c0c0;
	border-style: solid;
	border-width: 0px;
	list-style-image: none;
	margin: 0;
	width: 80%;
}

ul#Navigation li {
	list-style-image: none;
	list-style-type: none;
	margin: 3px;
	padding: 0;
}

ul#Navigation a {
	background-color: #ccc;
	border-style: solid;
	border-width: 1px;
	border-left-color: white;
	border-top-color: white;
	border-right-color: #3C3C3C;
	border-bottom-color: #3C3C3C;
	color: maroon;
	display: block;
	font-weight: bold;
	padding: 1px;
	text-decoration: none;
}

ul#Navigation a:hover {
	background-color: gray;
	border-color: white;
	border-left-color: #3C3C3C;
	border-top-color: #3C3C3C;
	border-right-color: white;
	border-bottom-color: white;
	color: white;
}

ul#Navigation a:active {
	background-color: #ccc;
	border-style: solid;
	border-width: 1px;
	border-left-color: white;
	border-top-color: white;
	border-right-color: #3C3C3C;
	border-bottom-color: #3C3C3C;
	color: red;
}

table#main {
	height: 95%;
	width: 100%;
}

fieldset {
	width:60%; 
	height:90%; 
	text-align: left;
}

hr#main {
	color: gray;
	width:80%;
	height: 1px;
}

td#main_top {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-weight: bold;
	height: 10%;
	text-align: center;
	vertical-align: middle;
}

td#main_side {
	height: 80%;
	text-align: center;
	vertical-align: middle;
	width: 15%;
}

td#main_center {
	height: 80%;
	text-align: center;
	vertical-align: middle;
	width: 70%;
}

td#main_middle {
	height: 80%;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

td#main_topright {
	height: 100%;
	width: 100%;
}

td#main_bottom {
	height: 10%;
	text-align: center;
	vertical-align: middle;
}
