@charset "UTF-8";
body {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
    	background: #666666;
    	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
    	padding: 0;
    	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
    	color: #000000;
    }
    .oneColLiqCtrHdr #container {
	width: 80%;  /* Hierdurch wird ein Container mit einer Breite erstellt, die 80% der Browserbreite beträgt. */
	background: #FFFFFF;
	margin: auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 40px;
margin-bottom: 40px;
    }
    .oneColLiqCtrHdr #header {
	padding: 0 10px 0 20px;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	background-color: #0F218B;
	color: #FECC2E;
    }
.oneColLiqCtrHdr #container #mainContent h1 {
	font-size: 14px;
}
.formtable {
	background-color: #E0E0E0;
}
.oneColLiqCtrHdr #container #mainContent {
	padding-top: 30px;
}
.formtable {
	margin-top: 20px;
}
    .oneColLiqCtrHdr #header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 2px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
    }
.oneColLiqCtrHdr #header p {
	margin: 0;
	padding-bottom: 5px;
	color: #A9CCE3;
}
    .oneColLiqCtrHdr #mainContent {
    	padding: 0 20px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
    	background: #FFFFFF;
    }
    .oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: #FECC2E;
	color: #0F218B;
    } 
    .oneColLiqCtrHdr #footer p {
    	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
    	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
    }

.errorbox {
	background-color: #FFAAAA;
	border: medium solid #FF0000;
  color: black;
  padding: 0em;
  margin: 0.8em;
}
.okbox {
	background-color: #C1FFC1;
	border: medium solid #00FF00;
  color: black;  
  padding: 0em;
  margin: 0.8em;
}
input.inputbutton {

	/* font-family: "Lucida Grande", Geneva, Verdana, sans-serif; */
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: #0F218B;
	background-color: #FECC2E;
  padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	border: 1px solid #0F218B;
}

input.inputbuttonhover {
	/* font-family: "Lucida Grande", Geneva, Verdana, sans-serif; */
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	border: 1px solid #0F218B;
	background-color: #FAB123;
	color: #0F218B;
  cursor: pointer;
}

input, textarea, select {

	/* font-family: "Lucida Grande", Geneva, Verdana, sans-serif; */
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
	color: #000000;
	background-color: #FFEEEE;
}
input.inputnotmustenter {
	background-color:#EEFFEE;
}
textarea.inputnotmustenter {
	background-color:#EEFFEE;
}.oneColLiqCtrHdr #container #mainContent .legend p {
	font-variant: small-caps;
	margin-top: 0px;
	padding-top: 0px;
}

#maintable table {
  width: 100%;

  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;


}

.box {
	background-color: #E0E0E0;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  padding: 0.5em;
  box-shadow:  2px 2px 5px #999;
  -moz-box-shadow:  2px 2px 5px #999;
  -webkit-box-shadow:  2px 2px 5px #999;
}

.boxover {
	background-color: #CCCCCC;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  padding: 0.5em;
  box-shadow:  4px 4px 7px #999;
  -moz-box-shadow:  4px 4px 7px #999;
  -webkit-box-shadow:  4px 4px 7px #999;
 

}

#maintable td {
  vertical-align: top;
  padding: 10px;
  width: 33.3%;
  background-color: #FFFFFF;
}


#maintable tr {

}

.oneColLiqCtrHdr #container #mainContent .image img {
	margin-bottom: -10px;
	padding-bottom: 0px;
}

p.flag
{
  text-align: center;
}

a:link img {
  border: none;
}

a:visited img {
  border: none;
}

.sponsoren td {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 5px;
}

