body {
	background-color: #FFEFD1;
	color: black ;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 100.01%;
	text-decoration: none;
}

h1 {
	font-size: 120%;
	font-weight:bold;
}

h2 {
	font-size:110%;
	font-weight:bold;
}

h3 {
    font-size: 100%;
    font-weight: bold;
    float: clear;
}

p {
    /*float: clear;*/
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

ul, li {
    list-style: none;
}

a:link {
	color: #2C51BE;
	text-decoration:none;
    font-weight:bold;
}

a:visited {
	color: #2C51BE;
	text-decoration:none;
    font-weight:bold;
}

a:hover {
	color: #FF7100;
	text-decoration: none;
    font-weight:bold;
}

#wrapper {
	background-color: #ffddaa;
	width: 90%;
    margin: 0 auto;
    padding: 10px;
    display: block;
    position: relative;
}

#titel {
    background-color: #ffcc99;
	width: 100%;
    height: 70px;
	padding-bottom: 5px;
	padding-top: 10px;
}

ul#titelzeile {
    display: inline;
	width: 100%;
}

ul#titelzeile li {
    padding-left: 10px;
    float: left;
    font-size: 200%;
	font-weight: bold;
}

.rightside {
	float: right;
	text-align: right;
	padding-right: 110px;
}

form#abmelden {
	width: 100 %;
}

.infotext {
	display: block;
	float: clear;
	width: auto;
    /*max-width: 1000px;*/
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-weight: normal; 
	font-style: normal;
	font-size: 110%;
	color: black;
	background-color: white;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#loginform {
   margin: 30px;
   font-size: 100%;
   font-weight: bold;
}

#loginform input {
    position: absolute;
    left: 200px;
}

#hauptteil {
    display: inline-block;
}

.navmain {
    clear: both;
    display: block;
    float: left;
}

.navmain li {
    float: left;
}

.navmain li a {
    display: inline-block;
	width: 200px;
	height: 30px;
	background-color: orange;
    text-decoration: none;
    font: 16px, Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-top: 6px;
	padding-left: 5px;	
	margin-bottom: 5px;
    margin-right: 30px;
	border-style: solid;
    border-width: 2px;
    border-color: black;
    color: black;
    text-align: left;
}

.navmain li a.aktuell {
    background-color: #FFD952;
    color: #572000;
}

.navmain li a:hover {
	color: white;
	background-color: #cc5500;
}

.formrahmen {
	background-color: #ffeebb;
    width: auto;
    float: left;
    margin: 10px;
	padding: 10px;
}

#terminfeld, #neuadmin, #emailfeld, #newsfeld, #about {
    background-color: #ffeebb;
    width: 500px;
    float: left;
    margin: 10px;
    margin-top: auto;
    display: block;
    padding: 10px;
}

#changedmit, #news {
    background-color: #ffeebb;
    width: 95%;
    float: left;
    margin: 10px;
    display: block;
    padding: 10px;
}

ul#gefundenliste {
    display: inline;
}

ul#gefundenliste li {
    float: left;
    width: 45%;
    margin-right: -20px;
}

ul#newsliste {
	width: 95%;
	display: block;
}

ul#newsliste li {
	width: 100%;
	background-color: #ffcc99;
	border-style: solid;
  border-width: 2px;
	border-color: #ffb366;
	padding: 3px;
	margin: 5px;
	
	display: block;
}

#gefundentable, #gefundentable2 {
    width: 800px;
    float: clear;
    table-layout: auto;
}

#gefundentable2 {
    width: 90%;
}

#changetable {
    width: 800px;
    float: left;
    table-layout: auto;
}

.kleinetable {
	width: 480px;	
	table-layout: auto;
}

th, td {
    border: 1px solid black;
    width: auto;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #FFCC99
}

#statuszeile {
    width: 700px;
    border-style: solid;
    border-width: 10px;
    border-color: #FFA500;
		border-top-width: 1px;
    background-color: black;
		color: #00ff20;
		font-family: "lucida console", "courier new", monospace;
    font-size: 16px;
    margin-bottom: 10px;
    margin-right: 20px;
    padding: 5px;
    float: left;
}

.kleinheader {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	background-color: #FFA500;
	width: 710px;
	font-style: italic;
}

.kleiner {
    font-size: 70%;
}

.textgrau {
    color: #906050;
}
.textrot {
    color: #FF3D3D;
}

#formgross, #abfrageform, #terminform, #adminneuform, #mailform, #pdfoutput, #newsform, #website1 {
    background-color: #DDCDC0;
    display: inline-block;
    width: 1000px;
    position: relative;
	padding: 10px;
    float: clear;
}

#terminform, #adminneuform, #mailform, #newsform {
	width: 480px;
}

#pdfoutput {
	width: auto;
}

#kleinetable {
	width: 480px;	
}

input, textarea {
    background-color: #F8F4A5;
}

input:required {
    background-color: #FFD6D6;
}

legend {
    font-style: italic;
	font-size: 80%;
    padding: 10px;
    padding-top:0px;
}

a.genericbutton {
    display: block;
    width: 200px;
    height: 30px;
    background-color: orange;
    text-decoration: none;
    font: 16px Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 5px;
    margin-bottom: 4px;
	border-style: solid;
    border-width: 2px;
    border-color: black;
	color: black;
    text-align: center;
    float: left;
}

a.genericbutton:hover {
	color: white;
	background-color: #cc5500;
}

a.weiterbutton, a.prefs, input.prefs {
    display: block;
    width: 70px;
    height: 20px;
    background-color: #FFA500;
    text-decoration: none;
    font: 14px Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-top: 5px;
    margin-bottom: 0px;
    margin-right: 20px;
	border-style: solid;
    border-width: 2px;
    border-color: black;
	color: black;
    text-align: center;
    float: right;
}

a.prefs, input.prefs {
	float: left;
	width: 200px;
	margin-left: 20px;
}

input.prefs {
	height: 28px;
	padding-top: 4px;
}

a.weiterbutton:hover, a.prefs:hover, input.prefs:hover {
	color: white;
	background-color: #cc5500;
}

a.listenbutton {
    display: block;
    width: 350px;
    height: 30px;
    background-color: orange;
    text-decoration: none;
    font: 16px Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 5px;
    margin-bottom: 4px;
	border-style: solid;
    border-width: 2px;
    border-color: black;
	color: black;
    text-align: center;
}

a.obachtbutton {
    display: inline-block;
    width: 220px;
    height: 26px;
    background-color: yellow;
    text-decoration: none;
    font: 14px Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-top: 9px;
    margin: 10px;
		border-style: solid;
    border-width: 2px;
    border-color: black;
		color: black;
    text-align: center;
}

a.listenbutton:hover {
	color: white;
	background-color: #cc5500;
}

a.obachtbutton:hover {
	background-color: #ddcc00;
}

.abmeldebutton {
    display: block;
    width: 100px;
    height: 30px;
    background-color: #FFB870;
    text-decoration: none;
    font: 14px Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-top: 3px;
    padding-left: 5px;
    margin-bottom: 4px;
    margin-left: 100%;
	border-style: solid;
    border-width: 2px;
    border-color: black;
    border-radius: 5px;
	color: black;
    text-align: center;
}

.abmeldebutton:hover {
	color: white;
	background-color: #cc5500;
}

.eingabebutton, .eingabebuttonrot, .eingabebutton2, .eingabebutton3 {
    width: 120px;
    height: 25 px;
    text-align: center;
    font: 16px Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color:#FFA500;
	border-style: solid;
    border-width: 2px;
    border-color: black;
    padding:5px;
    margin-left: 80px;
    float: left;
}

.eingabebuttonrot {
	width: 180px;
	color: red;
    border-color: red;
}

.eingabebutton2 {
    margin-left: -60px;
}

.eingabebutton3 {
    width: 200px;
}

.eingabebutton:hover, .eingabebuttonrot:hover, .eingabebutton2:hover, .eingabebutton3:hover {
	color: white;
	background-color: #cc5500;
}

.labeleins, .labelpdf {
    width: 120px;
    margin: 5px;
    float: left;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
}

.labeleinsa {
    width: 120px;
    margin: 5px;
    float: left;
    border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #DDCDC0;
}

.labeleinsbe {
    width: 120px;
    margin: 5px;
    margin-left: -150px;
    float: left;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
}

.labelpdf {
    width: 140px;
}

.labelzwei, .labelfuenf {
    width: 50px;
    margin: 5px;
	float: left;
}

.labelzwei {
	margin-left: 50px;
}

.labeldrei {
    width: 150px;
    margin: 5px;
	float: left;
}

.labelvier {
    width: 350px;
    margin: 5px;
	float: left;
}

.labelfunf {
    width: 200px;
    margin: 5px;
    float: left;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
}

.labelhint1, .labelhint4 {
    width: auto;
	height: 17px;
    margin: 5px;
	padding-top: 3px;
    float: left;
    margin-left: -170px;
    font-style: italic;
    color: #7D7D7D;
}

.labelhint2 {
    width: auto;
	height: 17px;
    margin: 5px;
	padding-top: 3px;
    float: left;
    margin-left: -90px;
    font-style: italic;
    color: #7D7D7D;
}

.labelhint3 {
    width: auto;
    margin: 5px;
    float: right;
    margin-right: 350px;
    font-style: italic;
    color: #7D7D7D;
}

.labelhint4 {
	margin-left: 0;
}

.inputeins {
  width: 250px;
  margin: 5px;
	float: left;
}

.inputzwei {
	width: 150px;
  margin: 5px;
	margin-right: 105px;
	float: left;
}

.inputdrei {
	width: 70px;
   margin: 5px;
	margin-right: 185px;
	float: left;
}

.inputdreibe {
	width: 70px;
    margin: 5px;
	margin-left: 170 px;
	float: left;
}

.inputvier {
	width: 30px;
  margin: 5px;
	text-align: center;
	float: left;
}

.inputselect {
	width: 150 px;
	margin: 5px;
	float: left;
}

input:read-only {
	color: #404040;
	background-color: #cccccc;
}

.buttoneins {
	margin: 5px;
}

.buttonzwei {
    margin: 5px;
    margin-top:5px;
    float: left;
}

br {
    clear:both;
}

.aktiv {
    color: rgba(153, 0, 5, 1);
    font-weight: bold;
}

.inaktiv {
    color: rgba(117, 117, 117, 1);
    font-style: italic;
}
