body {
	background-image:url(../bilder/back_sand.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	background-attachment: fixed;
}

h1 {
	font-family: Helvetica, sans-serif;
	font-size: 21px;
	color:#c45311;
	font-weight:normal;
}
h2 {
	font-family: Helvetica, sans-serif;
	font-size: 21px;
	color:#c45311;
	font-weight:normal;
}

h3 {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	color:#c45311;
	font-weight:bold;
}

hr {
	background-color: #fbcd98; /* Mozilla 1.4 */
	color: #fbcd98; /* IE 6 */
	border: #fbcd98; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	margin-top: 20px;
	margin-bottom: 20px;
}


#navigation {
	background-color: #f4cb7c;
	height: 250px;
	margin-top: 16px;
}

#navigation a {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #522201;
	text-decoration: none;
	width: 110px;
	display:block;
	font-weight:bold;
}

#navigation td {
	height: 21px;
	padding-left: 6px;
}

#navigation td.active {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-weight:bold;	
	background-color: #e3b55d;
}

#navigation td.active a {
	font-size: 12px;
}

#navigation td.inactive {
	border-left: 1px solid #e09440;
	border-bottom: 1px solid #e09440;

}


#content{
	margin-left: auto; 
	margin-right: auto;
	width: 579px;
	font-size: 11px;
	line-height: 18px;
	padding: 20px;
	border-bottom: 1px solid #bdc19e;
	border-left: 110px solid #999999; 
	background-image: url(../bilder/content_back.gif);
	border: 0px solid red;
	padding-left: 112px;
}

#content ul{
	list-style-image: url(../bilder/list.gif);
	line-height: 22px;
	margin-bottom: 0px;
}

#content textarea{
	width: 574px;
	height: 140px;
	margin-top: 5px;
	border: 1px solid #c04d0c;
	}
	
#content input{
	margin: 5px;
	border: 1px solid #c04d0c;
	height: 16px;
	width: 220px;
	padding-left: 3px;
	}
#content select{
	margin: 5px;
	}
#content .checkbox{
	width: 14px;
	width: 14px;
	border: 0px solid #c04d0c;
	padding: 0px;
	}

#content label{
	float:left; width:250px; margin-left:5px;
}

#content a{
	color: #522201;
}

#content .button{
	background-color: #ebb354;
	height: 20px;
}

#content .img{
	margin-top: 5px; margin-left: 8px;
	padding: 1px;
	border: 1px solid #fbcd98;
}

#footer  {
	font-size: 10px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	line-height: 35px;
	color: #fff;
	padding-left: 90px;

}
#footer a {
	color: #fff;

}
.preise td {
	border: 1px solid silver;
}
