body {
    color: #ffffff; background-color: #000000;
    font-size: 0.9em;
    font-family: Helvetica,Arial,sans-serif;
    margin-top: 0; margin-left: 1.2em; padding-top: 0;
    min-width: 39em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }

  h1 {
    font-size: 1.5em;
    margin: 0 0 0.7em; padding: 0.3em;
    text-align: center;
  }

  h3 {
    font-size: 1.1em;
    margin: 0 0 0.7em; padding: 0.3em;
    text-align: center;
    color: #5b82d0;
  }


  hr {
    border: 1px dashed #1b3f8a;
    width: 50%;
  }


 /* kopfgrafik*/
div#head {
	display: block;
	float: left;
    	background-image: url(../img/head.jpg);
         background-repeat: no-repeat;
    	width: 100%;
   	height: 212px;
}


  /* Navi oben*/
div#mban  {
         float: left;
         background-image: url(../img/m_ban.jpg);
         background-repeat: no-repeat;
         width: 100%;
         height: 42px;
         }

div#top {
         position: absolute;
         top: 5px;
         left: 48px;
         z-index: 1;
 	width: 860px;
         height: 30px;
         padding-top: 2px;
         text-indent: 8px;

         }


#navi {
	position: absolute;
         top: -10px;
         left: 5px;
	margin: 0;
	padding: 5px;
}

#navi ul, #navi li{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navi a:link, #navi a:visited {
	float: left;
	line-height:14px;
	font-weight: bold;
	padding: 3px 15px;
	margin: 4px;
	text-decoration: none;
	background-color: transparent;
}

#navi a:hover {
	margin: 4px 0;
	color: #000000;
         background-image: url(../img/butt_ov_top.jpg);
         width: 125px; height: 25px;
	background-repeat: no-repeat;
}

#navi #akt {
	margin: 4px 0;
	color: #000000;
	background-color: transparent;
}


/* spacer unter obermenü */
div#subb {
	float: left;
    	background-image: url(../img/subban.jpg);
         background-repeat: no-repeat;
    	width: 100%;
   	height: 43px;
}

/* menü links*/
div#menu {
font-size: 1em;
    float: left;
    background-image: url(../img/menu.jpg);
    background-repeat: no-repeat;
    width: 200px;
    height: 548px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 110px;
}



/*Infobox rechts*/
  div#Info {
    font-size: 0.9em;
    float: right; width: 12em;
    margin: 0 0 1.5em; padding-top: 1.5em; padding-bottom: 1.5em;
    background-color: transparent; border: 1px dashed #1b3f8a;
  }
  div#Info h2 {
    font-size: 1.33em;
    margin: 0.2em 0.5em;
    color: #1b3f8a;
  }
  div#Info p {
    font-size: 1em;
    margin: 0.5em;
  }






/* Links   */

a:link {display: block; background-image: url(../img/butt.gif); width: 120px; height: 25px; text-decoration:none;}
a:visited {display: block; background-image: url(../img/butt.gif); width: 120px; height: 25px; text-decoration:none;}
a:active {display: block; background-image: url(../img/butt.gif); width: 120px; height: 25px; text-decoration:none;}
a:hover {display: block; background-image: url(../img/butt_ov.jpg); width: 125px; height: 20px;
background-repeat: no-repeat;  text-decoration:none;}
a:focus {display: block; background-image: url(../img/butt.gif); width: 120px; height: 25px; text-decoration:none;}




  div#Inhalt {
  max-width: 80%;
  margin-right: 10px;
  padding-right: 2em;
  }

  html div#Inhalt {
    height: 1.1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
    color: #1b3f8a;
  }
  div#Inhalt p {
    font-size: .9em;
    margin: 3em;
  }

  p#Fusszeile {
    clear: both;
    font-size: 0.9em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: #000000;
  }


.hidefocus { outline:0; -moz-outline-width:0; }



  /* Links de und en*/
div#slink {
         position: relative;
         top: 400px;
         left: 20px;
         z-index: 1;
 	width: 100px;
         height: 60px;
         padding-top: 2px;
         text-indent: 10px;
         letter-spacing: 20px;
         border: 1px dashed #1b3f8a;
         }


         /*form*/

input,textarea {
margin-top: 1em;
border: 1px dashed #1b3f8a;
background: #414D7A;
color: #ffffff;

}

.fehler {
 color: #FF0000;
 text-align:left;
}
