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

body {
	background-image: url(../img/back.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 23px;
	color: #FFF;
}
.dynCalendar {
	text-decoration: none;
}
#skyline {
	position:absolute;
	width:100%;
	height:170px;
	z-index:0;
	background-image: url(../img/skyline.jpg);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
}
#allcontent {
	position:relative;
	width:1000px;
	height:750px;
	z-index:3;
	margin-right: auto;
	margin-left: auto;
}
#headcontent {
	position:relative;
	width:992px;
	height:170px;
	background-image: url(../img/head.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	display: block;
	background-position: center top;
	z-index: 1;
}
#brigallink {
	position:absolute;
	width:201px;
	height:43px;
	z-index:99999;
	left: 713px;
	top: 126px;
}
#maincontent {
	position:absolute;
	width:1001px;
	height:390px;
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	top: 272px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-right-width: 2px;
	border-right-style: dotted;
	background-image: url(../img/back_r.jpg);
}
#headline_maintext {
	position:absolute;
	width:385px;
	height:58px;
	z-index:99999;
	font-size: 20px;
	font-weight: bold;
	left: 0px;
	top: 20px;
	padding-left: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	overflow: auto;
	line-height: 24px;
}
#maintextleft {
	position:absolute;
	width:342px;
	height:331px;
	z-index:99999;
	left: 2px;
	top: 49px;
	padding-left: 30px;
	overflow: auto;
	padding-right: 30px;
	padding-top: 10px;
	visibility: inherit;
	text-align: left;
}
#headline_maintext_anfahrt {
	position:absolute;
	width:177px;
	height:16px;
	z-index:99999;
	font-size: 18px;
	font-weight: bold;
	left: 85px;
	top: 29px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 24px;
	background-image: url(../img/boxhg.png);
	color: #6C1A26;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#maintextanfahrt {
	position:absolute;
	width:167px;
	height:302px;
	z-index:99999;
	left: 85px;
	top: 67px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	text-align: left;
	background-image: url(../img/boxhg.png);
	background-repeat: repeat;
	padding-bottom: 10px;
	color: #6C1A26;
	font-weight: bold;
}
#mainmap {
	position:absolute;
	width:999px;
	height:390px;
	z-index:2;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	left: 1px;
}
#mainformright {
	position:absolute;
	width:564px;
	height:390px;
	z-index:2;
	left: 414px;
	top: 0px;
	border-left-width: 2px;
	border-left-style: dotted;
	line-height: 13px;
	padding-left: 20px;
	display: none;
}
#mainformrightdanke {
	position:absolute;
	width:564px;
	height:390px;
	z-index:2;
	left: 414px;
	top: 0px;
	border-left-width: 2px;
	border-left-style: dotted;
	line-height: 16px;
}
a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}
#mainimpresscontent {
	position:absolute;
	width:500px;
	height:387px;
	z-index:3;
	margin-left: auto;
	top: 271px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	padding-top: 5px;
	overflow: auto;
	line-height: 15px;
	margin-right: auto;
	left: 0px;
	padding-left: 20px;
	border-left-width: 2px;
	border-left-style: dotted;
}
#maincontentright {
	position:absolute;
	width:461px;
	height:390px;
	z-index:4;
	left: 502px;
	top: 272px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #FFF;
	overflow: auto;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 2px;
	border-right-style: dotted;
}

/* MENÜ OBEN start */
.menu {
	position: relative;
	top	: 0px;
	width: 990px;
	z-index: 99999;
	margin-right: auto;
	margin-left: auto;
	list-style-position: outside;
}
.menu ul {
	list-style: none;
	padding:0;
	margin:0;
	text-align: center;
}
.menu li {
	float: left;
	margin-right: auto;
	margin-left: auto;
}
a.restaurant {
	height: 102px;
	width: 196px;
	display:block;
	background-image: url(../img/topnavi_01.png);
	background-repeat: no-repeat;
	background-position: right 0;
}
a:hover.restaurant, a.restaurant.aktiv {
	background-position: right -102px;

}
a.feiern {
	background: url('../img/topnavi_02.png') no-repeat right 0;
	height: 102px;
	width: 199px;
	display:block;
}
a:hover.feiern, a.feiern.aktiv{
	background-position: 0 -102px;

}
a.event {
	background: url('../img/topnavi_03.png') no-repeat right 0;	
	height: 102px;
	width: 198px;
	display:block;
}
a:hover.event, a.event.aktiv{
	background-position: 0 -102px;
}
a.schiff {
	background: url('../img/topnavi_04.png') no-repeat 0 0;
	height: 102px;
	width: 200px;
	display:block;
}
a:hover.schiff, a.schiff.aktiv{
	background-position: 0 -102px;
}
a.panoramen {
	background: url('../img/topnavi_05.png') no-repeat 0 0;
	height: 102px;
	width: 197px;
	display:block;
}
a:hover.panoramen, a.panoramen.aktiv{
	background-position: 0 -102px;
}
.menusub {
	position: relative;
	top	: 391px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
}
.menusub ul {
	list-style: none;
	padding:0;
	margin:0;
}
.menusub li {
	float:left;
}
a.anfahrt {
	height: 19px;
	width: 150px;
	display:block;
	background-image: url(../img/subnavi_01.png);
	background-repeat: no-repeat;
	background-position: center 0;
}
a:hover.anfahrt, a.anfahrt.aktiv{
	background-position: center -19px;
	background-repeat: no-repeat;
}
a.open {
	height: 19px;
	width: 150px;
	display:block;
	background-image: url(../img/subnavi_03.png);
	background-repeat: no-repeat;
	background-position: center 0;
}
a:hover.open, a.open.aktiv{
	background-position: center -19px;
	background-repeat: no-repeat;
}
a.anfrage {
	height: 19px;
	width: 150px;
	display:block;
	background-image: url(../img/subnavi_02.png);
	background-repeat: no-repeat;
	background-position: center 0;
}
a:hover.anfrage, a.anfrage.aktiv{
	background-position: center -19px;
	background-repeat: no-repeat;
}
a.downloads {
	height: 19px;
	width: 150px;
	display:block;
	background-image: url(../img/subnavi_04.png);
	background-repeat: no-repeat;
	background-position: center 0;
}
a:hover.downloads, a.downloads.aktiv{
	background-position: center -19px;
	background-repeat: no-repeat;
}
#footer {
	position:absolute;
	width:100%;
	height:34px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	line-height: 17px;
	margin-right: auto;
	margin-left: auto;
	top: 690px;
}
#dezentline {
	position:absolute;
	width:998px;
	height:72px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 88px;
	color: #880220;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	top: 190px;
	line-height: 88px;
	font-style: italic;
}
#mainpicright {
	position:absolute;
	width:585px;
	height:390px;
	z-index:2;
	left: 414px;
	top: 0px;
	border-left-width: 2px;
	border-left-style: dotted;
	font-size: 12px;
	text-align: center;
	overflow: auto;
}
#spracheauswahl {
	position:absolute;
	width:30px;
	height:21px;
	z-index:4;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	left: 488px;
	top: 0px;
}