body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	background-color: #fff;
	color: #808080;
}

* {
	margin: 0;
	padding: 0;
	font-size: 7.5pt;
	font-weight: normal;
	color: #808080;
}

a {
  color: #808080;
  text-decoration: none;
}

a:hover {
  color: #000;
}

/* ===== Zentrierung der Seite ======== */

body {
	text-align: center; /* Nur fuer den IE ! */
}

#allumfassend {
	margin: 0 auto; /* Der standardkonforme Weg. */      
	text-align: left; /* Wegen des IE-Tricks. */
}

/* ======== grundlegende Struktur ========== */

#allumfassend {
	position: relative;
	top: 0px; 
	left: 0px;
	width: 466px;  
}
       
/* ======== Navigation ========== */

#horizontaleNavigation {
	position: absolute;
	top: 0px; 
	left: 0px;
	width: 466px; 
	height: 70px;
}
    
#navigation {
	position: absolute;
	top: 0px; 
	left: 0px; 
	width: 466px;
  font-weight: bold;
}

#spacer {
  z-index: 3;
	position: absolute;
	top: 0px; 
	left: 0px;
	width: 466px; 
	height: 70px;
	background: #FFF;
}

#bild {
  z-index: 4;
	position: absolute;
	top: 0px; 
	left: 0px;
	width: 128px; 
	height: 70px;
	background: #FFF;
}

#line {
  z-index: 6;
	position: absolute;
	top: 70px; 
	left: 0px;
	width: 466px; 
	height: 1px;
	border-top: 1px solid #808080;
}

.menu
{
  z-index: 4;
	position: absolute;
	top: 0px;
  visibility: visible;
  height: 70px;
  border: 0px;
  font-weight:bold;
  font-size:7.5pt;
  font-family: verdana;
  color: #808080;
}
.menu a {
  color: #808080;
  text-decoration: none;
  font-weight:bold;
}

.menu a:hover {
  color: #000;
}

.link {
  position: absolute; 
	top: 50px; 
	left: 0px;
}

#submenu {
  position: absolute;
  top: 0px; 
	left: 0px;
  visibility: visible;
  z-index: 2;
	text-align: right;
  width: 466px;
  padding-bottom: 6px;
  background: #FFF;
  border-bottom: 1px solid #808080;
}

#submenu a {
  color: #808080;
  display: block;
  text-decoration: none;
  font-weight: bold;
  height: 16px;
  padding-right: 252px;
}

#submenu a:hover {
  color: #000;
}
       
/* ======== Inhalt ========== */

#inhalt {
	position: absolute;
	top: 90px; 
	left: 0px; 
	z-index: 0;
  width: 466px; 
}

#inhalt a {
  color: #808080;
}

#inhalt a:hover {
  color: #000;
}

h1 {
  font-weight: bold;
  margin-bottom: 20px;
}

h2 {
  font-weight: bold;
  margin-bottom: 4px;
}

h3 {
  text-decoration: underline;
}

p { 
  margin-bottom: 14px;
  line-height: 14px;
  text-align: justify;
}

p.top {
  text-align: right;
}

a.top {
  font-size: 9px;
}

ul { 
  margin-bottom: 14px;
}

li { 
  line-height: 14px;
  margin-left: 12px;
}

a img {
  border: 0px;
}

img.left {
  float: left;
  margin-right: 25px;
  margin-bottom: 10px;
}

img.right {
  float: right;
  margin-left: 25px;
  margin-bottom: 10px;
}

input {
  height: 16px;
  vertical-align: bottom;
  width: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	line-height: 16px;
  background: #FAFAFA;
  border: 1px solid #808080;
}

input.submit {
  height: 16px;
  border: 1px solid #808080;
  background: #FFF;
  color: #808080;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  width: 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
}

textarea {
  width: 170px;
  height: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
  background: #FAFAFA;
  border: 1px solid #808080;
}

td {
  padding: 2px 0px;
}

#footer {
  width: 466px;
	border-top: 1px solid #808080;
	text-align: center;
	white-space: nowrap;
	clear: both;
	padding-top: 4px;
	letter-spacing: 0.05em;
	margin-bottom:500px;
}

.hinweis {
  color: #F00;
  font-weight: bold;
}