@charset "utf-8";
/* CSS Document */

#header {
	background-image: url(images/template/header-bg.gif);
}
#header ul li a.res:hover {
	background-image: url(images/template/book-bg-roll.gif);
	background-repeat: no-repeat;
}
#header ul li a.special:hover {
	background-image: url(images/template/special-bg-roll.gif);
	background-repeat: no-repeat;
}
#special #header ul li a.special {
	background-image: url(images/template/special-bg-roll.gif);
	background-repeat: no-repeat;
}
#navbar ul li a {
	padding-right: 13px;
	padding-left: 13px;
	text-decoration: none;
}
#dining #leftcol {
	background-image: url(images/template/d_pict-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#vienna #leftcol {
	background-image: url(images/template/v_pict-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#hotel #textbox {
	background-image: url(images/template/w_pict-bg.gif);
	background-repeat: no-repeat;
}
#rooms #textbox {
	background-image: url(images/template/rooms_pict-bg.gif);
	background-repeat: no-repeat;
}
#services #textbox {
	background-image: url(images/template/serv_pict-bg.gif);
	background-repeat: no-repeat;
}
#area #textbox {
	background-image: url(images/template/a_pict-bg.gif);
	background-repeat: no-repeat;
}
#vienna #actual1 {
	background-image: url(images/template/v_pict1-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#hotel #banner {
	height: 115px;
}
#credit {
	clear: both;
	height: auto;
	width: 100%;
	padding-top: 13px;
	color: #7b6135;
}
#credit a {
	color: #7b6135;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7b6135;
}