body {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #EAEAEA;
}
div#bild {
	float: left;
	height: 100%;
	color: #333333;
	padding-left: 1em;
	padding-right: 2em;
	}

div#text {
	float: left;
	margin-left: 1em;
	text-align: left;
	font-size: 0.8em;
	width: 29em;
}
div#Navigation {
	text-align: left;
	height: 5em;
	padding: 0em;
	float: none;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	width: 50em;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 4em;
	margin-left: 0em;
}
div#hyperlinks {
	float: left;
	width: 7em;
	padding: 0em 3em 4em 0em;
	text-align: left;
	border-right-width: 1px;
	border-right-color: #666666;
	border-right-style: solid;
	overflow: scroll;
	height: 35em;
	white-space: nowrap;
}
ul#Navigation {
    margin: 0; padding: 0.8em;
    text-align: left;
    border: 1px none black;
    background-color: #EAEAEA;
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0.4em; padding: 0;
  }

  ul#Navigation a, ul#Navigation span {
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: #333333; background-color: #ccc;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#Navigation a:hover, ul#Navigation span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
  }
div#navbild {
	float: right;
}
h1 {
	color: #999999;
}
div#fusszeile {
	clear: both;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 3em;
	padding: 1em;
	font-size: 0.8em;
}

ul#hyperlinks li {
	list-style: none;
	line-height: 1.2em;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
ul#hyperlinks a:link {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
ul#hyperlinks a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #666666;
	background-color: #666666;
}
ul#hyperlinks a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
}
.head_hell {
	color: #CCCCCC;
}
p#underline {
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #999999;
	padding-bottom: 1em;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
