* {
margin: 0;
padding: 0;
}

html {
background: transparent url(bilder/bag2.jpg) no-repeat;
color: gray;
font: 75%/1.3 verdana, georgia, serif;
margin: 10px;
padding: 0px;
}

body {
padding-left: 0.2em;
max-width: 1000px;
-moz-box-shadow: 0 0 8px #888;
-webkit-box-shadow: 0 0 8px#888;
box-shadow: 0 0 8px #888;
margin: 0px;

}
a {
	text-decoration: none;
	border-width: 0;
	color: AppWorkspace;
}
a:hover {
	color: Maroon;
	text-decoration: none;
}


h1 {
	color: 669DD3;
}

h1 {
font-size: 1.9em;
height: 22px;
font-weight: normal;
padding: 4px 30px 0;
}

h1 span {
color: 669DD3;
font-size: .7em;
font-style: italic;
}

h2, h3 {
	font-weight: normal;
	font-style: italic;
}

h2 {
	clear: left;
	color: 669DD3;
	font-size: 1.3em;
	padding: 24px 30px 10px;
}

h3 {
font: 1.2em verdana, georgia, serif;
letter-spacing: 0.1em;
margin: -3px 0 0 50px;
text-transform: uppercase;
color: 669DD3;
}

p {
line-height: 1.1;
margin: 0 50px;
}

p#anreisser {
font-weight: normal;
line-height: 1.1;
margin: 1em 90px;
}

blockquote {
color: #927B6B;
font: bold 1.2em verdana, georgia, serif;
float: right;
margin: .3em 2.7em .7em 4.5em;
text-align: right;
width: 170px;
}

blockquote p {
margin: 0;
}

blockquote em {
color: #87420F;
}

blockquote span {
color: #BAB9B3;
font-size: 1em;
font-weight: normal;
line-height: 1.0;
padding: 0 .2em;
}

#header {
	padding: 10px;
	margin: 10px 0px 0px 20px;
	border: 0px solid silver;
	height: 100px;
	background-color: transparent;
	background-repeat: no-repeat;
}

ul {
line-height: 1.25;
list-style: none;
margin: 21px 20px 20px 30px;
}

li {
background: url(bilder/rechts.gif) no-repeat;
border-bottom: 1px solid #000;
cursor: pointer;
float: left;
padding-left: 9px;
}

li:hover, li#aktiv {
background-position: 0 -150px;
border-bottom: 0;
}

li:hover a, li#aktiv a {
background-position: 100% -150px;
color: #FFF;
padding-bottom: 9px;
}

li a {
background: url(bilder/rechts.gif) no-repeat top right;
color: #000;
display: block;
font-weight: normal;
padding: 9px 14px 9px 9px;
text-decoration: none;
}

li a:hover {
color: #FFF;
}
#footer {
	padding: 10px;
	font: 100% verdana, georgia, serif;
	color: black;
	text-align: center;
	margin-left:30px;
	margin-right:0px;
	border: 0px solid black;
	background: transparent;
	
}
#footer a {
	color: Gray;
}
#footer a:hover {
color : Maroon;
}
#footernav {
text-align : center;
font-family : verdana, georgia, serif;
font-size : 10px;
}
#footernav a {
	color: #575757;
}
#footernav a:hover {
text-decoration : none;
}