  html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
	background-image: url(grafik/hd.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
  }
h2 {
	font-size: 1.1em;
}

  body {
	background-color: #fff;
	overflow: hidden;
  }
h1 {
	font-size: 1.4em;
}

  #mitte {
	position: absolute;
	top: 110px;		/* Abstand zum oberen Fensterrand */
	left: 250px;		/* Abstand zum linken Fensterrand */
	bottom: 50px;		/* Abstand zum unteren Fensterrand */
	right: 250px;		/* Abstand zum rechten Fensterrand */
	overflow: auto;		/* Scrollbalken, falls notwendig */
  }
  * html #mitte {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
  #mitte .inhaltDiv {
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
  }
.img   {
	padding-left: 20px;
	padding-right: 20px;
}

  #oben {
	position: absolute;
	top: 0;			/* Abstand zum oberen Fensterrand */
	left: 0;		/* Abstand zum linken Fensterrand */
	right: 0;		/* Abstand zum rechten Fensterrand */
	height: 100px;		/* Blockhöhe */
	padding: 0px;
	overflow: hidden;	/* Scrollbalken unterbinden */
	z-index: 5;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
  }
  * html #oben {
	height: 100px;
	padding: 0px;
	text-align: center;
	width: 100%;
  }
  #oben .inhaltDiv {
	height: 95px;
	background-image: url(grafik/hd_1.gif);
	background-repeat: repeat;
	text-align: center;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
  }
#oben  .inhaltDiv  h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1.8em;
}
  #links {
	position: absolute;
	top: 110px;		/* Abstand zum oberen Fensterrand */
	left: 0;		/* Abstand zum linken Fensterrand */
	bottom: 0px;		/* Abstand zum unteren Fensterrand */
	width: 250px;		/* Blockbreite */
	padding: 0;
	overflow: hidden;		/* Scrollbalken, falls notwendig */
	z-index: 2;
	background-image: url(grafik/hd_links.gif);
	background-repeat: no-repeat;
	background-position: right top;
  }
  * html #links {
	top: 0;
	width: 169px;
	height: 100%;
	border-top-width: 150px;	/* = Kopfzeilenhöhe */
	border-left-width: 0;
	border-bottom-width: 0;
	border-right-width: 0;
	border-style: solid;
  }
  #links .inhaltDiv {
  	margin: 10px;		/* Abstand des Inhalts zum Blockrand */
  }
  #unten {
	position: absolute;
	left: 250px;		/* Abstand zum linken Fensterrand */
	bottom: 0;		/* Abstand zum unteren Fensterrand */
	right: 250px;		/* Abstand zum rechten Fensterrand */
	height: 30px;		/* Blockhöhe */
	padding: 0;
	overflow: hidden;	/* Scrollbalken unterbinden */
	z-index: 3;
	text-align: center;
  }
  * html #unten {
	left: 0;
	width: 100%;
	height: 30px;
	border-top-width: 0;
	border-left-width: 200px;	/* = Spaltenbreite links */
	border-bottom-width: 0;
	border-right-width: 0;
	border-style: solid;
  }
  #unten .inhaltDiv {
	margin: 10px;		/* Abstand des Inhalts zum Blockrand */
	font-size: 70%;
  }
#unten .aktiverlink {
	color: #082900;
	font-weight: bold;
}

  #rechts {
	position: absolute;
	top: 110px;		/* Abstand zum oberen Fensterrand */
	bottom: 0px;		/* Abstand zum unteren Fensterrand */
	right: 0;		/* Abstand zum rechten Fensterrand */
	width: 250px;		/* Blockbreite */
	padding: 0;
	overflow: hidden;	/* Scrollbalken unterbinden */
	z-index: 1;
	background-image: url(grafik/hd_rechts.gif);
	background-repeat: no-repeat;
	background-position: left top;
  }
  * html #rechts {
	top: 0;
	width: 169px;
	height: 100%;
	border-top-width: 150px;	/* = Kopfzeilenhöhe */
	border-left-width: 0;
	border-bottom-width: 50px;	/* = Fußzeilenhöhe */
	border-right-width: 0;
	border-style: solid;
  }
  #rechts .inhaltDiv {
  	margin: 10px;		/* Abstand des Inhalts zum Blockrand */
  }
a {

}
a:hover {
	color: #FF0000;
}
a:link {
	color: #5C6A57;
}
a:visited {
	color: #5C6A57;
}
a:active {
	color: #5C6A57;
}
.img1 {
	padding-left: 20px;
	padding-right: 20px;
	float: right;
}
