navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: small-caps;
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #990000;
	text-decoration: none;
	list-style-type: square;
}
li {
	list-style-position: outside;
	color: #000000;
	background-position: left;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: normal;
	letter-spacing: 0em;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFCC00;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #993300;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #990000;
}
h2 {
	font-size: 16px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	color: #B7A284;
	letter-spacing: 0.1em;
}
h3 {
	font-size: 18px;
	font-weight: 100;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0em;
}	
body {
	margin: 0px;
	padding: 0px;
	top: 0px;
	background-image: url(bilder/bg.jpg);
	background-repeat: repeat-x;
	background-position: center 850px;
}

infotext {
	font-size: 12px;
	color: #FFFFFF;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #F8AD01;
	background-image: url(bilder/bg-h4.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}


	a img {
border : 0 none;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	display: inline;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	font-weight: normal;
	text-align: center;
	color: #000000;
	display: inline;
	letter-spacing: 0em;
}
/* SLIDESHOW */
#slideshow {
 height:188px; /* hier Hoehe der Slideshow-Bilder angeben */
 position:relative;
}
#slideshow img {
 display:none;
 position:absolute;
 top:0; left:0;
}
#slideshow img.start {
 display:block;
}
