body {
    margin: 0;
    padding: 0;
    font: 85% Verdana, helvetica, sans-serif;
    text-align: center;
    color: #333;
    background:#e8e8d8;
  }


a:link {
    color: #B52C07;
text-decoration: none;
  }


a:visited {
    color: #600;
text-decoration: none;
  }


a:hover, a:active {
    background-color : #B52C07;
    color : #fff;
    text-decoration : none;
  }


h2 {
    color: #B52C07;
    font: 120% Verdana, "Arial", serif;
    font-weight: bold;
    margin: 0 0 2px 0;
  }


h2 a {
    text-decoration: none;
  }


h3 {
    color: #5B5E0E;
    font: 106% Verdana, times, "times new roman", serif;
    font-weight: bold;
    margin-top: 0;
  }


#container {
    margin: 1em auto;
    width: 750px;
    text-align: left;
    background-color: #f6f7dd;
    border: 1px solid #676767;
  }

#header {
    height: 100px;
    background-image: url(kopf.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    border-bottom: 1px solid #fff;
    position: relative;
  }


#header h1 {
    font-size: 1px;
    text-align: right;
    color: #fff;
    margin: 0;
    padding: 0;
  }


#mainnav {
    background-color: #9FA41D;
    color: #272900;
    padding: 2px 0;
    margin-bottom: 22px;
  }


#mainnav ul {
    margin: 0 0 0 6px;
    padding: 0;
    list-style-type: none;
    border-left: 1px solid #C4C769;
  }


#mainnav li {
    display: inline;
    padding: 0 6px;
    border-right: 1px solid #C4C769;
  }


#mainnav li a {
    text-decoration: none;
    color: #272900;
  }


#mainnav li a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #272900;
  }


#menu {
    float: right;
    width: 150px;
    height: 150px;
    padding-left: 10px;
    padding-right: 150px;
   margin-top: 150px;
  }


#menu ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    line-height: 165%;
  }


#contents {
    margin: 0 25px 40px 25px;
    /*background: url(../bilder/intro.gif);*/
  }


#contents p {
    line-height: 150%;
  }


#imagefloat {
    float: right;
    padding: 2px;
    border: 1px solid #9FA41D;
    margin: 0 0 0px 0px;
  }


#footer {
    clear: both;
    height: 15px;
    background-color: #cccc99;
  }

#form {
    background-color:#edf5d0;
    border: thin solid #ab0;
    margin: 0 0 0px 0px;
    margin-bottom: 10px;
    /*neu*/ padding:.10px;
    float: left;
    text-align: left;
  }
div.img {
    margin: 1px;
    height: auto;
    width: auto;
    float: left;
    text-align: center;
  }


div.img img {
    display: inline;
    margin: 2px;
    border: 1px solid #ffffff;
  }


div.img a:hover img {
    border: 1px solid #0000ff;
  }


table {
    font: 700 13px Tahoma, Verdana, Arial, sans-serif;
    color:#ffffff;
    border-collapse:separate;
    border-spacing:0;
    margin:20 0 1em;
    color:#000;
  }


thead th,thead td,tfoot th,tfoot td {
    border:1px solid #523A0B;
    border-width:1px 0;
    background:#EBE5D9;
  }


th {
    line-height:normal;
    padding:0.25em 0.5em;
    text-align:left;
  }


tbody th,td {
    padding:0.25em 0.5em;
    vertical-align:top;
  }


tbody th {
    font-weight:normal;
    white-space:nowrap;
  }



tbody td,tbody th {
    border:1px solid #fff;
    border-width:1px 0;
  }


.errormessage {
    background : #DDFFB7;
    font : 11px arial,verdana;
  }
.menu:link{ color:black ; text-decoration:none ; font-family: verdana, arial ;
                font-size: 11px; font-weight:bold;}
.menu:visited{ color:black ; text-decoration:none ; font-family: verdana, arial ;
                font-size: 11px; font-weight:bold;}
.menu:active{ color:black ; text-decoration:none ; font-family: verdana, arial ;
                font-size: 11px; font-weight:bold;}
.menu:hover{ color:black ; text-decoration:none ; font-family: verdana, arial ;
                font-size: 11px; font-weight:bold;}


table.border {
        border-width: 1px;
	border-style: solid ;	
	border-color: black;
}