html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

#mainTable {
/* margin: auto;*/ /* Div soll zentriert werden */

	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */

}
#bottom {
/* height:auto !important; */ /* Important Regel für moderne Browser */

	overflow: hidden !important; /* FF Scroll-leiste */ 
	min-height: 20%; /* Mindesthöhe für moderne Browser */
	height:20%; /* Mindesthöhe für den IE */
}

a.normal {
  font-family : Tahoma, Arial;
  color : blue;
  text-decoration : underline;
}

a:active {
  font-family : Tahoma, Arial;
	font-weight : bold;
	font-size : 9pt;
  color : #F5BC65;
  text-decoration : underline;
}

a.menuLeftActive {
  font-family : Tahoma, Arial;
	font-size : 9pt;
	font-weight : bold;
	color : #F5BC65;
  text-decoration : underline;
}

a.menuLeftInactive {
  font-family : Tahoma, Arial;
  font-size : 9pt;
  color : white;
  text-decoration : underline;
}

body {
  background-color : #357B28;
  color : white;
  font-family : Tahoma, Arial;
  font-size : 9pt;
  margin : 0px;
}

table {
  font-family : Tahoma, Arial;
  padding : 0px 0px;
}

table.main {
  background-color : white;
  color : black;
  font-family : Tahoma, Arial;
  font-size : 11pt;
}

a.impressum {
  font-size : 9pt;
}

td.darkest {
  background-color: #000000;
  color : green;
  padding: 0px;
}

td.borderBottomRight {
  border-style: solid;
  border-color: black;
  border-width: 0px 1px 1px 0px;
  padding: 5px;
}

td.borderBottom {
  border-style: solid;
  border-color: black;
  border-width: 0px 0px 1px 0px;
  padding: 5px;
}

.bold {
	font-weight: bold;
}

