/* TEMPLATE-STYLES */
body {
	background-image:URL('../images_template/sitebackground.gif');
	background-repeat: repeat-x;
	background-color:#E5E5E5;
	margin-top:10px;
}
.allcont {
	width: 960px;
	border:1px solid #666;
	padding:0;
	background-image:URL('../images_template/bg_gelb.jpg');
	background-repeat: repeat-x;
	background-color:#FFFEEE;
}
.bgcolgelb	{
	background-image:URL('../images_template/bg_table_gelb.jpg');
}
#hotelheader {
	z-index:11;
	background-color: #aaa;
	width: 960px;
	font-size: 14px;
	color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom:20px;
	text-align:center;
}
#footer {
display:block;
float:left;
margin:0;
padding:0;
width:100%;
}
.footerlinks{
background-color:white;
margin:0;
/*width:910px;*/
padding-left:50px;
}
#footer hr {
	color:#951B1E;
	background-color:#951B1E;
	height:12px; /* das wird für den IE wieder überschrieben */
	margin:0px;
	padding:0px;
	border:0px;
	/*width:960px;*/
}
#maincontent {
	z-index:3;
	position:relative;
	float:left;
	width: 640px;
	padding-top:85px;
}
#rightcontent {
	position:relative;
	z-index:2;
	float:right;
	width:300px;
	margin-left:20px;
}
.imganno {
	margin-left: 50px;
	/*border:1px solid red;*/
}	
.imglogo {
	margin-left: 30px;
	/*border:1px solid red;*/
}	
#redline {
	position:absolute;
	float:left;
	display:inline;
	/*width:100%;*/
	height:20px;
	z-index:1;
	top:296px;
	background-color: #951B1E;
	}

#redline hr {
	color:#951B1E;
	background-color:#951B1E;
	height:25px; /* das wird für den IE wieder überschrieben */
	margin:0px;
	padding:0px;
	border:0px;
}

p {
	padding-left:50px;
	line-height: 20px;
}
ul {
	padding-left:50px;
    margin-left:20px;
	line-height: 20px;
	}
/* CONTENT STYLES */

.redborder { /* images erhalten roten rahmen */
	border: 1px solid #951B1E;
	margin-left:40px;
	margin-bottom:40px;

}
.picboxforeground { /* hebt das Bild für Opera vor den roten Balken*/
	position:relative;
	z-index:20;
}

body, td, p {
	font-family: arial;
	font-size: 13px;
	color: #666;
	}
.anno {
	font-size:17px;
	color:#666;
	padding-left:80px;
	font-weight:bold;
	}


h1 {
	font-size:14px;
	color:#951B1E;
	margin-top:80px;
	padding-left:50px;
	}
h2 {
	font-size:14px;
	color:#951B1E;
	padding-left:50px;
	}
h3 {
	font-size:13px;
	color:#333;
	padding-left:50px;
	}
h4 {
	font-size:13px;
	color:#951B1E;
	padding-left:50px;
	padding-top:30px;
	}

/* NAVIGATION */
ul.mainnav { 
	margin-left:56px;
	margin-bottom:50px;
}
.mainnav {
	margin-top: 62px;
	!important;
	margin-left:30px;
	padding-left:30px;
}
#rightcontent li {
	margin-bottom:10px;
}
.mainNO {
	display:block;
	padding-left: 18px;
	list-style:none;

}
.mainACT {
	display:block;
	z-index:4;
	width:200px;
	padding-left: 18px;
	left:0;
	top:0;
	list-style:none;
/*	background-color: #993333;*/
	background-image:URL('../images_template/nav_pfeil.gif');
/*	margin-bottom:10px; */
}

a.nav1:link, a.nav1:visited, a.nav1:active, a.nav1:hover {
	color: #666;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	} 
a.nav1:hover {
	/*text-decoration: underline;*/
	color: #951B1E;
	}
a.nav1act:link, a.nav1act:visited, a.nav1act:active, a.nav1act:hover {
	color: #951B1E;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	} 

a.nav1act:hover {
	text-decoration: underline;
	}

.footerlinks a:link, .footerlinks a:visited, .footerlinks a:active,.footerlinks a:hover {
	padding-right:20px;
	color: #666;
	font-size:12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	} 
.footerlinks a:hover {
	color: #951B1E;
	} 
a:link, a:visited, a:active, a:hover {
	color: #951B1E;
	font-weight: normal;
	text-decoration: none;
	} 
a:hover {
	text-decoration: underline;
	color: #951B1E;
	}