body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

em.underline {
	font-style: normal;
	text-decoration: underline;
}

a {
	color: #000;
}

a:hover {
	text-decoration: underline;
}

h3 {
	font-size: 14px;
	margin-bottom: 14px;
}

.colored {
	color: #3375aa;
}

.inline {
	display: inline;
}

.mittagstisch {
	color: #900;
}

h4.underlined {
	color: #3375aa;
	border-bottom: 2px solid #3375aa;
	width: 120px;
	margin: 4px 0 4px -13px;
	padding: 0 0 2px 13px;
}

p {
	margin-bottom: 18px;
}

acronym {
	speak: normal;
}

abbr.initialism {
	speak: spell-out;
}

abbr.truncation {
	speak: normal;
}

table {
	width: 100%;
	margin-bottom: 18px;
}

caption {
	text-align: left;
	font-weight: bold;
	margin-bottom: 8px;
}

td, th {
	vertical-align: top;
}

th {
	text-align: left;
	font-weight: normal;
	padding: 1px 0;
}

.top_space {
	padding-top: 1em;
}

tr.top_space td,
tr.top_space th {
	padding-top: 1em;
}

.top_space2 {
	padding-top: 2em;
}

.top_space3 {
	padding-top: 3em;
}

ul {
	list-style-type: disc;
	margin-bottom: 18px;
	padding-left: 20px;
}

ol {
	list-style-type: decimal;
	margin-bottom: 12px;
	padding-left: 28px;
}

.clear_both {
	clear: both;
}

.clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}

.float_left {
	float: left;
	margin-right: 4px;
}

.float_right {
	float: right;
}

.notext {
	text-indent: -9999px !important;
}

.nomargin {
	margin: 0 !important;
}

.note {
	font-size: 10px;
}

.uppercase {
	text-transform: uppercase;
}

.underline {
	text-decoration: underline;
}

/**************************************************************************/
#page_heading {
	display: none;
}

#page_heading_link {
	position: absolute;
	top: 30px;
	left: 26px;
	z-index: 100;
}

#page {
	width: 860px;
	border-top: 20px solid #005295;
	margin: 0 auto;
	position: relative;
}

#top {
	background: transparent url(../images/interface/top_bg.png) no-repeat;
	height: 488px;
	padding: 0 10px;
	position: relative;
	z-index: 0;
}

#address_bar {
	text-align: center;
	padding: 4px 0;
}

#languages {
	position: absolute;
/*	top: 27px;
	left: 175px;*/
	padding: 0;
	margin: 0;
	top: 8px;
	right: 0px;
}

#languages li {
	display: inline;
	margin-right: 20px;
}

#searchbox {
	position: absolute;
/*	right: 58px;
	top: 29px;*/
	right: 20px;
	top: 54px;
}

#searchbox label {
	font-weight: bold;
}

#logo_wlan {
	position: absolute;
/*	right: 300px;
	top: 95px; */
	right: 340px;
	top: 90px;
}

#sidebar_top {
	width: 211px;
	padding: 0px 2px 2px 3px;
	height: 322px;
	background-color: #dceefb;
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 10;
}

#sidebar_top h3 {
	font-size: 15px;
	margin: 10px 0;
}

#newsletter_link {
	display: block;
	text-align: center;
	background-color: #3375aa;
	color: #fff;
	padding: 8px 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	bottom: 2px;
	left: 2px;
	width: 212px;
}

#newsletter_link:hover {
	background-color: #005295;
}

#flash_content {
	width: 614px;
	height: 324px;
	background: #DCEEFB url(../images/headers/default.jpg) no-repeat;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#main_nav_mozilla_workaround {
	position: relative;
	top: 128px;
}

#main_nav {
	background-color: #3375aa;
	height: 26px;
	margin-left: 0px;
	left: 0px;
	display: table;
	width: 840px;
	font-size: 10px;
	font-weight: bold;
	z-index: 5000;
}

#main_nav ul {
	display: table-row;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#main_nav li {
	color: #fff;
	border-left: 1px solid #fff;
	display: table-cell;
	text-align: center;
	padding: 0;
}

#main_nav li.home {
	border-left: none;
}

#main_nav li a {
	display: block;
	color: #fff;
	white-space: nowrap;
	height: 26px;
	line-height: 26px;
	padding: 0 4px;
	text-decoration: none;
}

#main_nav .submenu,
.submenu {
	display: none;
	position: absolute;
	z-index: 1000;
	background-color: #3375AA;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
}

.submenu li {
	display: block;
	color: #fff;
	padding: 0;
}

.submenu li a {
	display: block;
	color: #fff;
	white-space: nowrap;
	height: 26px;
	line-height: 26px;
	padding: 0 4px;
	text-decoration: none;
}

#main_nav li a:hover,
.submenu li a:hover {
	background-color: #005295;
	text-decoration: none;
}

#page.index #main_nav li.home ,
#page.hotel-trier-hotelzimmer #main_nav li.rooms,
#page.hotel-restaurant-tipp-trier #main_nav li.restaurant ,
#page.wellnesshotel-beauty-wellness #main_nav li.wellness ,
#page.tagung-hotel-trier #main_nav li.convene ,
#page.bildergalerie #main_nav li.gallery ,
#page.veranstaltungen-events #main_nav li.events ,
#page.angebote #main_nav li.offers ,
#page.angebote-hotel-arrangements #main_nav li.arrangements ,
#page.wegbeschreibung-anfahrt-hotel #main_nav li.directions {
	background-color: #005295;
}

/***********************/

#main {
	min-height: 500px;
	background: transparent url(../images/interface/sidebar_bg.png) repeat-y;
	position: relative;
}

#sidebar {
	float: left;
	width: 211px;
	padding: 14px 2px 2px 13px;
	margin: 0 10px 0 0;
}

#content {
	float: right;
	width: 590px;
	padding: 14px 10px 14px 14px;
	margin-right: 10px;
}

#content h2 {
	position: absolute;
	min-width: 200px;
	max-width: 614px;
	height: 36px;
	padding: 20px 10px 0 10px;
	line-height: 36px;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #3375aa url(../images/interface/mainheading_bg.png) top right;
	top: -56px;
	right: 0px;
}

.sidebar_block {
	line-height: normal;
	clear: both;
	margin: 0 0 4px 0;
	font-size: 10px;
	min-height: 95px;
}

.sidebar_block_wide {
	text-align: center;
	margin: 0 0 30px 0;
}

.sidebar_block img {
	float: right;
	margin: 0 0 20px 1px;
}

.sidebar_block a {
	font-weight: bold;
}

.sidebar_block_wide h3 {
	text-transform: uppercase;
	margin-bottom: 0px;
}

.sidebar_block_wide img {
	margin: 0 0 0 -3px;
}
/***********************/

#bottom {

}

#bottom_nav {
	background-color: #005295;
	padding: 4px 0;
	width: 100%;
	text-align: center;
	list-style-type: none;
	margin: 0;
	font-size: 10px;
	font-weight: bold;
}

#bottom_nav li {
	display: inline;
	padding: 0;
}

#bottom_nav li a {
	color: #fff;
	white-space: nowrap;
	padding: 4px 16px;
	text-decoration: none;
	border-left: 1px solid #fff;
}

.fr #bottom_nav li a {
    padding:4px 11px;
}

#bottom_nav li a.last_nav_item {
	border-right: 1px solid #fff;
}

#bottom_nav li a:hover {
	background-color: #3375aa;
}

#page.presse #bottom_nav li.press a,
#page.video #bottom_nav li.video a,
#page.bildschirmschoner #bottom_nav li.screensaver a,
#page.kontakt #bottom_nav li.contact a,
#page.impressum #bottom_nav li.imprint a {
	background-color: #3375aa;
}

/*******************************/

.formrow input {
	float: left;
	margin-bottom: 4px;
}

#press_login_form label {
	width: 150px;
	display: block;
	float: left;
	clear: left;
}

#press_login_form .submit {
	position: relative;
	left: 30px;
	top: 12px;
}

/*******************************/

#newsletter_subscription_form .form_element {
	float: left;
	margin: 20px 0;
}

#newsletter_subscription_form .form_element label {
	display: block;
	width: 110px;
	float: left;
	padding-top: 3px;
}

#newsletter_subscription_form .form_element input {
	width: 300px;
}

#newsletter_subscription_form .form_element.submit input {
	width: auto;
	margin-left: 10px;
}

#newsletter_subscription_form ul.error_list {
	margin: 0 0 0 110px;
}

#contact_form .form_element {
	width: 147px;
	float: left;
	margin-bottom: 20px;
}

#contact_form .form_element label {
	display: block;
}

#contact_form .form_element input {
	width: 134px;
}

#contact_form .form_element.textarea,
#contact_form .form_element.submit {
	width: auto;
	float: none;
}

#contact_form .form_element.textarea textarea {
	width: 575px;
}

#contact_form .form_element.submit input {
	width: auto;
	float: right;
	margin-right: 9px;
}

#booking_form .form_element {
	width: 288px;
	float: left;
	margin-bottom: 8px;
}

#booking_form .form_element label {
	display: block;
}

#booking_form .form_element input {
	width: 278px;
}

#booking_form .form_element.narrow {
	width: 144px;
}

#booking_form .form_element.narrow input {
	width: 134px;
}

#booking_form .form_element.textarea,
#booking_form .form_element.submit {
	width: auto;
	float: none;
}

#booking_form .form_element.textarea textarea {
	width: 566px;
}

#booking_form .form_element.submit input {
	width: auto;
	float: right;
	margin-right: 19px;
}

#conf_booking_form .form_element {
	float: left;
	margin-bottom: 4px;
}

#conf_booking_form .form_element label {
	display: block;
	width: 220px;
	float: left;
}

#conf_booking_form .form_element input {
	width: 330px;
	float: left;
}

#conf_booking_form .form_element.checkbox label {
	width: auto;
}

#conf_booking_form .form_element.checkbox input {
	margin-left: 230px;
	width: auto;
}

#conf_booking_form .form_element.narrow {
	width: 150px;
}

#conf_booking_form .form_element.narrow input {
	width: 140px;
}

#conf_booking_form .form_element.textarea,
#conf_booking_form .form_element.submit {
	width: auto;
	float: none;
}

#conf_booking_form .form_element.textarea textarea {
	width: 550px;
}

#conf_booking_form .form_element.submit input {
	width: auto;
	float: right;
	margin-right: 35px;
}

#conf_booking_form ul.error_list {
	margin: 0 0 0 220px;
}

#routeplanner_form {
	margin-top: 20px;
}

#routeplanner_form .form_element {
	float: left;
	margin-bottom: 8px;
}

#routeplanner_form .form_element label {
	display: block;
}

#routeplanner_form .form_element.city {
	width: 149px;
}

#routeplanner_form .form_element.city input {
	width: 130px;
}

#routeplanner_form .form_element.plz {
	width: 62px;
}

#routeplanner_form .form_element.plz input {
	width: 40px;
}

#routeplanner_form .form_element.street {
	width: 100%;
}

#routeplanner_form .form_element.street input {
	width: 190px;
}

#routeplanner_form .form_element.country {
	width: 150px;
}

#routeplanner_form .form_element.country select {
	width: 130px;
}

#routeplanner_form .form_element.submit {
	width: auto;
	float: left;
	margin: 12px 0 0 0;
}

#table_reservation_form {
	margin-top: 20px;
}

#table_reservation_form .form_element {
	float: left;
	margin-bottom: 8px;
}

#table_reservation_form .form_element label {
	display: block;
}

#table_reservation_form .form_element.date {
	width: 100px;
}

#table_reservation_form .form_element.date input {
	width: 90px;
}

#table_reservation_form .form_element.time {
	width: 100px;
}

#table_reservation_form .form_element.time input {
	width: 90px;
}

#table_reservation_form .form_element.name {
	width: 100px;
}

#table_reservation_form .form_element.name input {
	width: 90px;
}

#table_reservation_form .form_element.phone {
	width: 100px;
}

#table_reservation_form .form_element.phone input {
	width: 90px;
}

#table_reservation_form .form_element.persons {
	width: auto;
}

#table_reservation_form .form_element.persons input {
	width: 50px;
}

#table_reservation_form .form_element.remarks {
	width: auto;
}

#table_reservation_form .form_element.remarks textarea {
	width: 180px;
	height: 30px;
}

#table_reservation_form .form_element.submit {
	width: auto;
}

#table_reservation_form .form_element.submit input {
	margin: 0 0 0 50px;
}

#conf_quick_booking_form {
	margin-top: 10px;
}

#conf_quick_booking_form .form_element {
	float: left;
	margin-bottom: 4px;
}

#conf_quick_booking_form .form_element label {
	display: block;
}

#conf_quick_booking_form .form_element.start_date {
	width: 100px;
}

#conf_quick_booking_form .form_element.start_date input {
	width: 90px;
}

#conf_quick_booking_form .form_element.start_time {
	width: 100px;
}

#conf_quick_booking_form .form_element.start_time input {
	width: 90px;
}

#conf_quick_booking_form .form_element.end_date {
	width: 100px;
}

#conf_quick_booking_form .form_element.end_date input {
	width: 90px;
}

#conf_quick_booking_form .form_element.end_time {
	width: 100px;
}

#conf_quick_booking_form .form_element.end_time input {
	width: 90px;
}

#conf_quick_booking_form .form_element.name {
	width: 100px;
}

#conf_quick_booking_form .form_element.name input {
	width: 90px;
}

#conf_quick_booking_form .form_element.email {
	width: 100px;
}

#conf_quick_booking_form .form_element.email input {
	width: 90px;
}

#conf_quick_booking_form .form_element.phone {
	width: 100px;
}

#conf_quick_booking_form .form_element.phone input {
	width: 90px;
}

#conf_quick_booking_form .form_element.submit {
	/*width: auto;*/
	float: left;
	width: 100px;
}

#conf_quick_booking_form .form_element.submit input {
	margin: 12px 0 0 0;
}

#table_reservation_form .form_element.participants {
	width: auto;
}

#table_reservation_form .form_element.participants input {
	width: 50px;
}

#online_booking_form {
	margin-top: 10px;
}

#online_booking_form .form_element {
	float: left;
	width: 100%;
	margin-bottom: 6px;
}

#online_booking_form .form_element label {
	display: block;
}

#online_booking_form .form_element.adults {
	width: 100px;
}

#online_booking_form .form_element.children {
	width: 100px;
}

#online_booking_form .form_element.submit {
	width: auto;
	float: left;
	margin: 6px 0 0 0;
}

#online_booking_form tr.room_row_2,
#online_booking_form tr.room_row_3 {
	display: none;
}

#online_booking_form table {
	margin-bottom: 0px;
}

#online_booking_form td {
	padding-bottom: 2px;
}

#online_booking_a_form {
	margin-top: 10px;
}

#online_booking_a_form .form_element {
	float: left;
	width: 100%;
	margin-bottom: 6px;
}

#online_booking_a_form .form_element label {
	display: block;
}

#online_booking_a_form .form_element.submit {
	width: auto;
	float: left;
	margin: 6px 0 0 0;
}

#online_booking_a_form tr.room_row_2,
#online_booking_a_form tr.room_row_3 {
	display: none;
}

#online_booking_a_form table {
	margin-bottom: 0px;
}

#online_booking_a_form td {
	padding-bottom: 2px;
}

h3.sidebar_online_booking {
	font-size: 13px !important;
	margin-top: 22px !important;
}

h4.sidebar_online_booking {
	color: #900;
	font-weight: bold;
}

h5.sidebar_online_booking {
	margin-bottom: 10px;
	font-weight: normal;
}

ul.error_list {
	margin: 0 0 0 0;
	color: #ff0000;
}

ul.error_list li {
	list-style-image: url(../images/interface/arrow_red_up.gif);
}

/*******************************/

table.prices th {
	color: #3375aa;
	text-align: left;
}

table.table_float {
	width: 360px;
	float: left;
}

ul.link_list_fl_r {
	list-style-type: disc;
	color: #3375aa;
	margin: 14px 0 0 30px;
	font-weight: bold;
	float: left;
}

.gallery_row {
	margin: 0 0 20px -14px;
}

.gallery_row div.gallery_item {
	float: left;
	text-align: center;
	margin: 0 0 0 2px;
}

.gallery_row img {
	display: block;
}

.gallery_prev_button {
	width: 60px;
	height: 324px;
	background: transparent url(../images/interface/gallery_prev_button2.png) no-repeat center right;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

.gallery_next_button {
	width: 60px;
	height: 324px;
	background: transparent url(../images/interface/gallery_next_button.png) no-repeat center left;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

.tagungsraeume_table {
	margin: 10px 0 30px 0px;
	width: 612px;
	position: relative;
	left: -13px;
}

.tagungsraeume_table td,
.tagungsraeume_table th {
	text-align: center;
	padding: 2px;
}

.tagungsraeume_table thead th,
.tagungsraeume_table thead td {
	background-color: #3375aa;
	color: #fff;
}

.tagungsraeume_table tfoot th,
.tagungsraeume_table tfoot td {
	background-color: #900;
	color: #fff;
}

.tagungsraeume_table tfoot a {
	color: #fff;
}

.tagungsraeume_table thead th,
.tagungsraeume_table tfoot th,
.tagungsraeume_table tfoot td {
	font-weight: bold;
}

.tagungsraeume_table .first_col {
	width: 170px;
	text-align: left !important;
}

.tagungsraeume_table .odd th,
.tagungsraeume_table .odd td {
	background-color: #fff;
	color: #000;
}

.tagungsraeume_table .even th,
.tagungsraeume_table .even td {
	background-color: #dceefb;
}

.tagungsraeume_table th:first-child {
	text-align: left;
	font-weight: bold;
	padding: 2px 2px 2px 14px;
}

#page.raum-kelten #content,
#page.raum-treverer #content,
#page.raum-roemer #content,
#page.raum-franken #content,
#page.raum-klio #content,
#page.raum-erato #content,
#page.raum-urania #content,
#page.raum-thalia #content,
#page.raum-roemer-franken #content,
#page.raum-klio-erato #content,
#page.raum-erato-thalia #content,
#page.raum-thalia-urania #content,
#page.raum-klio-erato-thalia #content,
#page.raum-erato-thalia-urania #content,
#page.raum-klio-erato-thalia-urania #content {
	background: transparent url(../images/interface/conference_rooms_bg.gif) repeat-x;
	min-height: 400px;
	padding-right: 0px;
	width: 600px;
}

.conference-room-specs {
	background-color: #3375aa;
	color: #fff;
	width: 220px;
	padding: 8px;
	float: left;
}

.conference-room-specs h4 {
	margin-bottom: 12px;
}

.conference-room-plan {
	float: right;
	padding: 0 10px 10px 40px;
	border-bottom: 10px solid #3375aa;
	background: transparent url(../images/interface/gradiant_vert2.jpg) repeat-y 20px 0px;
}

.conference-room-plan img {
	border: 1px solid #ddd;
}

.conference-rooms-link {
	color: #000;
	font-weight: bold;
	position: relative;
	top: 50px;
}

.map {
	margin: -14px 0 -14px -14px;
}

.video_link {
	background: transparent url(../images/interface/video_icon.gif) no-repeat 10px 0px;
	padding: 0px 0px 0px 65px;
	font-weight: bold;
	float: right;
	font-size: 14px;
	line-height: 30px;
	margin-top: -8px;
}

ul.sitemap ,
ul.sitemap ul {
	margin-bottom: 0px;
	padding-left: 0px;
	margin-top: 2px;
}

ul.sitemap li {
	background: transparent url(../images/interface/icons/page.gif) no-repeat;
	list-style-type: none;
	line-height: 16px;
	padding-left: 20px;
	margin: 0px 0px 2px 0px;
}

ul.sitemap li.download_pdf {
	background-image: url(../images/interface/icons/page_pdf.gif);
}

.event_image {
	float: right;
	clear: right;
	margin-bottom: 2px;
}

#search_results {
	margin-top: 10px;
	line-height: 1.5;
}

#search_results li span {
  color: #999;
  display: block;
  font-size: 10px;
  margin-bottom: 10px;
}

#hwb_iframe {
	margin: -14px 0 -14px -14px;
}

#arr_overview_select {
	width: 200px;
}

#certificates {
	position: relative;
	height: 110px;
	margin-top: 40px;
}

#certificates.tagung {
	position: relative;
	height: auto;
	margin-top: 0px;
}

#logo_vdr_certified_business_hotel {
	position: absolute;
	left: 95px;
	top: 0px;
}

#logo_vdr_certified_conference_hotel {
	position: absolute;
	left: 135px;
	top: 0px;
}

body.en #logo_vdr_certified_business_hotel,
body.fr #logo_vdr_certified_business_hotel,
body.nl #logo_vdr_certified_business_hotel,
body.lb #logo_vdr_certified_business_hotel {
	left: 100px;
}

body.en #logo_vdr_certified_conference_hotel,
body.fr #logo_vdr_certified_conference_hotel,
body.nl #logo_vdr_certified_conference_hotel,
body.lb #logo_vdr_certified_conference_hotel {
	left: 140px;
}

#logo_trivago {
	position: absolute;
	right: 0px;
	top: 0;
	text-align: right;
	width: 100px;
}

#logo_trivago a {
	text-decoration: none;
}

#logo_trivago img {
	float: right;
	margin-bottom: 10px;
}

#logo_dehoga {
	position: absolute;
	left: 282px;
	top: 0px;
	width: 110px;
	text-align: center;
}

body.en #logo_dehoga,
body.fr #logo_dehoga,
body.nl #logo_dehoga,
body.lb #logo_dehoga {
	left: auto;
	right: 0;
	width: 160px;
        top:-3px;
}


#logo_dehoga img {
	display: block;
	margin: 0 auto 4px auto;
}

#logo_top250 {
	position: absolute;
	left: -4px;
	top: 0;
}

#logo_sqd {
  position: absolute;
  left: 182px;
  top: 0;
}

body.en #logo_sqd,
body.fr #logo_sqd,
body.nl #logo_sqd,
body.lb #logo_sqd {
  left: 200px;
}

#logo_mosel {
  position: absolute;
  left: 394px;
  top: 10px;
}

body.en #logo_mosel,
body.fr #logo_mosel,
body.nl #logo_mosel,
body.lb #logo_mosel {
  left: 460px;
  top:35px;
}

#logo_ehq {
  position: absolute;
  left: 305px;
  top: 46px;
}

body.en #logo_ehq,
body.fr #logo_ehq,
body.nl #logo_ehq,
body.lb #logo_ehq {
  left: 308px;
  top: 2px;
}

#certificates.tagung {
	margin-top: 20px;
}

#certificates.tagung #logo_vdr_certified_business_hotel {
	left: 120px;
}

#certificates.tagung #logo_vdr_certified_conference_hotel {
	left: 160px;
}


#linkList li {
    margin:.5em 0;
    width:410px;
}

#linkList a {
    float:right;
    width:200px;
/*    background: url(../images/interface/icons/link.png) no-repeat left;
    padding-left:20px;*/
}