/*////////////////////////////////////////////////////////////////////////////*/
/*----------------- (c)2007 Lemon Studios for Hotel Wendelin -----------------*/
/*--- Hier ersichtliche Elementreihenfolge entspricht der der Darstellung ----*/
/*////////////////////////////////////////////////////////////////////////////*/

html, body {
	background-image:url(bg.jpg);
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	text-align: center;
}

td.navpoint {
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	background-image:url(images/navibg2.gif);
}


td.navpoint a:hover {
	//background:#3B2010;
	background-image:url(images/navibg.jpg);
	display: block;
}

#container {
	position:relative;
	top: auto;
	left: auto;
	right:auto;
	height: auto;
	width: 975px;
	visibility: visible;
	display:Block;
	background-color:#231910;

	/*width:975px;
	height:580px;
	position:relative;
	display:block;
	margin-top:-290px;
	margin-left:-487px;
	margin-top:50%;
	margin-left:50%;*/
}
/*////////////////////////////////////////////////////////////////////////////*/
/*----------------------------- T O P - A R E A ------------------------------*/
/*////////////////////////////////////////////////////////////////////////////*/
#borderTop {

	/*margin-top:0px;*/
	position:relative;
	margin-top:0px;
	width:975px;
	height:5px;
	background-color:#4F2B15;
}

#banner {

	/*margin-top:10px;*/
	position:relative;
	margin-top:0px;
	height:131px;
	background-color:#FF9900;
	width:975px;
	background-image:url(Images/banner.png);
}
/*////////////////////////////////////////////////////////////////////////////*/
/*----------------------  N A V I G A T I O N S L E I S T E  -----------------*/
/*////////////////////////////////////////////////////////////////////////////*/
.navi {
	position:relative;
	margin-top:0px;
	height:100%;
	width:975px;
	border-top: 1px solid #7D746B;
	border-bottom: 1px solid #7D746B;
	vertical-align:middle;

}

.navpoint {
	background-color:#4F2B15;
	font-family:arial narrow, verdana, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-style:none;
	width:97px;

}
/*ROLLOVERDATEN: color:#3DA142;background-color:#3B2010;*/

a		{color:#FFFFFF; text-decoration:none; font-weight:normal; font-size:12px;}
a:link		{color:#FFFFFF; text-decoration:none; font-weight:normal; font-size:12px;}
a:hover		{color:#FF9900; text-decoration:none; font-weight:normal; font-size:12px;}
a:active	{color:#FF9900; text-decoration:none; font-weight:normal; font-size:12px;}
a:visited 	{color:#FFFFFF; text-decoration:none; font-weight:normal; font-size:12px;}

/*////////////////////////////////////////////////////////////////////////////*/
/*------------------------------- M A I N - D I V ----------------------------*/
/*////////////////////////////////////////////////////////////////////////////*/
#main {
	position:relative;
	margin-top:0px;
	width:975px;
	height:550px;
	background-color:#231910;
	color:#D6CDC7;
         z-index:0;
}

#content {
	margin-top:10px;
	margin-left:10px;
	width:955px;
	background-color:#231910;
	color:#D6CDC7;
	height:85%;
	text-align:left;
         z-index:100;
}
/*////////////////////////////////////////////////////////////////////////////*/
/*---------------------- THE BOXES IN THE CONTENT-AREA -----------------------*/
/*////////////////////////////////////////////////////////////////////////////*/
.newsbox {
	background-color:#413220;
	color:#D8CDC7;
	/*href: D3A142*/
}

.specialbox {
	background-color:#86633B;
	color:#D8CDC7;
	/*href: D3A142*/
}
/*////////////////////////////////////////////////////////////////////////////*/
/*----------------------------------------------------------------------------*/
/*////////////////////////////////////////////////////////////////////////////*/

