/* CSS Document */
body {
	background-color: #628232;
	font-family: arial;
}
span.headline {
	font-size: 19px;
	color: fdfcce;
	font-weight: bold;
}
td.imprint {
	text-align: right;
	color: #fdfcce;
	font-size: 14px;
}
td.imprint a {
	text-align: right;
	color: #fdfcce;
	font-size: 14px;
	text-decoration: none;
}
/* SLIDESHOW */
#slideshow {
	height: 300px;
/* hier Hoehe der Slideshow-Bilder angeben */
	position: relative;
	width: 912px;
}
#slideshow img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 912px;
	height: 300px;
}
#slideshow img.start {
	display: block;
}
td.navi {
	background-color: #fdfcce;
	width: 200px;
	padding: 5px;
}
td.navi a {
	font-size: 14px;
	color: 463f1a;
	text-decoration: none;
	
}
td.navi h1 {
	border-bottom: 1px solid;
	padding-bottom: 0px;
	font-size: 18px;
	color: 463f1a;
	text-decoration: none;
}
td.navi ul {
	list-style: none;
	padding-left: 7px;
	_padding: 0px;
	_margin-left: 10px;
}
td.content {
	background-color: fdfcce;
	width: 500px;
	padding: 5px;
	font-size: 14px;
	color: 463f1a;
}

td.content ul {
	list-style: none;
	list-style-image: url(../pin1.gif);
	padding-left: 25px;
	_padding-left: 0px;
	_margin-left: 15px;
}

td.content a {
	background-color: fdfcce;
	width: 500px;
	font-size: 14px;
	color: 463f1a;
	text-decoration: none;
	
}
.form {
	background-color: fdfcce;
	width: 500px;
	padding: 5px;
	font-size: 14px;
	color: 463f1a;
}
td.content h1 {
	text-indent: 23px;
	font-size: 18px;
	color: 463f1a;
	border-bottom: 1px solid;
	background: url(../h1.gif) no-repeat bottom left;
}
td.content h2 {
	font-size: 16px;
	color: 463f1a;
}
div#news {
	background-color: #dfd470;
	border: 1px solid;
	padding: 5px;
	font-size: 14px;
	color: 463f1a;
}
div#news ul {
	list-style: none;
	list-style-image: url(../pin.gif);
	padding-left: 25px;
	_padding-left: 0px;
	_margin-left: 15px;
}
div#quicklinks {
	background-color: #dfd470;
	border: 1px solid;
	padding: 5px;
	margin-bottom: 5px;
}
div#quicklinks h1, div#news h1 {
	border-bottom: 1px solid;
	font-size: 18px;
	color: 463f1a;
}
div#quicklinks a, div#news a {
	font-size: 14px;
	color: 463f1a;
	text-decoration: none;
}
td.quicklinks {
	background-color: #fdfcce;
	width: 212;
	padding: 5px;
}
table.quick td {
	padding: 5px;
	font-weight: bold;
}
td.contact-bild {
	background-image: url(../brief.gif);
	background-repeat: no-repeat;
	width: 25px;
}
td.route-bild {
	background-image: url(../info.gif);
	background-repeat: no-repeat;
	width: 24px;
}
td.guest-bild {
	background-image: url(../guest.gif);
	background-repeat: no-repeat;
}
td.member-bild {
	background-image: url(../member.gif);
	background-repeat: no-repeat;
}
td.footer {
	background-color: #dfd470;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: 463f1a;
	border-top: 1px solid #463f1a;
	border-bottom: 1px solid #463f1a;
}
span.wichtig {
	font-size: 14px;
	color: 463f1a;
	font-weight: bold;
}
td.footer a {
	font-size: 11px;
	color: 463f1a;
	text-decoration: none;
}
/*Navi-1*/
table.navi td a:hover {
	background-color: red;
	width: 150px;
}
