ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#container {
	background-color: #FFF;
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #000;
}
#container #header .Titel {
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFEF00;
	font-size: 30px;
	padding: 15px;
	height: 10px;
	margin: 0px;
	display: none;
}
#header {
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 0px 0px;
	background-image: url(../images/%20header_conv.jpg);
	height: 250px;
}
#navi {
	height:30px;
	background-color:#D6862C;
}
#container #navi ul li a {
	color: #2A1B03;
	text-decoration: underline;
	display: block;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#content {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	height: auto;
}
#txthome {
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	padding-left: 50px;
	width: 400px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#container #content #txthome p {
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#container #content #txthome h2 {
	color: #D6862C;
}
#container #content #txthome h5 {
	color: #D6862C;
}
#pichome {
	float: right;
	margin-top: 50px;
	margin-right: 100px;
	color: #FFF;
}
#footer {
	background-color: #D6862C;
	margin: 0px;
	padding: 0px;
	height: 30px;
	text-align:center;
	font-family: "Courier New", Courier, monospace;
	color: #333;
}
.wichtig {
	color: #F00;
	font-style: normal;
	font-weight: bold;
}
.downloadlink {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	color: #D6862C;
	text-decoration: underline;
}
