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

/* ==================================================
    => global tags
================================================== */

* {
   padding:0;
   margin:0;
   border:0;
}

body {
	font:62.5%/2.2em Georgia, "Times New Roman", serif;
	color:#f1e5cf;
	background:black url(../images/bg-body.jpg) center 320px no-repeat;
	
}

div#container {
	width:994px;
	margin: 0 auto;
	font-size:1.2em;
	background:url(../images/bg-content-main.jpg) 0 0 repeat-y;

}

h1#branding a {
	width:460px;
	height:112px;
	display:block;
	position:absolute;
	top:60px;
	left:150px;
}

h2 {
	font-size:1.9em;
	font-weight:normal;
	color:#ffbd1d;
	margin: 0 0 0.5em 0;
	padding: 0 0 25px 0;
	background:url(../images/bg-h2.jpg) -15px bottom no-repeat;
	}
	
h3 {
	font-size:1.2em;
	font-weight:normal;
	color:#dd8600;
	margin: 0 0 0.8em 0;
	}
	
h4 {
	font:13px Georgia, "Times New Roman", serif;
	text-transform:uppercase;
	color:#B9B9B9;
}
img {
	border:1px solid #666666;
}

p {
	margin: 0 0 1.5em 0;
}
	
.clear {
   float: none;
   clear: both;
}

.img-cms {
	margin: 0 4px 0 0;
}

a {
	color:#FEC80C;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.noMargin {
	margin:0!important;
}

.noText {
	text-indent:-9999px;
	font-size:1px;
	color:#000;
}

/* ==================================================
    => header
================================================== */


div#header {
	width:994px;
	height:487px;
	position:relative;
	background:url(../images/bg-header.jpg) 0 0 no-repeat;
}

div#header ul#navi-add {
	list-style:none;
	position:absolute;
	top:38px;
	left:50px;
} 

div#header ul#navi-add li {
	float:left;
	margin: 0 55px 0 0;
}

div#header ul#navi-add li a {
	text-transform:uppercase;
}

div#header ul#navi-add li.active a {
	text-decoration:underline;
}

div#header ul#navi {
	list-style:none;
}

div#header ul#navi li a {
	display:block;
	position:absolute;
	background:url(../images/bg-navi.jpg) no-repeat;
}

div#header ul#navi li a#comeIn {
	width:122px;
	height:43px;
	top:375px;
	left:92px;
	background-position: 0 0;
}

div#header ul#navi li a#hall {
	width:170px;
	height:47px;
	top:418px;
	left:84px;
	background-position: 0 -43px;
}

div#header ul#navi li a#infopoint {
	width:127px;
	height:44px;
	top:365px;
	left:436px;
	background-position: 0 -90px;
}

div#header ul#navi li a#pointOfInterest {
	width:213px;
	height:54px;
	top:409px;
	left:393px;
	background-position: 0 -134px;
}
	
div#header ul#navi li a:hover, 
div#header ul#navi li.active a {
	background:none;
} 

/* ==================================================
    => content
================================================== */


div#contentMain {
	padding: 25px 35px 0 35px;
	width:623px;
	float:left;
}

.contentColumn {
	float:left;
	margin: 0 72px 2px 0;
	width:275px;
}

.slideshow {
	width:208px;
	height:141px;
	position:absolute;
	top:175px;
	left:57px;	
}

#rotator {
	width:208px;
	height:141px;
	position:absolute;
	top:175px;
	left:57px;	
	overflow:hidden;
	}

#rotator img {
	width:208px;
	height:141px;
	}
	
.kartenborder {
	border:10px solid #131112;
	position:relative;
	right:15px;
}

iframe {
	border:1px solid #c6b438;
	}
	

/* ==================================================
    => contentSidebar
================================================== */


div#contentSidebar {
	width:300px;
	height:449px;
	position:relative;
	float:left;
	background:url(../images/bg-content-sidebar.jpg) 0 0 no-repeat;
}

div#contentSidebar a#gaestebuch {
	width:185px;
	height:103px;
	display:block;
	position:absolute;
	top:346px;
	left:47px;
	background:url(../images/hover-gaestebuch.jpg) 0 0 no-repeat;

}

div#contentSidebar a#gaestebuch:hover,
div#contentSidebar a#gaestebuchActive {
	background:none;
}

.newsticker {
	width:175px;
	height:98px;
	position:absolute;
	top:20px;
	left:75px;
}


/* ==================================================
    => footer
================================================== */

div#footer {
	width:959px;
	height:248px;
	padding: 120px 0 0 35px;
	position:relative;
	background:url(../images/bg-footer.jpg) 0 0 no-repeat;
}

div#footer dl {
	width:220px;
	float:left;
}

div#footer dl dt {
	width:70px;
	float:left;
}

div#footer dl dd {
	width:150px;
	float:left;
}	
	
.adresse02 {
	list-style:none;
	float:left;
}


