* {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ac0f2e;
}

.tableLeft {
	background-color:#830404;
}

.tableFooter {
	border-bottom:solid;
	border-bottom-color:#830404;
	border-bottom-width:1px;
	border-left:solid;
	border-left-color:#830404;
	border-left-width:1px;
	border-right:solid;
	border-right-color:#830404;
	border-right-width:1px;
}


h1 {
	font-size:18px;
	font-weight:100;
}
.hauptrahmen {
	border-top-style: solid;  
	border-top-width: 1px;
	border-right-style: solid; 
	border-right-width: 1px;
	border-bottom-style: none; 
	border-bottom-width: 1px;
	border-left-style: none; 
	border-left-width: 1px;
	border-top-color: #830404;
	border-right-color: #830404;
	border-bottom-color: #830404;
	border-left-color: #ac0f2e;
	
}
.topBuchen {
	/*background-color:#830404;*/
	background-color:#FFFFFF;
	color: #ac0f2e;
	text-align:center;
	/*border-top-style: solid;  
	border-top-width: 1px;
	border-right-style: solid; 
	border-right-width: 1px;
	border-left-style: solid; 
	border-left-width: 1px;
	border-top-color: #830404;
	border-right-color: #830404;
	border-left-color: #830404;*/
}

td {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ac0f2e;
}
.td_popup {
	background-color: #830404;
}

.content-title {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ac0f2e;
	font:bold;
}
.popup_ramen {
	border: 1px solid #830404;
}
.popup_zimmertypen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*Navigation
.submenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom:5px;
	line-height:18px;
	margin-left:40px;
	text-decoration: none;
}
*/
a:link {
	text-decoration: underline;
	color:#ac0f2e;
	line-height:17px;
}


a:visited {
	text-decoration: underline;
	color:#ac0f2e;
}


a:hover {
	color: #ac0f2e; 
	margin: 0px 0 0;
	text-decoration: underline;
}


a:active {
	text-decoration: underline;
	color: #ac0f2e;
}

#nav {
	margin-bottom: -1px;
	margin-top:0px;
	margin-left: 40px;
	color:#f3e6d9;
	width:94px;
	padding:0px;
	text-align:center;
	font-weight:normal;
	border-color:#f3e6d9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: 23px;
	text-decoration: none;
	
	}
#nav2 {
	margin-bottom: -1px;
	margin-top:0px;
	margin-left: 40px;
	color:#f3e6d9;
	width:94px;
	padding:0px;
	text-align:center;
	font-weight:normal;
	border-color:#f3e6d9;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: 23px;
	text-decoration: none;
	
	}

#nav3 {
	margin-bottom: 0px;
	margin-top:0px;
	margin-left: 40px;
	color:#f3e6d9;
	width:94px;
	padding:0px;
	text-align:center;
	font-weight:normal;
	border-color:#f3e6d9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: 23px;
	text-decoration: none;
	
	}	
	
/*
#nav a:link, #nav a:visited {
	line-height: 20px;
	height: 20px;
	display: block;
	padding: 0 5px 0 5px;
	color: #ffffff;
	text-decoration: none;
	}

#nav a:hover, #nav a:active {
	background: #fee493;
	text-decoration: none;
	color: #ac0f2e;
	} */
/*Gallery Style*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 2px;
border-color: #F5EBE1;
margin: -1 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 2px;
border-color: #F5EBE!;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #F5ebe1;
padding: 5px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 100px; /*position where enlarged image should offset horizontally */
z-index: 0;
top:-370px;
}
