html {
  height: 100%;
}

body {
  height: 100%;
  background-color: #eeeeee;
	text-align: center;
	margin: 0px;
	padding: 0px;
  font-family: Verdana;
	font-size: 10pt;
	color: #000000;
}

div#seite {
  width: 1000px;
	margin: auto;
	background-color: #ffffff;
	text-align: left;
	overflow: hidden;
  min-height: 100%; /* Mindesthöhe für moderne Browser */
  height:auto !important; /* Important Regel für moderne Browser */ 
  height:100%; /* Mindesthöhe für den IE */ 
  overflow: hidden !important;
}

div.rand {
  width: 20px;
	background-color: #02ae36;
	float: left;
	height: 300px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

div#mitte {
  width: 960px;
	float: left;
}

div#logo {
  width: 960px;
	height: 150px;
	background-color: #ffffff;
}

div#topl {
  width: 250px;
	height: 150px;
	float: left;
	overflow: hidden;
}

div#topr {
  width: 710px;
	height: 150px;
	float: left;
}

div#menue {
  width: 250px;
	float: left;
	padding-top: 40px;
	background-color: #ffffff;
}

div#content {
  width: 690px;
	float: left;
	padding: 10px;
	padding-left: 0px;
	padding-top: 40px;
}

div#foot {
  width: 960px;
	height: 25px;
	background-color: #ffffff;
	clear: both;
	padding-top: 5px;
	text-align: right;
}

a.me {
  font-family: Verdana;
	font-size: 10pt;
	text-decoration: none;
	color: #000000;
	display: block;
	height: 35px;
}

a.me img {
  border: 0px;
	margin-left: 14px;
	margin-right: 10px;
}

h1 {
  font-family: Verdana;
	font-size: 14pt;
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
}

h1:before {
  content:url(../gx/pfeil.gif)" ";
	margin-left: -27px;
}

h2 {
  font-family: Verdana;
	font-size: 12pt;
	color: #000000;
	font-weight: normal;
	margin-top: 0px;
}

h3 {
  width: 685px;
  font-family: Verdana;
	font-size: 10pt;
	background-color: #02ae36;
	color: #ffffff;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 4px;
	margin: 0px;
}

ul {
  margin-left: 0px;
	padding-left: 15px;
  list-style-image: url(../gx/bullet.gif);
  font-family: Verdana;
	font-size: 10pt;	
}

ul.haken {
  margin-left: 8px;
	padding-left: 15px;
  list-style-image: url(../gx/haken.png);
  font-family: Verdana;
	font-size: 10pt;	
}

li {
  padding-bottom: 5px;
}

li b {
  font-weight: bold;
	color: #42a62a;
}

div#content p {
  width: 600px;
	text-align: justify;
}

p {
  font-family: Verdana;
	font-size: 10pt;	
  color: #000000;
}

p b {
  font-weight: bold;
	color: #42a62a;
}

p img {
  float: left;
	margin-right: 15px;
	margin-bottom: 20px;
}

a {
  font-family: Verdana;
	font-size: 10pt;	
	color: #42a62a;
	font-weight: bold;
	text-decoration: none;
}

td {
  vertical-align: top;
	padding-right: 20px;
}

