@charset "utf-8";
/* CSS Document */

body {
	margin: 10px 0px 0px 0px;
	font-family: Tahoma, Arial;
	font-size: 11px;
}

a {
	color: #875032;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 14px;
	color: #875032;
}

h2 {
	font-size: 12px;
	color: #875032;
}

marquee {
	padding-top: 3px;
}

.hauptteil {
	background-image: url(../pictures/unten.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

.text {
	width: 100%;
}

.content {
	margin-bottom: 20px;
}

.tdtext {
	padding: 10px;
}

.tdtext p {
	margin: 5px 0px 5px 0px;
}


.tdtext ul {
	margin: 15px 0px 15px 15px;
	padding: 0px;
	list-style: none;
}

.tdtext ul li {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 11px;
	background-image: url(../pictures/listpoint.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

.tdtext_mitte {
	padding: 10px;
}

.tdtext_mitte ul {
	margin: 15px 0px 15px 30px;
	padding: 0px;
	list-style: none;
}

.tdtext_mitte ul li {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 11px;
	background-image: url(../pictures/listpoint.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

.navigation {
	font-size: 12px;
	font-weight: bold;
	color: #875032;
	text-align: center;
}

.navigation ul {
	list-style: none;
	margin: 10px 0px 20px 0px;
}

.navigation ul li {
	display: inline;
	margin: 0px 10px 0px 0px;	
	background-image: url(../pictures/listpoint.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;

}

.navigation ul li a {
	color: #875032;
	text-decoration: none;
	padding-left: 10px;

}

.navigation ul li a:hover {
	text-decoration: underline;
}

.zusatzleiste {
	text-align: center;
	padding: 2px;
}

.zusatzleiste b {
	margin: 0px 7px 0px 7px;
}