@charset "UTF-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
}
html, body {
	height:100%;
}

h1, h2 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#schatten_links {
	position:absolute;
	width:12px;
	background-image: url(../images/schatten_links_1px.jpg);
	left:-12px;
	top:83px;
	bottom:0px;
}

#schatten_links_oben {
	top:83px;
	left:-12px;
}

#schatten_links_unten {
	position:absolute;
	bottom:0px;
	left:0px;
}

#schatten_rechts {
	position:absolute;
	width:12px;
	background-image: url(../images/schatten_rechts_1px.jpg);
	left:980px;
	top:83px;
	bottom:0px;
	z-index:9999;
}

#schatten_rechts_oben {
	top:83px;
	left:-12px;
}

#schatten_rechts_unten {
	position:absolute;
	bottom:0px;
	left:0px;
}

.bodyclass #container { 
	position: relative; /* Durch Hinzufügen von position: relative können Sie die beiden Randleisten im Verhältnis zu diesem Container positionieren. */
	width: 980px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #FFFFFF;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	/*border: 1px solid #000000;*/
	min-height:100%;
} 

#logo {
	position:absolute;
	top:30px;
	left:0px;
	z-index:9999;
}

/* Rahmen vom großen Logo weg */
#logo a img
{
	border : 0 none;
}

/* Rahmen bei focus bei firefox weg */
a:focus
{
-moz-outline-style: none;
}


#logo_klein {
	position:absolute;
	top:32px;
	left:250px;
	z-index:9999;
}

/* Rahmen vom kleinen Logo weg */
#logo_klein a img
{
	border : 0 none;
}

#geschmack {
	float:right;
	top:0;
}



#kalender {
	z-index:9999;
	position:absolute;
	width:150px;
	top:60px;
	right:0px;
	background:#CCC;
	color:#FFF;
	border:1px solid #fff;
}

#kalender a {
	text-decoration:none;
	color:#FFF;
}

#kalender table {
	text-align:center;
}

#kalender tbody a { /* Links unterbrochen unterstrichen - Tage */
	border-bottom:1px dashed #fff;	
}

#kalender .head { /* Pfeile, Monat, Jahr */
	background:#831317;	
	height:20px;
}

#kalender .label { /* MO, DI, MI, ...  */
	width:25px;
	color:#333;
}

.bodyclass #menu {
	position:absolute;
	top:366px;
	font-size: 14px;
	z-index:9999;
}

.bodyclass #menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #FFF;
	white-space: nowrap;
	margin-left:160px;
}

.bodyclass #menu li {
	background-color:#831317;
	border:#FFF 1px solid;
	min-width: 87px;
	float: left;
	text-align: center;
	height:20px;
	padding: 0px 8px;
	margin-right:3px;
}

.bodyclass #menu li a {
	border-bottom-style:none;
	text-decoration: none;
	color: #FFF;
}

.bodyclass #mainContent { 
	position: relative;
	margin-left: 150px;
	margin-right:250px;
	padding: 0px 10px 50px; /* oben, links-rechts, unten */
	top:30px;
}

.bodyclass #mainContent a {
	border-bottom: 1px dotted #000;
	text-decoration: none;
	color:#000;
}
.bodyclass #mainContent a:hover {	
	color:#831317;
}

.bodyclass #sidebar1 {
	position: relative;
	top: 30px;
	float:left;
	width: 100px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	padding: 0px 10px 15px 20px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
}

.bodyclass #sidebar1 #umenu {
	font-size: 12px;
	color:#999; /* für Aufzählungszeichen */
	margin-left:-25px;
}

.bodyclass #sidebar1 #umenu li {
	padding-bottom:10px;  /* Abstand zwischen den Untermenü Punkten */
	list-style-type:square;
}

.bodyclass #sidebar1 #umenu a {
	text-decoration:none;
	color:#999; /* für den Link */
}

.bodyclass #sidebar1 #umenu a:hover {
	color:#831317;
}

.bodyclass #sidebar2 {
	position:relative;
	top: 30px;
	float:right;
	width: 230px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	padding: 0px 0px 50px 20px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
}

/* Vorschaubild Galerie positionieren */
.image_container {
	padding-right:5px;
}


/* Definition Inhaltselement Galerie */
.ce_gallery table
{
	display:none;
}
/* Formatiert den Link zur Fotogalerie*/
.ce_gallery a
{
	border-bottom: 1px dotted #000;
	text-decoration: none;
	color:#000;
}
/* Nimmt den Bildern den Rahmen */
.ce_gallery a img
{
	border : 0 none;
}


.bodyclass #sidebar2 img {
	float:right;
	margin-top:15px;
}


.bodyclass #footer { 
	position:relative;
	height:50px;
	font-size: 10px;
	padding: 0px; 
	color:#999;
	left:20px;
} 
.bodyclass #footer p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	text-align:justify; /* funkt nicht */
}

.bodyclass #footer a {
	text-decoration:none;
	color:#999;
}
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.fltclr {
	clear:both;
}

#f1 { /* um das Reservierungs Formular passend zu haben */
	margin-top:-20px;
}

#f3 { /* um das Suchen Formular passend zu haben */
	margin-top:20px;
}


/* für Typolight */
.clear {
	height:0.1px;
	overflow:hidden;
	font-size:0.1px;
	line-height:0.1px;
	clear:both;
}

.invisible {
	width:0px;
	height:0px;
	left:-1000px;
	top:-1000px;
	position:absolute;
	overflow:hidden;
	display:inline;
}

/****************************************/
/* Image Slider
/****************************************/
.mod_imageslider {
	position:relative;
}

/****************************************/
/* Yahoo Weater
/****************************************/
.mod_yahooweather
{
	float: left;
	width: 270px;
	padding: 5px;
	background-color: #FFFFFF;
	margin-left:-10px;
	margin-top:10px;
}

.mod_yahooweather .item
{
	float: left;
	width: 80px;
	height: 110px;
	text-align: center;
	margin: 0;
}

.mod_yahooweather .item .icon
{
	margin: 0 auto 0 auto;
	text-align: center;
	width: 48px;
	height: 48px;
	background:none;
}

.mod_yahooweather .item .icon img
{
	width: 48px;
	height: 48px;
	margin: 0 0 5px 0;
}

.mod_yahooweather .item.last
{
	margin: 0px;
}

.mod_yahooweather .item h3
{
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	margin: 4px 0 -10px 5px;
	padding-top:0;
	color: #000;
}

.mod_yahooweather .item .descr
{
}
.mod_yahooweather .item .temp,
.mod_yahooweather .item .temp *
{
	font-size: 9px;
	font-weight: bold;
	color: #000;
	padding-left:5px;
}
.mod_yahooweather .item .temp .low_txt,
.mod_yahooweather .item .temp .high_txt
{
	font-size: 9px;
}
.mod_yahooweather .copyright
{
	clear: both;
	float: right;
	margin: -10px 40px 0 0;
}
.mod_yahooweather .copyright a
{
	font-size: 8px;
	color: #000000;
}

