html, body {
		height: 100%;
		padding: 0;
		margin: 0;
		font-family: Verdana;
		}
body {	
		height: 100%;
		/*
		background-position: 50% 0;
		background-repeat: repeat-y;
		*/
		background-image: url("../gfx/background.jpg");
}
h1	{
		font-size: 20px;
		font-family: Georgia, Verdana;
		color: #DE5101;
		display: block;
		margin-left: 20px;
		margin-top: 20px;
		margin-bottom: 20px;
		}

input {
		width: 300px;
		background-color: #FFFFFF;
		border: 1px solid #AAAAAA;
		font-family: "Trebuchet MS", Verdana;
		}
textarea {
		width: 300px;
		height: 100px;
		background-color: #FFFFFF;
		border: 1px solid #AAAAAA;
		font-family: "Trebuchet MS", Verdana;
		}
	
hr {
		width: 100%;
		border: 1px solid #D1D1D1;
		border-bottom: 0;
		border-left: 0;
		border-right: 0;
		height: 1px;
		}

#haupt_box {
		width: 800px;
		margin-left: auto;
		margin-right: auto;
	    min-height:100%; /* Mindesthhe in modernen Browsern */
		height: auto !important; /* auto-height mit !important-Regel fr moderne Browser, damit sie die nachfolgende height:100%-Deklaration ignorieren */
		height:100%; /* Mindesthhe in IE6 */
		background-image: url("../gfx/layout_bg.png");
		}
.mitte {
		width: 728px;
		/* border-bottom: 1px solid #E0E0E0; */
		margin-left: auto;
		margin-right: auto;
		}
.mitte_header {
		width: 728px;
		height: 120px;
		}
.mitte_menu {
		width: 728px;
		height: 25px;
		border-top: 1px solid #E3B8A5;
		border-bottom: 1px solid #E3B8A5;
		}
.mitte_menu ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		}
.mitte_menu ul li {
		font-family: Georgia;
		font-size: 17px;
		text-align: center;
		display: block;
		float: left;
		width: 121px;
		height: 25px;
		vertical-align: middle;
		float: left;
		}
.mitte_menu ul li a {
		color: #020053;
		text-decoration: none;
		display: block;
		line-height: 25px;
		}
.mitte_menu ul li a:hover {
		background-color: #fff;
		}
		

.mitte_inhalt {
		width: 728px;
		}
.text {
		font-family: "Trebuchet MS", Verdana;
		font-size: 13px;
		margin: auto;
		width: 680px;
		text-align: justify;
		line-height: 20px;
		}

.antifloat {
		clear: both;
		}

img {
		border: 0px;
		}

