#inhalt .bold {
	font-weight: bold;
	text-decoration: underline;
}

body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #CCC;
	background:#FFF url(../files/scrollbg.png) repeat-x scroll center top;
	font: 85% Arial, Helvetica, sans-serif;
	color: #FFF;
}

a, a:active {
	color: #DDD;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}

#container {
	margin: 0 auto;
	width: 794px;
	height: auto;
	background-color: transparent;
}

#header {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	width: 794px;
	height: 261px;
	background-image: url(../files/migendalogo.png);
}

#content {
	width: 793px;
	height: 500px;
	background-color: #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#footer {
	width: 795px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	background-color: #000;
	color: #FFF;
	font-size: 85%;
	border-top: 1px solid #FFF;
}

#navi {
	float: right;
}

#text {
	width: 740px;
	margin-left: 20px;
	border-top: 1px solid #FFF;
}

dd {
	margin: 0;
	padding: 0;
}

#text h1 {
	text-align: left;
	margin: 0;
	margin-left: 20px;
}

#inhalt {
	width: 540px;
}

#inhalt p {
	text-align: left;
	font: 100% Arial, Helvetica, sans-serif;
}

ul#Navigation {
    width: 16em;
    margin: 0; padding: 0;
	border-top: 1px solid #FFF;
	margin-right: 25px;
	
}
  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
    width: 10em;
    padding-left: 0;
}

 ul#Navigation img {
 	float: left;
	border: none;
	margin-top: 1px;
	padding-right: 10px;
 }

 ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0;
	border-bottom: 1px solid #FFF;
	height: 30px;
	background-color: #000;
}

ul#Navigation a {
    display:block;
    padding: 0.2em;
    text-decoration: none; font-weight: bold;
    color: #FFF;
	font: 120% Impact, sans-serif;
	line-height: 22px;
}
  * html ul#Navigation a {  /* Breitenangaben nur fuer IE */
    width: 100%;
    width: 8.8em;
}
 
ul#Navigation a:hover {
	color: #696969;
}
  
ul#Navigation a:active {
	background-color: #CCC;
}

.fehler {
    font-weight: normal;  /* Schriftgewicht */
    font-size : 10px;  /* Schriftgröße */
    color: #dd1111;  /* Schriftfarbe */
    padding: 5px;  /* Innenabstand */

}

.submit {
	width: 265px;
}

.einruecken {
	width: 165px;
}
