html {
    background-image: url(images/bg.png);
	background-attachment: fixed;
	margin: 0px;
    height: 100%;
    width: 100%;
}
body {
	background-image: url(images/wb.png);
	background-repeat: repeat-x;
	font: normal 100.01% Cambria, serif;
    color: #ccc;
	margin: 0px;
    height: 100%;
    width: 100%;
}
a:link {
	color: #6f7f9d;
}
a:visited {
	color: #9097a5;
}
a:hover {
	color: #fff;
	text-shadow: 0 0 1em #fff;
}
h1, h2, h3 {
	margin-top: 0;
	margin-bottom: 0.4em;
}
p {
	padding: 0px;
}
.box {
	margin: 10px;
	padding: 10px 10px 10px;
	background-color: rgba(0,0,0,0.3);
	border-width: 1px;
	border-style: solid;
	border-color: rgba(255,255,255,0.1);
	-moz-box-shadow: 0 9px 10px -8px #000;
    -webkit-box-shadow: 0 9px 10px -8px #000;
	box-shadow: 0 9px 10px -8px #000;
}
.border {
	/*border-width: 1px;
	border-color: rgba(255,255,255,0.1);
	border-style: solid;
	*/
	padding: 20px;
	background-color: rgba(0,0,0,0.2);
}
#header {
	height: 100px;
	padding: 10px;
	padding-bottom: 0;
}
#headimg {
	z-index: -1;
}
#main {
	overflow: auto;
	width: 922px;
	margin: 0 auto -80px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
}
#overlay {
	position: fixed;
	background-position: right bottom;
	z-index: -1;
	height: 100%;
	width: 100%;
	top: 0;
    background-image: url(images/overlay);
	background-repeat: no-repeat;
    -moz-background-size: 50%;
    -webkit-background-size: 50%;
    -o-background-size: 50%;
    -ms-background-size: 50%;
    background-size: 50%;
}
#wrapper {
	height: 120px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#footer {
	height: 45px;
	background-color: rgba(0,0,0,0.3);
	bottom: 0;
	padding: 15px;
	padding-bottom: 19px;
	font-size: 90%;
	color: #888;
	text-align: center;
	line-height: 15px;
	clear: both;
}
#nav {
	background-image: url(images/nav.png);
	margin: 10px;
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(255,255,255,0.1);
	-moz-box-shadow: 0 9px 10px -8px #000;
    -webkit-box-shadow: 0 9px 10px -8px #000;
	box-shadow: 0 9px 10px -8px #000;
}
#nav li {
	list-style: none;
	display: inline;
	margin-left: 20px;
	font-size: 1.3em;
}
#nav li a:after {
	padding-left: 20px;
	content: url(images/tr.png);
}
#nav li.link a{
	float: right;
}
#nav li.link a:before {
	padding-right: 20px;
	content: url(images/tr.png);
}
#nav li.link a:after{
	content: "";
}
#nav li a:link {
	color: #eee;
	text-decoration:none;
}
#nav li a:visited {
	color: #eee;
	text-decoration:none;
}
#nav li a:hover {
	color: #fff;
	text-shadow: 0 0 1em #fff;
	text-decoration:none;
}
#banner {
	padding-bottom: 6px;
}
#banner  h1{
	font-family: "lucida calligraphy", serif;
	font-size: 3em;
	position: absolute;
	z-index: 2;
	margin-top: 128px;
	padding-right: 0.4em;
	padding-left: 0.15em;
	padding-top: 0.15em;
	line-height: 1.1em;
	color: #fff;
	/*border-width: 1px;
	border-color: rgba(255,255,255,0.3);
	border-style: solid;
	/*-moz-box-shadow: 0 0 12px 4px #000;
    -webkit-box-shadow: 0 0 12px 4px #000;
	box-shadow: 0 0 12px 4px #000;*/
	-moz-box-shadow:    inset 0 0 10px #000;
	-webkit-box-shadow: inset 0 0 10px #000;
	box-shadow:         inset 0 0 10px #000;
	background-color: rgba(0,0,0,0.6);
}
#banner img{
	position: relative;
	border-width: 1px;
	border-color: white;
	border-style: solid;
}
#banner .space{
	height: 6px;
	margin: 0;
}
.fade {
	height: 202px;
	width: 434px;
	z-index: 1;
	float: left;
	position: absolute;
}
a:hover  .fade  {
	background-color: rgba(255,255,255,0.5);
}
.right {
	display: inline;
}
.right img{
	float: right;
}
.right h1 {
	float: right;
	left: auto;
	display: inline;
	margin-left: 12px;
}
.right div.fade{
	float: right;
	display: inline;
	margin-left: 12px;
}
.karte h2{
	font-family: "lucida calligraphy", serif;
	margin-left: 10px;
	padding-top: 2em;
	font-size: 1.7em;
	margin-top: 10px;
	margin-bottom: 1em;
	text-shadow: 0.1em 0.1em 0.05em #000;
	text-align: center;
}
.karte h3{
	font-family: "lucida calligraphy", serif;
	margin-left: 10px;
	padding-top: 2em;
	font-size: 1.2em;
	margin-top: 5px;
	margin-bottom: 1em;
	text-shadow: 0.1em 0.1em 0.05em #000;
	text-align: center;
}
.karte h2:first-child {
	padding-top: 0;
}
.karte strong {
	font-size: 1.2em;
	float: left;
}
.karte small{
	font-size: 0.9em;
	color: #888;
	float: left;
	clear: both;
}
.karte span.zusatz{
	float: right;
	left: auto;
	right: 0px;
	text-align: right;
	display: inline-block;
	margin-left: 8px;
}
.karte ul {
	margin-right: 20px;
	margin-left: 20px;
	padding: 0;
}
.karte li {
	list-style: none;
	margin-top: 1em;
}
.line{
	background-image: url(images/dot.png);
	display: flex;
	height: 16px;
	bottom: 0;
	top: auto;
	margin-top: auto;
	margin-bottom: 0;
	background-repeat: repeat-x;
	background-position: left bottom;
}