* {
	margin:0px;
	padding:0px;
}
/*Grundschrift der seite - ansteuern über NORMAL*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #cd9a68;
}
a:link, a:visited, a:active {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: none;
}
hr {
	margin: 0px 5px 0px 5px;
	background-color:#992936;
	height: 1px;
	width: 100%;
	margin: 20px 0px 20px 0px;
}
h1 {
	font-size: 12pt;
	color: #000;
	margin: 15px 0px 15px 0px;
	font-weight:bold;
}
h2 {
	font-size: 15px;
	color: #000;
	margin: 15px 0px 15px 0px;
}
#navi ul {
	list-style-type: none;
	text-indent:20px;
	font-weight:bold;

}
#navi li {
/*Zwischenraum zischen den Navi-Zeilen*/
	margin:20px 0 0 0;
	text-decoration: none;
	text-indent:25px;
}
#navi ul ul {
	padding-left: 10px;
	text-indent:20px;
}
#navi a:link, #navi a:visited, #navi a:active {
	display: block;
	text-decoration: none;
	color:#FFFFFF;
}
#navi a:hover {
	text-decoration: none;
	color:#000;
	background-image:url(../../media/layout/navi_hover.gif);
}
#navi a.menu_current {
	text-decoration: none;
	color:#000;
	background-image:url(../../media/layout/navi.gif);
}
#navi_current {
	font-weight: bold;
	text-decoration: none;
}
#content {
	margin: 0px auto 0px auto;
	background-color:#ccc;
	color:inherit;
	width:1000px;
	background-image:url(mitte.jpg);
	background-repeat:no-repeat;
}
#kopf {
	height:149px;
	width:1000px;
	background-color:#CCCCCC;
	background-image:url(../../media/layout/kopf_vhs.gif);
}
#mitte {
	width:1000px;
	height:1120px;
	background-image:url(../../media/layout/hg_vhs.gif);
	border: 0px solid #000;
}
#navi {
	width:200px;;
	height:auto;
	padding:20px 0 0 5px;	

        float:left;
}
#inhalt {
	padding:24px 0px 0px 0;
	width:720px;
	height:1120px;

        float:left;
	overflow:auto;


}
.powered_by {
	align: center;
	font-size: 10px;
	padding-top: 2px;
	margin:0 0 20px 0;
}
.powered_by a{
text-decoration:none;
color:#333;
}
input, textarea{
margin:5px 10px 0 0;
border: 1px solid #993333;
}
