@charset "utf-8";
/* CSS Document */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align:center;
	background-color: rgb(131,6,40);
	color: #000;
	margin-top:5px;
	margin-left: 5px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#warning {
	position:absolute;
	z-index:3;
	top:20px;
	right:50%;
	margin-right:-350px;
	width:424px;
	height:85px;
	visibility: hidden;
	background-image:url(../images/warning.gif);
	background-position:center top;
	background-attachment:scroll;
}
#reservierung {
	position:absolute;
	z-index:3;
	top:15px;
	left:50%;
	margin-left:250px;
	width:100px;
	height:100px;
	background-attachment: scroll;
	background-image: url(../images/reservierung.gif);
	background-repeat: no-repeat;
	background-position: center center;
	visibility: visible;
}
.newsheadline {
	font-size:110%;
	font-weight:bold;
	color:rgb(131,6,40);
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
#schatten {
	z-index:1;
	width: 850px;
	height: 650px;
	background-attachment: scroll;
	background-image: url(../images/schatten.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#container {
	height:auto;
	z-index:1;
	text-align:left;
	width: 730px;

	background-color: #999;
	border: 5px solid #fff;
	margin: 3px auto 0px;
}
img {
	border:0px;
}
.news {
	background-attachment: scroll;
	background-image: url(../images/border.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.impressum {
	overflow-y:scroll;
	height:485px;
}
#topbanner {
	height: 243px;
	width: 730px;
}
#main {
	height:auto;
	width: 730px;
}
#slideshow {
	height: 135px;
	width: 710px;
	margin: 0px 0px 0px 10px;
	background-color: #FFF;
}
#logo {
	background-attachment: scroll;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 98px;
	width: 730px;
	margin-top: 0px;
	margin-left: 0px;

}
#navigation {
	background-color: rgb(131,6,40);
	height: 10px;
	width: 493px;
	float: left;
	margin-left: 10px;
	margin-top: 0px;
	padding-left: 10px;
	padding-top: 0px;
	font-size: 90%;
	padding-bottom: 8px;
	color: #FFF;
	border: 1px solid #000;
}
#navigation .link {
	color:#fff;
}
.mini {
	font-size:85%;
}
#maincontent {
	float: left;
	height: auto;
	width: 505px;
	margin-top: 7px;
	margin-left: 10px;
	background-color: #FFF;
	color: #000;

	background-attachment: scroll;
	background-image: url(../images/border.gif);
	background-repeat: no-repeat;
	background-position: center 40px;
	margin-bottom:20px;
}
#impressum {
	height:auto;
	width:auto;
	float: left;
	background-color: #FFF;
	margin-top: 7px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;

	background-attachment: scroll;
	background-image: url(../images/border_long.gif);
	background-repeat: no-repeat;
	background-position: center 40px;
	margin-bottom:20px;
}
#galerie {
	height:auto;
	width:690px;
	float: left;
	background-color: #FFF;
	margin-top: 7px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;

	background-attachment: scroll;
	background-image: url(../images/border_long.gif);
	background-repeat: no-repeat;
	background-position: center 40px;
	margin-bottom:20px;
}
#impressum .contentlink {
	color:#FFF;
}
#maincontent .link {
	color:#000;
}
#maincontent p {
	padding-left: 10px;
	text-align: left;
	padding-right: 10px;
	padding-bottom: 5px;
}
#maincontent h2, h3, h4 {
	padding-left: 10px;
	color: #000;
}
#newsbanner {
	height: auto;
	width: 196px;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	padding: 0px 0px 0px 0px;
}
#events {
	padding-left: 10px;
	color:#FFF;
	background-color: rgb(131,6,40);
	border: 1px solid #000;
	float: right;
	width: 184px;
	margin-right: 0px;
	font-size: 90%;
}
#newscontent {
	text-align: left;
	padding-right: 10px;
	padding-top: 29px;
	margin-top: -2px;
	height: 485px;
}
#newscontent h3 {
	padding-left: 10px;
	color: #000;
}
#footerlink {
	float:left;
	text-align:left;
	padding-left:10px;
	margin-top:-18px;
	margin-left:10px;
	color: #FFF;
	height: 20px;
	padding-top: 0px;
}
.resblockleft {
	border:1px solid #000;
	display:block;
	margin-left:10px;
	width:270px;
	height:300px;
	float:left;
	background-color:#333;
}
.resblockright {
	display:block;
	margin-right:10px;
	width:200px;
	height:280px;
	float:right;
	padding:5px 5px;
	text-align:left;
	font-size:90%;
}
.resblocklink {
	display:block;
	margin-top:320px;
	width:300px;
	text-align:right;
	padding-left:10px;
	padding-top:35px;
}
.resbeschreibung {
	margin-bottom:10px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px
}
.resoverviewcontainer1 {
	margin-left:10px;
	margin-right:10px;
}
.resoverviewcontainer2 {
	margin-left:10px;
	margin-right:10px;
	margin-top:100px;
}
.resoverviewleft {
	border:1px solid #000;
	display:block;
	width:150px;
	height:150px;
	background-color:#666;
	float:left;
}
.resoverviewright {
	border:1px solid #000;
	display:block;
	width:150px;
	height:150px;
	background-color:#666;
	float:right;
}
.resoverviewcenter {
	border:1px solid #000;
	display:block;
	width:150px;
	height:150px;
	background-color:#666;
	float:left;
	margin-left:18px;
}
.resoverviewlink {
	height:20px;
	width:146px;
	padding:2px;
	margin-top:150px;
	text-align:center;
}
.resheadline {
	margin-left:10px;
	margin-bottom:5px;
}
.eventoverviewleft {
	border:1px solid #000;
	display:block;
	width:150px;
	height:220px;
	float:left;
	margin-left:10px;
}
.eventoverviewmid {
	border:1px solid #000;
	display:block;
	width:150px;
	height:220px;
	float:left;
	margin-left:16px
}
.eventoverviewright {
	border:1px solid #000;
	display:block;
	width:150px;
	height:220px;
	float:right;
	margin-right:10px
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#shoutbox {
	width:196px;
	padding-top:8px;
}
#holder{
	background-color:#FFF;
	}
#headline {
	text-align:left;
	padding-left:10px;
	background-color:rgb(131,6,40);
	height: 10px;
	border:1px solid #000;
	padding-bottom:8px;
	color:#fff;
	font-size:90%;
	margin-bottom:8px;
}
#infotext {
	background-color:#FFF;
	padding-left:10px;
	padding-top:6px;
}
#textarea {
	background-color:#FFF;
	padding-left:7px;
	padding-top:6px;
	margin-bottom:5px;
}
#button {
	width:194px;
	height:31px;

	margin-top:5px;
	margin-left:-5px;
	margin-bottom:20px;
}
.eventCocktail {
	width:483px;
	height:140px;
	margin-left:10px;
	margin-top:250px;
}
.galeryContRight {
	width:232px;
	height:200px;
	float:right;
	padding:0px;
	margin-top:0px;
	margin-right:20px;
}
.galeryContLeft {
	width:232px;
	height:200px;
	float:left;
	padding:0px;
	margin-top:0px;
	margin-left:0px;
}
.thumb {
	float:left;
	font-size:80%;
	text-align:center;
	margin-left:5px;
	margin-top:5px;
	border:1px solid #000;
	background-color:rgb(131,6,40);
	color:#FFF;
	width:120px;
}
.thumbContainer {
	float:left;
	width:510px;
	margin-bottom:20px;
}
.linkcoantainer {
	text-align:center;
	float:right;
	width:180px;
}
.piclinks {
	font-size:120%;
	font-weight:bold;
}
#Aktuell {
	border:1px solid #000;
	background-image: url(../galerien/aktuell.gif);
	height:122px;
	width:300px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top left;
	}
.newPics {
	background-image:url(galerien/aktuell.gif);
	background-attachment:scroll;
	background-position:left top;
	width:300px;
	height:122px; 
	margin-top:-5px;
	}
