* {
   border: collapse;
   margin: 0px;
   padding: 0px;
}

h1 {
	font-size: 1.3em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	margin-left: 3%;
	margin-top: 3%;
}

h2 {
   font-size: 1em;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
   color: black;
	margin-left: 3%;
}

h3 {
   font-size: 0.9em;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
   color: black;
}

h4 {
   font-size: 1.1em;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
   color: black;
}

ul,p {
   padding-left: 3%;
	font-size: 0.8em;
}

li {
   list-style-type: square;
   line-height: 1.3em;
}

.formular {
   font-family: Verdana;
   font-size: 0.8em;
   color: #333333;
   background-color: #FFFFFF;
   border-style: solid;
   border-width: 1px;
   border-color: #333333;
}

.format_balken {
	background-color: red;
	color: yellow;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.format_balken:link {
	color: yellow;
	text-decoration: none;
}

.format_balken:hover {
	color: yellow;
	text-decoration: none;
}

.format_balken:visited {
	color: yellow;
	text-decoration: none;
}

.format_balken:active {
	color: yellow;
	text-decoration: none;
}

.format_navigation {
	background-color: yellow;
	color: red;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 3%;
}

.format_p_navigation {
	font-size: 0.8em
}

.format_navigation:link {
	color: red;
	text-decoration: none;
}

.format_navigation:hover {
	color: red;
	text-decoration: none;
}

.format_navigation:visited {
	color: red;
	text-decoration: none;
}

.format_navigation:active {
	color: red;
	text-decoration: none;
}

.bildunterschrift {
	font-size: 0.6em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

input {
   font-size: 1em;
   font-family: Verdana;
}

#seite {
   position: absolute;
   top: 0%;
   left: 0%;
   width: 99%;
   height: 99%;
}

#navigation {
  position:absolute;
  height: 80%;
  left: 0px;
  top: 92px;
  width: 250px;
  font-size: 1em;
  line-height: 2em;
  font-weight:normal;
  text-align:left;
  overflow:hidden;
  background-color:yellow;
  color:red;
 }

#navigation_oben {
	position: absolute;
	left: 0px;
	top: 21px;
	width: 100%;
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
	overflow: hidden;
	border:0;
}

#banner {
	display:none;
	left: 251px;
	width: 75%;
	position: absolute;
	top: 10px;
	background-color: white;
}

#logo {
	display:none;
	left: 0px;
	width: 250px;
	position: absolute;
	top: 10px;
}

#form {
   width: 75%;
   height: 80%;
   position:absolute;
   left:280px;
   top:140px;
   padding:0px;
   border:0px;
   overflow:auto;
   background-color:white;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
 }

#inhalt {
   width: 75%;
   height: 80%;
   position:absolute;
   left:251px;
   top:92px;
   padding:0px;
   border:0px;
   overflow:auto;
   background-color:white;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
 }
 
 .inhalt {
 	color:black;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

 .inhalt_gero {
 	color:white;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
 
 .inhalt:active {
 	font-weight: normal;
	text-decoration: none;
}

.inhalt:link {
	font-weight: normal;
	text-decoration: none;
}

.inhalt:hover {
	font-weight: bolder;
	text-decoration: none;
}

.inhalt:visited{
	text-decoration: none;
}

 #form {
   width: 70%;
   height: 70%;
   position:absolute;
   left:270px;
   top:110px;
   padding:0px;
   border:0px;
   overflow:auto;
   background-color:white;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
 }