body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	background-color: #888888;
	background-image: url(/bilder/back.gif);
}

p {
	font-size: 12px;
}

#navi {
	padding: 8px 0 0 0;
	color: white;
	background: url(/bilder/naviback.gif) repeat-x bottom #666;
	font-size: 0.8em;

  margin: 0;
  padding-right:-0px;
  border: solid #000 1px;
  height:35px;
}
#navi ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  list-style: none outside;
  height: 35px;
  background-image:   url(/bilder/naviback.gif);
}
#navi li {
  display: inline;
  list-style: none outside;
  margin: 0;
  padding: 0;
}
#navi a {
  float: left;
  display: inline;
  color: white;
  text-decoration: none;
  margin: 0;
  padding: 4px 9px 3px 6px;
  border-left: solid #fff 1px;
    height: 35px;
  font-size: 13px;
}
#navi a:hover {
	color: black;
	background: white;
}
#navi .active a {
  color: #008;
  background-color: #fff;
  margin: 0px;
}


#main {
	padding: 8px;
	background: #c7d1e9;
	font-size: 0.8em;
}

#subtext {
	padding: 2px;
	background: url(/bilder/backseite.gif) no-repeat #a5bde1;
	font-size: 0.6em;
}

#footer {
	padding: 2px 8px 2px 8px;
	color: white;
	background: #666;
	font-size: 0.6em;
}

.klein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

input, textarea, select {
	background-color: #A6BEE2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 4px;
}

.zentriert {
	text-align: center;
}
h1 {
	font-size: 20px;
	text-align: center;
}
