* {
  padding: 0;
  margin: 0;
}
body { /* Einstellungen für den body */
  padding: 20px 0 10px 0;
  background-color: #b2b2b2;
  font-size: 100.1%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container { /* äussere Box */
  position: relative;
  color: black;
  background-color: #e6e6e6;
  border: 1px solid black;
  width: 740px;
  margin: auto;
  font-size: 1em;
}
#container hr {
  display: none;
}
#header { /* Kopf (Bild) */
  background-image: url(/layout/standard/grafiken/header.jpg);
  background-color: #e6e6e6;
  width: 740px;
  height: 143px;
  background-repeat: no-repeat;
  background-position: center top;
}
#header a{
  display: block;
  width: 100%;
  height: 130px;
}
#footer {
  clear: both;
  font-size:0.8em;
  background-color: #e6e6e6;
  text-align: right;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #01385F;
  margin: 10px 5px 0;
  padding-bottom: 1px;
}
a {
  color: #01385F;
  font-weight: bold;
}
.float2{
  float: left;
}
.float2 p{
  margin: 0;
}
.right{
  float: right;
}
.l{
  text-align: left;
}
.c{
  text-align: center;
}
.r{
  text-align: right;
  margin-right: 10px;
}
#content {
  margin-left: 11em;
  margin-right: 5px;
  font-size: 0.8em;
}
#content h1 {
  font-size: 1.5em;
  margin-bottom: 1em;
}
#content h2, #content h3  {
  font-size: 1.2em;
  margin-top: 0.5em;
}
#content h2 {
  margin-bottom: 1.3em;
}
#spalteL {
  background-color: transparent;
  float: left;
  width: 10.5em;
  font-weight: bold;
  font-size: 0.8em;
}
#spalteL p{
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #01385F;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #01385F;
  padding: 0 0 0.2em 0.2em;
  margin-left: 0.5em
}
#spalteL form p {
  border: none;
}
#spalteL ul {
  list-style: none;
  margin: 0.2em 0 1em 1em;
}
#spalteL form {
  margin: 0.2em 0 1em 0em;
}
#spalteL form div{
  margin-left: 1em;
  text-align: center;
}
#spalteL a{
  text-decoration: none;
  color: #01385F;
}
#spalteL p input {
  width: 100%;
  background-color: #f5f5f5;
}
#spalteL form {
}
/* Karte ANFANG */
#bildContainer1 {
  width: 500px;
  background-color:#FFFFFF;
  padding: 4px;
  margin: 10px auto 10px auto;
  clear: right;
}
#bildContainer2 {
  border: 4px solid #000000;
  padding: 2px;
}
#bildContainer3 {
  border: 2px solid #000000;
  padding: 5px;
}
#bildContainer3 h2{
  font-size: 24px;
  text-align: center;
  margin: 1em 0 0.5em 0;
}
#bildContainer3 h3{
  font-size: 16px;
  text-align: center;
  margin: 0.5em 0 1em 0;
}
#bildContainer3 p{
  font-size: 14px;
}
#bildContainer3 > p{
  clear: right;
  margin-top: 1em;
}
* html #bildContainer3 p {
  margin-top: 1em;
}
* html #floater p {
  margin: 0;
}
#textBereich {
  margin-left: 163px;
}
#bild {
  float: left;
  width: 160px;
}
#bild img {
  border: none;
}
#bildStartseite {
  text-align: center;
}
#floater {
  float:right;
  width:100%;
}
#gebname {
  font-size: 0.7em;
  display: block;
}
/* Karte ENDE */

/* ----------------*/
/* Formular ANFANG */
/* ----------------*/
fieldset legend {
  font-size: 13px;
  font-weight: bold;
}
fieldset{
  margin: 0.6em 0 10px 0;
  border: 1px solid #01385F;
  padding: 10px;
}
fieldset legend{
  padding: 3px 5px 3px 5px;
  margin-bottom: 10px;
  color: #01385F;
  border: 1px solid #01385F;
  /* background-color: #f5f5f5;*/
  font-size: 1em;
}
fieldset .float{
  float: left;
  width: 30%;
  margin-left: 0;
  margin-right: 5px;
  text-align: right;
}
fieldset .eingabefeld{
  width: 65%;
  background-color: #f5f5f5;
}
label {
  cursor: pointer;
}
.invisible {
  display:none;
}
.eingabefeldYear{
  background-color: #f5f5f5;
}
fieldset select{
  background-color: #f5f5f5;
}
fieldset div textarea{
  width: 100%;
  height: 10em;
  background-color: #f5f5f5;
}
textarea:focus, input:focus, select:focus{
  background-color: #f8fbfc;
}
* html fieldset div textarea {
  width: 97%;
}
fieldset#fehlermeldung, #fehlermeldung legend {
  border: 1px solid #f00;
}
#fehlermeldung legend {
  color: #f00;
}
#fehlermeldung ul {
  margin-left: 1em;
}
.error {
  background-color: #f00;
}
#submit{
  margin-top: 30px;
  text-align: center;
}
/* ----------------*/
/* Formular ENDE */
/* ----------------*/
table#setcardHilfe {
  width: 100%;
}
#setcardHilfe span {
 text-decoration: underline;
 cursor: pointer;
}
* html #setcardHilfe span {
  cursor: hand;
}
#rahmen {
  border: 1px solid #01385F;
  font-size: 1em;
  padding: 10px;
  margin: 1em 0 1em 0;
  clear: right;
}
#rahmen a{
  line-height: 2em;
}
#rahmen ul{
  margin-left: 2em;
}
#spalteL .eingeloggt{
  color: #CD0000;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #content, * html #bildContainer3, * html #textBereich {
  height: 0%;
}
/* End hide from IE5/mac */
#content .L1 {
  width:95%;
  background-color:#e6e6e6;
  padding:2%;
  margin: 10px 0 0 0;
  border-top: 1px solid #21476F;
  border-right: 3px solid #21476F;
  border-bottom: 3px solid #21476F;
  border-left: 1px solid #21476F;
  font-size: 1em;
  clear: right;
}
.L1 .float{
  float: left;
  width: 30%;
  margin-right: 5px;
  text-align: right;
}
#content p {
  margin-bottom: 0.7em;
}
#content .float2, #content .right {
  margin-top: 1em;
}
#content form {
  clear: right;
}
#letzte ul {
  list-style: none;
  margin: 0 0 0 0.5em;
}
#letzte .hell{
  background-color:#eeeeee;
}
#letzte .dunkel{
  background-color:#d0d0d0;
}
#letzte h2 {
  margin: 1.3em 0 0.5em 0;
}
#submit input, #spalteL form div input{
  padding: 0.1em 0.2em;
}
#spalteL form .klein {
  font-size: 0.8em;
  margin-top: 0.5em;
}
ul#setcardErstellen{
  list-style: none;
  margin: 0.2em 0 1em 1em;
}
#setcardErstellen li{
  margin: 1em 0;
}

#setcardErstellen .gross {
  font-size: 1.2em;
}
#setcardErstellen .klein {
  font-size: 0.9em;
  margin-bottom: 2em;
}
.clearRight{
  clear: right;
  margin-top: 1em;
}
.ohneAbstand {
  margin-top: 0;
}
.einzeilig {
  display: inline;
}