
/* @group Setup */
/*
* {
	margin: 0;
	padding: 0;
	border: 0;	
}

html {
	/* background-image: ;
}

body {
	background-repeat: no-repeat;
	background-position: top center;
}

#wrapper {
    width: 960px;
    margin: 0 auto;
    color: #002d41;
    /*font: 12px/16px Arial, Helvetica, Geneva, sans-serif;
    font: 0.63em/1.3em Arial, Helvetica, Geneva, sans-serif;
}

* html #wrapper {
    width: 960px;
    margin: 0 auto;
    color: #333;
    font: 0.6em/1.2em Arial, Helvetica, Geneva, sans-serif;
}
*/
#main ul, #main ol {
	padding-left: 1.5em;
}

* html ol {
	padding-left: 2.5em;
}

#main p, #main ul, #main ol, #main fieldset, #main th, #main td {
	font-size: 0.75em;
	line-height: 1.38em;
	margin-bottom: 12px;
}

/* @group Standard */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

/* @end */



/* @group Links */

a,  a:link {
	text-decoration: underline;
	color: #002d41;	
}

a:visited {
	color: #666;
}

a:active {
	color: #ab1108;
}

a:hover {
	color: #ef0000;	
}

/* @end */



/* @end */

/* @group Backgrounds */

html {
	/*background-image: url(/webfiles/wol/img/backgrounds/mountains-background.jpg);*/
}

body {
	/*background-image: url(/webfiles/wol/img/backgrounds/mountains.jpg);*/
}

/* @end */



/* @group Layout */

#header {
	height: 284px;
	position: relative;
	overflow: hidden;
}
/*
#navigation {
	height: 70px;
	background: url(/webfiles/wol/img/layout/navigation.png) no-repeat;
}
*/

#main-wrapper {
	background-image: url(/webfiles/wol/img/layout/main-wrapper.png);
	padding: 1px 0px 20px 0px;
}

#main {
	font-size: 100%;
	width: 860px;
	margin: 0px auto;
}
* html #main {
	width:860px;
}
* html #main-content, * html #side-content{
	margin-right:0;
}
* html #footer {
	width:860px;
}

/*
#footer {
	height: 128px;
	position: relative;
	background: url(/webfiles/wol/img/layout/footer.png) center bottom;
}

/* @end */

/* @group Form */

fieldset {
	border: 1px solid #999;
	padding: 20px;
	color: #002d41;
}

* html fieldset.formsheet {
	padding-top: 0px;
	margin-top: 20px;
}

fieldset.formsheet {
	background-color: #e9e7dd;
	padding: 20px 20px 5px 20px;
	border: 1px solid #c8c8b4;
}


#main fieldset.formsheet p{
    font-size: 1em;
}

fieldset.formsheet fieldset {
	background-color: #f9f9f9;
	border: 1px solid #CCC;
}

#search fieldset.formsheet {
	background-color: #e9e7dd;
	border: 1px solid #c8c8b4;
}

* html #order-form-submit {
	width: 200px;
}

* html #order-form-reset {
	width: 180px;
}

.required {
	color: #ef0000;
}

legend {
	color: #002d41;
	padding: 0px 5px;
	font-weight: bold;
	margin-left: -5px;
}

.select, .input, .checkbox, .submit, .radio, .textarea, .checkboxes, .form-inline {
    clear: both;
	font-size: 12px;
    margin-bottom: 6px;
}

#date-combo-input {
	float: left;
	position: relative;
}

.form-inline {
    position: relative;
}

.combo {
	margin-bottom: 6px;
}

input, select, textarea {
    /*font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/
    font: 0.9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

* html .select, * html .input, * html .checkbox, * html .submit, * html .radio, * html .combo {
	margin-bottom: 3px;
}

.select label, .input label, .textarea label {
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 4px;
}

.select select, .input input, .textarea textarea {
	border: 1px inset #CCC;
	padding: 2px;
	width: 288px;
}

.more-options {
	font-size: 12px;
}

#detail-booking-form {
	padding-bottom: 15px;
	z-index: 50;
}

#detail-booking-form .input input {
	float: left;
}

#detail-booking-form .submit input {
	text-align: center;
	width: 150px;
}

#detail-booking-form .submit {
	float: right;
	width: 200px;
}

* html .select select, * html .input input, * html .textarea textarea {
	width: 280px;
}

select.inline, #minicalendar select, input.inline, .dateinlineshort {
    border: 1px inset #CCC;
    padding: 2px;
}

.booking select {
	border: 1px inset #CCC;
	padding: 2px;
	width: 80px;
}

select.inline {
	border: 1px inset #CCC;
	padding: 2px;
	width: 100px;
}

select.inline_short {
    border: 1px inset #CCC;
    padding: 2px;
    width: 85px;
}

input.date {
	background: #fff url(/webfiles/wol/img/layout/mini-calendar.png) no-repeat left center;
	padding-left: 18px;
	width: 270px;
}

* html input.date {
	width: 260px;
}

.textarea textarea {
	width: 288px;
}

.checkbox input, .radio input {
	margin-left: 154px;
	margin-right: 4px;
}

.radio.inline input {
	margin-left: 0px;
}

.radio label.main {
	float: none;
	display: block;
}

.radio.inline label.main {
    width: 150px;
    display: block;
    float: left;
    text-align: right;
    margin-right: 4px;
}

fieldset.checkboxarray .checkbox {
	float: left;
	width: 130px;
	clear: none;
}

fieldset.checkboxarray .checkbox input {
	margin-left: 0px;
}

.submit input, input.search {
	padding: 0px 8px;
	color: #FFF;
	background: #649AFC url(/webfiles/wol/img/layout/submitbutton.png) no-repeat left center;	
	height: 23px;
	border: 1px outset #649AFC;
	text-align: left;
  font-weight: 800;
}

.submit-text {
	float: left; 
	width: 200px;
}

input.search {
	background: #649AFC url(/webfiles/wol/img/layout/searchbutton.png) no-repeat left center;
	padding-left: 24px;
	width: 12em;
}

.input input.zipcode {
    width: 100px;
    float: left;
    margin-right: 8px;
}

* html .input input.zipcode {
    width: 92px;
    margin-left: 3px;
}

.input input.city {
    width: 165px;
    margin-right: 0px;
}

.daterange input {
	background-color: #e6e6e6;
	width: 100px;
}

.formsheet .hint {
	border-top: 1px solid #CCC;
	padding-top: 5px;
	margin-top: 20px;
	margin-bottom: 0px;
}

.formsheet .name {
	width: 220px;
}

.formsheet .short-name {
	width: 100px;
}

.formsheet .age {
	width: 40px;
}

.input input.short {
	width: 35px;
}

#rooms .select_rooms, #coaches .select_coaches {
	width: 40px;
}

#rooms .select_room_types, #coaches .select_coach_types {
	width: 245px;
}

* html #travel_room_type {
	width: 237px;
}
/* @group Order Progress */

#order-progress {
	width: 490px;
	height: 30px;
	margin-bottom: 20px;
	margin-top: -8px;
}

* html #order-progress {
	margin-top: 0px;
}

#continue-order {
  width: 170px;
}

.step1 {
	background: url(/webfiles/wol/img/layout/buchung1.png) no-repeat center center;
}

.step2 {
	background: url(/webfiles/wol/img/layout/buchung2.png) no-repeat center center;
}

.step3 {
	background: url(/webfiles/wol/img/layout/buchung3.png) no-repeat center center;
}


#order-progress ul {
	list-style-type: none;
	padding: 0;
}

#order-progress ul li {
	width: 163px;
	float: left;
	line-height: 30px;
	text-align: center;
	text-indent: 5px;
	font-weight: 800;
}

#order-progress ul li.check, #order-progress ul li.check a {
	color: #FFF;
}

/* @end */

/* @group Side Content */

#side-content .select label, #side-content .input label {
	width: 100px;
}

#side-content .select select, #side-content .input input {
	width: 160px;
}

#side-content .checkbox input, #side-content .submit input {
	margin-left: 104px;
}

#side-content .daterange input {
	width: 80px;
}

#side-content .combo {
	width: 200px;
	float: left;
}

#side-content .date-combo {
	float: left;
	margin-bottom: 6px;
	position: relative;
	width: 180px;
}

#side-content .input .date-ext input.date {
    width: 137px;
    float: left;
}

.button-delete-date {
	float: right;
	margin: 2px 0px 0px 2px;
}

/* @end */

/* @end */

/* @group Header */

#header h1 {
    position: absolute;
    top: 30px;
    left: 50px;
    color: #ef0000;
}

#header h1 a {
    display: block;
    text-decoration: none;
    width: 208px;
    height: 73px;
    background: url(/webfiles/wol/bilder/tui-ferienhaus-logo.png) no-repeat;
}

#header h1 a img {
    visibility: hidden;
}

#logo_home {
	position: absolute;
	top: 30px;
	left: 50px;
}

#top-bar {
	position: absolute;
	right: 22px;
	top: 0px;
	height: 36px;
	line-height: 36px;
	width: 152px;
	background: url(/webfiles/wol/img/layout/top-bar.png) no-repeat;
}

#top-bar ul li {
	margin: 0px 0px 0px 30px;
	padding-left: 20px;
	background: url(/webfiles/wol/img/layout/orange-bullet.png) no-repeat left center;
}

* html #top-bar ul li {
	margin-left: 10px;
}

#top-bar ul li img {
	border: 1px solid #CCC;
	margin-top: 8px;
}

#description {
    position: absolute;
    top: 155px;
    left: 50px;
    width: 250px;
    color: #333;
    line-height: 16px;
}

#description p {
    font: 12px / 16px Arial, Helvetica, Geneva, sans-serif;
}
#description h2 {
	padding:0;
	margin:0;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, sans-serif;	
	font-weight:bold;
	padding-bottom: 15px;
}

/* @end */

/* @group Breadcrumbs */

#breadcrumbs {
	margin-top: -5px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
	height: 20px;
}

* html #breadcrumbs {
	margin-top: 0px;
}

#breadcrumbs ul {
	list-style-type: none;
	padding-left: 0;
}

#breadcrumbs ul li {
	float: left;
	padding-right: 12px;
	background: url(/webfiles/wol/img/layout/breadcrumb.png) no-repeat right center;
	padding-left: 8px;
	color: #777;
	text-decoration: none;
	font-size: 0.9em;
	line-height: 22px;
}

#breadcrumbs ul li.first {
	padding-left: 0;
}

#breadcrumbs ul li.last {
	background: none;
}

#breadcrumbs ul li a:link, #breadcrumbs ul li a:visited, #breadcrumbs .back {
	color: #777;
	text-decoration: none;
	line-height: 22px;
}

#breadcrumbs ul li a:hover, #breadcrumbs a.back:hover {
	color: #888;
}

#breadcrumbs .back {
	float: right;
	font-size: 0.7em;
	padding-left: 8px;
	background: url(/webfiles/wol/img/layout/back.png) no-repeat left center;
}

#breadcrumbs .help {
	position: relative;
	right: -45px;
	top: 24px;
	display: none;
}

a.help {
	display: block;
	width: 20px;
	height: 20px;
	background: url(/webfiles/wol/img/icons/20_help.png) no-repeat;
	text-indent: -9000px;
	float: right;
	display: none;
}

/* @end */

/* @group Footer */

/*
#footer .text {
	position: absolute;
	left: 200px;
	top: 16px;
	color: #777;
	font-size: 11px;
}

#footer a:link, #footer a:visited {
	color: #777;
}

#footer a:hover {
	color: #666;
}

#footer .text ul.navigation {
	margin-bottom: 0;
}

#footer .text ul.navigation li {
	margin-bottom: 0;
	padding-right: 4px;
	margin-right: 4px;
	border-right: 1px solid #CCC;
}

#footer .text ul.navigation li.last {
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
}

#world-of-tui {
	position: absolute;
	top: 20px;
	left: 65px;
}

#flags {
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 62px;
	left: 200px;
}

#flags li {
	float: left;
	margin-right: 2px;
}

#flags li img {
	border: 1px solid #faeecc;
}

#footer .actions {
	position: absolute;
	left: 820px;
	top: 27px;	
}

#footer .print {
	padding-left: 22px;
	font-size: 11px;
	background: url(/webfiles/wol/img/icons/16_printer.png) no-repeat;
	position: absolute;
	left: 820px;
	top: 32px;	
}

#footer .top {
	padding-left: 22px;
	font-size: 11px;
	position: absolute;
	left: 820px;
	top: 16px;	
}


/* @end */

/* @group Navigation */
/*
ul.navigation {
  margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.navigation li {
	float: left;
	margin-right: 15px;
}

ul.navigation li.right {
	float: right;
	margin-right: 60px;
}

* html ul.navigation li.right {
	margin-right: 30px;
}

ul.navigation li a:link, ul.navigation li a:visited {
	text-decoration: none;
}

#sub-navigation {
	height: 34px;
	margin-left: 50px;
	line-height: 34px;
}

* html #sub-navigation {
	height: 35px;
	margin-left: 50px;
	line-height: 35px;
}

*+html #sub-navigation {
	height: 35px;
	margin-left: 50px;
	line-height: 35px;
}

#main-navigation {
	height: 35px;
	margin-left: 50px;
	line-height: 36px;
}

li#nav-owner a {
	border-left: 1px solid #999;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

li#nav-settings {
	list-style: none;
	float: right;
	margin-top:0;
	margin-right: 28px;
	padding-top: 4px;
}

* html li#nav-settings {
	padding-top: 10px;
	margin-right: 15px;
}

li#nav-settings .language img {
	margin-right: 10px;
	border: 1px solid #999;
	padding: 1px;
}


#main-navigation a.naviOnSingle, #main-navigation a.naviOn, #main-navigation a.naviOnSingle:visited, #main-navigation a.naviOn:visited {
    color: #ef0000;
}


#sub-navigation a:hover, #sub-navigation li.active a:hover, #sub-navigation a.naviOnSingle, #sub-navigation a.naviOnSingle:visited, #sub-navigation a.naviOn, #sub-navigation a.naviOn:visited {
	color: #001E50;
	background: #FFF repeat-x center top;
}

/*
#sub-navigation li {
	margin: 0;
}

#sub-navigation li.language {
	padding-top: 3px;
	margin-right: 50px;
	border: 0px;
}

#sub-navigation li.language img {
	border: 1px solid #93c992;
}

* html #sub-navigation li.language {
	padding-top: 9px;
	margin-right: 24px;	
}

#sub-navigation .dropdown {
	display: none;
	background-color: #F00;
	list-style-type: none;
	padding: 0;
}

#sub-navigation .dropdown li {
	float: none;
}

#sub-navigation .dropdown li a {
	border: 0px;
}

#main-navigation a:link, #main-navigation a:visited {
	color: #333;
  font: 12px Arial, Helvetica, Geneva, sans-serif;
}

#main-navigation a:hover {
	color: #ef0000;
}

#main-navigation a.naviOnSingle, #main-navigation a.naviOn, #main-navigation a.naviOnSingle:visited, #main-navigation a.naviOn:visited {
    color: #ef0000;
}

#sub-navigation a:link, #sub-navigation a:visited {
	color: #FFF;
  font: 13px Arial, Helvetica, Geneva, sans-serif;
  height: 32px;
  font-weight: bold;
  padding: 12px 8px 10px 9px;
	border-right: 1px solid #c79100;
}

#sub-navigation li.last a:link, #sub-navigation li.last a:visited {
	border: 0;
}

#sub-navigation a:hover, #sub-navigation li.active a:hover, #sub-navigation a.naviOnSingle, #sub-navigation a.naviOnSingle:visited, #sub-navigation a.naviOn, #sub-navigation a.naviOn:visited {
	color: #666;
	background: #FFF url(/webfiles/wol/img/layout/navigation-hover.png) repeat-x center top;
}
*/

/* @end */

/* @group Carousel */
.carousel {
    position: relative;
    height: 242px;
    margin-bottom: 8px;
    margin-top: 20px;
}

.carousel-back, .carousel-forward {
    position: absolute;
    top: 90px;
    width: 50px;
    height: 50px;
}

.carousel-back a, .carousel-forward a {
    display: block;
    height: 50px;
    width: 50px;
    text-indent: -9000px;
}

* html .carousel-back {
    top: 90px;
    left: -50px;
}

* html .carousel-forward {
    top: 90px;
    right: -50px;
}

.carousel-back {
    left: -50px;
    cursor: pointer;
}

.carousel-back a {
    background-image: url(/webfiles/wol/img/layout/carousel-left.png);
}

.carousel-forward {
    right: -50px;
    cursor: pointer;
}

.carousel-forward a {
    background-image: url(/webfiles/wol/img/layout/carousel-right.png);
}

.carousel .items {
    list-style-type: none;
    padding: 0px;
    position: absolute;
    left: -217px;
    width: 3472px;
}

.carousel .item {
    overflow: hidden;
    float: left;
    display: block;
    width: 200px;
    margin-right: 9px;
    height: 234px;
    border: 1px solid #CCC;
    padding: 3px;
    line-height: 16px;
}

.carousel .item img {
    margin-bottom: 3px;
}

.carousel .last {
    margin-right: 0px;
}

.carousel .content {
    padding: 3px;
    padding-top: 0px;
    font-size: 12px;
}

.carousel h2 {
    font-size: 12px;
    /*font-size: 1.0em;*/
    height: 24px;
    line-height: 24px;
    color: #001E50;
    text-decoration: none;
    text-indent: 6px;
    background-image: url(/webfiles/wol/img/layout/side-content-box-headine-highlight.png);
}

.carousel h2 a:link, .carousel h2 a:visited {
    line-height: 24px;
    color: #001E50;
    text-decoration: none;
}

.carousel h2 a:hover {
    text-decoration: underline;
}

.carousel .traveldate {
    font-size: 11px;
    /*font-size: 0.85em;*/
    font-weight: bold;
    float: left;
    margin-top: 4px;
}

.carousel a.price:link, .carousel a.price:visited {
    font-size: 11px;
    /*font-size: 0.85em;*/
    font-weight: bold;
    color: #6699FF;
    margin-top: 4px;
    float: right;
}

.carousel a.price:hover {
    color: #F90;
}
/* @end */

/* @group Boxarea */
.boxarea {
    position: relative;
}

.boxarea .content {
    /*padding: 3px;*/
    padding: 3px 4px;
    position: absolute;
    line-height: 16px;
}

.boxarea .content .half {
    width: 205px;
}

.boxarea h2, .boxarea h2 a:link, .boxarea h2 a:visited {
    /*font-size: 12px;*/
    font-size: 1.0em;
    margin-bottom: 4px;
    height: 24px;
    line-height: 24px;
    text-indent: 6px;
    text-decoration: none;
    color: #001E50;
}

.boxarea h2 a:hover {
    text-decoration: underline;
}

.boxarea .highlight h2 {
    color: #001E50;
}

.boxarea ul, ul.arrowed {
    padding: 0;
    list-style-type: none;
}

.boxarea li, ul.arrowed li {
    margin-bottom: 4px;
    padding-left: 16px;
    background: url(/webfiles/wol/img/layout/double-arrow.png) no-repeat 4px 4px;
}

.boxarea li a, .boxarea li a:link, .boxarea li a:visited, ul.arrowed a:link, ul.arrowed a:visited {
    text-decoration: none;
}

.boxarea .content img {
    margin-top: -4px;
}

.boxarea .select select, .boxarea .input input {
    width: 100px;
    /*font-size: 10px;*/
    font-size: 0.78em;
}

* html .boxarea .select select, .boxarea .input input {
    width: 100px;
    font-size: 0.85em;
}

.boxarea .select label, .boxarea .input label {
    width: 80px;
}

.checkbox input {
    margin-left: 84px;
    margin-right: 4px;
}

.checkbox label .textline {
    margin-left: 105px;
}

.boxarea input.search {
    width: 70px;
    margin-right: 16px;
}
/* class home -> suchfelder auf der startseite*/
.boxarea select.home {
    width: 120px;
}

* html .boxarea select.home {
    margin-bottom: 4px;
    width: 112px;
    overflow: visible;
}

.boxarea select.homedauer {
    width: 106px;
    border: 1px inset #CCC;
    padding: 2px;
		font-size: 10px;
}

* html .boxarea select.homedauer {
    margin-bottom: 4px;
    width: 98px;
    overflow: visible;
    border: 1px inset #CCC;
    padding: 2px;
		font-size: 10px;
}
/* @group Sizes */

.rows1 {
	height: 153px;
}

.rows2 {
	height: 306px;
}

.rows3 {
	height: 459px;
}

.rows4 {
	height: 612px;
}

.rows5 {
	height: 765px;
}

/* @end */

/* @group Box Sizes */

.box1-1 {
	position: absolute;
	width: 208px;
	height: 145px;
	font-size: 12px;
	background: #E9E7DD url(/webfiles/wol/img/layout/box1.png) no-repeat;	
}

.box1-2 {
	position: absolute;
	width: 208px;
	height: 298px;
	font-size: 12px;
	background: #E9E7DD url(/webfiles/wol/img/layout/box1.png) no-repeat;	
}

.box2-1 {
	position: absolute;
	width: 424px;
	background: #E9E7DD url(/webfiles/wol/img/layout/box2.png) no-repeat;	
	height: 145px;
	font-size: 12px;
}

.box2-2 {
	position: absolute;
	width: 424px;
	background: #E9E7DD url(/webfiles/wol/img/layout/box2.png) no-repeat;	
	height: 298px;
	font-size: 12px;
}

.box2-1.highlight, .box2-2.highlight {
	background: #E9E7DD url(/webfiles/wol/img/layout/box2-highlight.png) no-repeat;	
}

/* @end */

/* @group Box Positions */

.pos1-1 {
	left: 0px;
	top: 0px;
}

.pos2-1 {
	left: 217px;
	top: 0px;
}

.pos3-1 {
	left: 434px;
	top: 0px;
}

.pos4-1 {
	left: 651px;
	top: 0px;
}

.pos1-2 {
	left: 0px;
	top: 153px;
}

.pos2-2 {
	left: 217px;
	top: 153px;
}

.pos3-2 {
	left: 434px;
	top: 153px;
}

.pos4-2 {
	left: 651px;
	top: 153px;
}

.pos1-3 {
	left: 0px;
	top: 306px;
}

.pos2-3 {
	left: 217px;
	top: 306px;
}

.pos3-3 {
	left: 434px;
	top: 306px;
}

.pos4-3 {
	left: 651px;
	top: 306px;
}

.pos1-4 {
	left: 0px;
	top: 459px;
}

.pos2-4 {
	left: 217px;
	top: 459px;
}

.pos3-4 {
	left: 434px;
	top: 459px;
}

.pos4-4 {
	left: 651px;
	top: 459px;
}

.pos1-5 {
	left: 0px;
	top: 612px;
}

.pos2-5 {
	left: 217px;
	top: 612px;
}

.pos3-5 {
	left: 434px;
	top: 612px;
}

.pos4-5 {
	left: 651px;
	top: 612px;
}



/* @end */

/* @end */

/* @group 1 & 2 col */

#content h1, #content h2 {
	background: url(/webfiles/wol/img/layout/main-content-headline.png) no-repeat center bottom;
	/*font-size: 18px;*/
  font-size: 1.45em;
	font-weight: 200;
	line-height: 24px;
	text-indent: 4px;
	color: #c79100;
	margin-bottom: 6px;
	margin-top: 6px;
}


#main-content {
	width: 490px;
	float: left;
}

#main-content h1, #main-content h2 {
	background: url(/webfiles/wol/img/layout/main-content-headline.png) no-repeat center bottom;
	font-size: 1.15em;  
	font-weight: 200;
	line-height: 24px;
	text-indent: 4px;
	color: #002d41;
	margin-bottom: 6px;
	margin-top: 6px;
}

#main-content h2 img{
	vertical-align: top;	
}
* html #main-content h2 img{
	vertical-align: baseline;	
}

#main-content h3 {
	color: #002d41;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 8px;
}

#main-content h4 {
  /*font-size: 14px;*/
  font-size: 0.9em;
	color: #002d41;
	margin-bottom: 6px;
	margin-top: 8px;
}

#main-content610 {
	width: 610px;
	float: left;
}

#main-content610 h1, #main-content610 h2 {
	background: url(/webfiles/wol/img/layout/main-content610-headline.png) no-repeat left bottom;
	font-size: 1.45em;
	font-weight: 200;
	line-height: 24px;
	text-indent: 4px;
	color: #c79100;
	margin-bottom: 6px;
	margin-top: 6px;
}

#main-content610 h3 {
  font-size: 1.1em;
	color: #c79100;
	margin-bottom: 6px;
	margin-top: 8px;
}

#main-content610 h4 {
  font-size: 1.1em;
	color: #c79100;
	margin-bottom: 6px;
	margin-top: 8px;
}

#side-content {
	width: 338px;
	float: right;
}

#side-content li{
	list-style-type: disc;
}

#side-content220 {
	width: 220px;
	float: right;
}

#side-content .box, #side-content220 .box {
	background-color: #e9e7dd;
	padding: 3px;
	margin-bottom: 10px;
}

#search #side-content .box {
	background-color: #FFF;
}

#side-content p.alignright, #side-content220 p.alignright {
	margin-bottom: 0px;
}

#side-content .box.highlight, #side-content220 .box.highlight {
	background-image: none;
}

#side-content .box h2, .side-content .box h2, .half-content .box h2, #main-content #info-box .box h2,
#side-content .box.highlight div.h2, #side-content .continuous-box h2 {
    background-image: url(/webfiles/wol/bilder/side-content-box-headine.png);
    color: #000000;
    height: 24px;
    /*font-size: 12px;*/
    font-size: 0.75em;
    font-weight: 600;
    line-height: 2em;
    text-indent: 6px;
    width: 332px;
}

#side-content .box.highlight h2 {
	background: url(/webfiles/wol/img/layout/side-content-box-headine-highlight.png) no-repeat;
	color: #001E50;
	margin: 0;
}

#side-content220 .box h2 {
    background-image: url(/webfiles/wol/bilder/side-content220-box-headline.png);
    color: #000000;
    height: 24px;
    /*font-size: 12px;*/
    font-size: 1.0em;
    font-weight: 600;
    line-height: 2em;
    text-indent: 6px;
    width: 220px;
}

#side-content220 .box.highlight h2 {
	color: #FFF;
	background: url(/webfiles/wol/img/layout/side-content220-box-headline-highlight.png) no-repeat;
}

#side-content220 .box ul li {
	list-style-position: outside;
	list-style-type: square;
	list-style-image: url(/webfiles/wol/img/layout/list-ring.png);
	margin-bottom: 8px;
}

#side-content .box .content, #side-content220 .box .content {
	padding: 5px;
}

#side-content .box table.discreet {
	width: 100%;
}

#side-content .box table.discreet ul{
	font-size: 1em;
}

#side-content .box table.discreet th {
	text-align: right;
	padding-right: 10px;
	font-weight: 200;
}

#side-content .box table.discreet td {
	font-weight: 800;
}

.image-count {
	background: url(/webfiles/wol/img/icons/camara.png) no-repeat left center;
	padding-top: 2px;
	padding-left: 20px;
}

#side-content .box .content img.left {
	margin-right: 5px;
}

.full-content {
	 margin-top: 35px;
}

.full-content h2, .full-content .h2 {
	font-weight: bold;
    color: #333;
    font-size: 12px;
    background: #EDE6CE url(/webfiles/wol/img/layout/full-content-headine.png) no-repeat center center;
    height: 30px;
    line-height: 27px;
	margin: 0;
    text-indent: 8px;
	width: 860px;
    z-index: 5;
}

.full-content h3 {
	color: #979D69;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

.full-content .highlight {
    background: #EDE6CE url(/webfiles/wol/img/layout/full-content-headline-highlight.png) no-repeat center center;
    color: #FFF;
}

#main-content img.left {
	margin-right: 10px;
	margin-bottom: 10px;
}

#main-content img.right {
	margin-left: 10px;
	margin-bottom: 10px;
}


/* @end */

/* @group Table */

table {
	border-collapse: collapse;
}
table caption {
	text-align: left;
}
table td, table th {
	border: 1px solid #CCC;
	padding: 2px;
	vertical-align: top;
}

table tr.row2 td, table tr.row2 th {
	background-color: #EEE;
}

table.discreet, table.discreet td, table.discreet th {
	border: 0;
}

.booking table th {
    background-color: #bbb;
    color: #FFF;
}

/* @end */

/* @group Special */

.travel_agency_info {
	cursor: pointer;
	text-decoration: none;
}

#travel_guide_link {
	cursor: pointer;
	font-size: 13px;
	text-decoration: none;
}

/* @end */

/* @group Pagination */

div.pagination {
	font-size: 0.75em;
	margin: 10px;
	text-align: center;
}

div.pagination a:link, div.pagination a:visited {
	border: 1px solid #CCC;
	padding: 2px 6px;
	background-color: #EEE;
	text-decoration: none;
	color: #002d41;
}

div.pagination a.active:link, div.pagination a.active:visited {
	border: 2px solid #EF0000;
	padding: 2px 6px;
	background-color: #EEE;
	text-decoration: none;
	color: #002d41;
}

div.pagination a:hover {
	border: 1px solid #666;
	padding: 2px 6px;
	background-color: #CCC;
	text-decoration: none;
}

div.pagination .back, div.pagination .forward {
	margin: 0px 20px;
}

/* @end */

/* @group Tabs */

ul.tabs {
	text-align: left;
	margin: 1em 0 1em 0;
	border-bottom: 1px solid #999;
	list-style-type: none;
	padding: 3px 10px 0px 10px;
	
} 

#side-content ul.tabs {
	margin-top: 45px;
}

ul.tabs li {
	display: inline;
	border-bottom: 1px solid #fff; 
	margin-right: 5px;
	position: relative;
	top: 0px;
}

* html ul.tabs li {
	top: 0px;
}

ul.tabs li a {
	padding: 3px 4px;
	border: 1px solid #999;
	background-color: #EEE;
	color: #666; 
	margin-right: 0px; 
	text-decoration: none;
}

ul.tabs li.active a {
	background-color: #fff; 
	color: #000; 
	padding-top: 4px;
	border-bottom: 1px solid #FFF;
}

ul.tabs li a:link, ul.tabs li a:visited {
	padding: 0px 7px;
	text-decoration: none;
	font-size:9pt;
}


/* @end */

/* @group Actions */

ul.actions {
	list-style-type: none;
	padding: 0;
}

ul.actions li {
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 20px;
	margin-bottom: 3px;
}

ul.actions li a:link, ul.actions li a:visited {
	padding-left: 20px;
	text-decoration: none;
}

ul.actions li.mark {
	background-image: url(/webfiles/wol/img/icons/16_note.png);
}

ul.actions li.book {
	background: #ef0000 url(/webfiles/wol/img/layout/orderbutton.png) no-repeat left center;
	border: 1px outset #ef0000;
}

ul.actions li.book a:link, ul.actions li.book a:visited {
	padding-left: 22px;
	text-decoration: none;
	color: #FFF;
}

ul.actions li.book a:hover {
	color: #FFF;
	text-decoration: underline;
}


.booking {
    background-color: #E9E7DD;
    padding: 0px 10px;
    margin-top: -6px;
    padding-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
	position: relative;
}

* html .booking {
	float: left;
	width: 840px;
}

.booking .submit {
	clear: none;
}

.booking table {
    background-color: #FFF;
}

.booking table.hotel-categories {
	float: left;
	width: 680px;
}

#check_booking_link_category {
	float: right;
}

* html #check_booking_link_category {
	width: 150px;
}
/* @end */

ul.pictogram {
    list-style-type: none;
    padding: 0;
}

* html ul.pictogram {
	margin-top: 10px;
}

ul.pictogram li {
    float: left;
    /*font-size: 9px;*/
    font-size: 0.75em;
    width: 30px;
    height: 40px;
    line-height: 1;
    text-align: center;
}

div.legend {
	background:transparent url(/webfiles/wol/img/layout/hr.png) repeat-x scroll center center;
}
.legend {
	list-style-type: none;
	padding-left: 0;
}

div.legend a, div.legend a:link, div.legend a:visited {
	background: #E9E7DD url(/webfiles/wol/img/layout/arrow-right.png) no-repeat scroll right center;
	color: #000000;
	font-size: 12px;
	margin: 0 5px;
	padding: 0 16px 0 5px;
	text-decoration: underline;
}

#main div.boxarea.rows2 div.box2-1.pos1-1.highlight div.content form div.express-search div.half.right div.submit span.left.weak a {
	line-height: 24px;
}

.weak {
  /*font-size: 10px;*/
  font-size: 0.78em;
}

.searchsubmit {
	margin-right: 16px;
}

.express-search {
	padding-top: 12px;
}

ul.miniarchive {
	list-style-type: none;
	padding: 0;	
}
ul.miniarchive li {
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #C79100;
}
ul.miniarchive li a {
	text-decoration: none;
}
.anchornavi, ul.anchornavi {
    list-style-type: none;
    background-color: #f0f0f0;
    padding: 8px;
    border: 1px solid #ccc;
}

.anchornavi .list1, .anchornavi .list2 {
    list-style-type: none;
    padding: 0;
    float: left;
    width: 230px;
    margin-bottom: 0;
}

.anchornavi li {
	list-style-image: url(/webfiles/wol/img/layout/orange-bullet.png);
    list-style-position: inside;
}

.anchornavi li a:link, .anchornavi li a:visited {
	font-size: 12px;
    text-decoration: none;
    color: #333;
	vertical-align: text-top;
}

* html .anchornavi li a:link, * html .anchornavi li a:visited {
    padding-left: 5px;
}

.anchornavi li a:hover, .anchornavi li.active a {
    color: #Ef0000;
}

.price {
	color: #EF0000;
	font-size: 14px;
	font-weight: bold;
}

ul.pictogram {
	list-style-type: none;
	padding: 0;
}

ul.pictogram li {
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
}

div.quadrat {
	width: 16px;
	height: 16px;
}

a.top {
	padding-left: 12px;
	background: url(/webfiles/wol/img/layout/top.png) no-repeat 3px center;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

a.accentuated {
	padding-left: 22px;
	background: url(/webfiles/wol/img/layout/orange-bullet.png) no-repeat 3px center;
	/*font: 200;*/
	text-decoration: none;
}

ul.catalogs {
    padding: 0;
    list-style-type: none;
}

ul.catalogs li {
    padding-top: 4px;
    border-top: 1px solid #b7c3a8;
    position: relative;
    height: 85px;
}

ul.catalogs li p.alignright a.accentuated {
    position: absolute;
    bottom: 2px;
    right: 3px;
}

ul.catalogs li img {
    float: left;
    margin-right: 10px;
    margin-bottom: 4px;
}

p.catalogue-teaser {
	width: 360px;
	float: right;
}

.hr {
	background: url(/webfiles/wol/img/layout/hr.png) repeat-x center center;
}


ul.sideshop {
    list-style-type: none;
    padding-left: 0px;
}

ul.sideshop li {
    padding-bottom: 5px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
}

ul.sideshop li img {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

.hint {
    border: 3px solid #E9E7DD;
    padding: 10px 5px 10px 90px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #EDE6CE url(/webfiles/wol/img/layout/hinweis.png) no-repeat 10px 10px;
}

#detail-booking-form .hint {
	border: none;
	margin: 0px;
}

/* @end */

/* @group Kartensuche */

#side-content div.box.highlight div.content div.select label.alternative {
	width: auto;
	text-align: left;
	float: none;
	display: inline;
}



/* @end */

/* @group Klimatabellen */

table.climate {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #fdfdfd;
}

table.climate caption, table.climate .caption {
	background-color: #E9E7DD;
	border: 1px solid #CCC;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

table.climate th.label {
	text-align: left;
	padding-left: 5px;
}

table.climate tr.top th {
	background-color: #CCC;
	color: #FFF;
}

table.climate td {
	text-align: center;
}

/* @end */

/* @group Auflistung */


.searchresult-order {
	/*margin-top: 20px;
	margin-bottom: 20px;*/
}

.searchresult-order select {
	border: 1px inset #CCC;
	padding: 2px;	
}

.searchresult-order select.long {
	width: 130px;
}

.searchresult-order select.short {
	width: 90px;	
}
.searchresult-order .sorting_arrow img {
	margin-bottom: -2px;
}

ul.searchresult {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #999;	
}

ul.searchresult li {
	border-bottom: 1px solid #999;
	padding-bottom: 8px;
}

ul.searchresult li h3 a:link, ul.searchresult li h3 a:visited  {
	color: #002d41;
	text-decoration: none;
}

ul.searchresult li .image {
	float: left;
	width: 105px;
	padding-top: 2px;
}

ul.searchresult li .text {
	font-size: 1.3em;
	float: left;
	width: 280px;
}

#main ul.searchresult li .info {
	float: left;
	width: 100px;
	text-align: right;
}

#main ul.searchresult li .info ul{
	font-size: 1em;	
} 


#main .stars {
	display: block;
	margin-bottom: 0px;
	padding-left: 2px;
}

ul.searchresult .stars li {
	border: none;
	display: inline;
	padding: 0px;
}

.object a:link, .object a:visited {
	color: #002d41;
	text-decoration: underline;
}

.object a.textlink {
	font-size: 13px;
}

#ht-travelguide h4 {
	font-size: 1em;
}
/*
ul.searchresult .excerpt {
	font-size: 11px;
	line-height: 14px;
}
*/
#main ul.searchresult {	
	padding: 0;
}

#main ul.searchresult .meta {
	margin: 0;
	color: #002d41;
	font-size: 0.7em;
}

#main ul.searchresult .meta-hotels {
	margin-bottom: 5px;
	color: #002d41;
	font-size: 11px;
}

#main ul.searchresult .price a:link, .price a:visited {
	text-decoration: none;
	color: #EF0000;
	font-size: 14px;
}

#main .searchresult-counter {
	border: 3px solid #999;
	font-size: 0.85em;
	line-height: 1.2em;
	margin: 25px 0px;
	padding: 15px;
}

* html #main .searchresult-counter {	
	margin: 40px 0px;
	padding: 24px;
}

#main-content ul.info-links {
	font-size: 1.1em;
}

#side-content ul.info-links, ul.info-links {
  width: 120px;
  margin-left: auto;
  margin-right: 0;
}

#side-content ul.info-links li, ul.info-links li {
  border: 0;
  margin-bottom: 0;
  padding-bottom:0;
  list-style-type: none;
  list-style-image: none;
}

.map-link {
	cursor: pointer;
	text-decoration: none;
}

.agency-info {
	border-top: 1px solid #999;
	margin-top: 5px;
	padding-top: 5px;
}

#main ul.hotel-label {
	list-style-type: none;
	padding: 0;
}

#main ul.hotel-label li {
	background: #6699FF url(/webfiles/wol/img/layout/greenbutton.png) no-repeat scroll left center;
	color: white;
	float: left;
	font-weight: bold;
	margin: 3px;
	padding: 2px;
	text-align: center;
	list-style-type: none;
}

.searchresult ul.hotel-label li {
	font-size: 10px;
	padding: 2px;
}

ul.pictogram {
	clear: both;
	list-style-type: none;
	padding: 0;
}

ul.pictogram li {
	float: left;
	font-size: 9px;
	width: 30px;
	height: 40px;
	line-height: 1;
	text-align: center;
	border: 0;
}


/* @end */

/* @group Serp-Navi */

.serp-navi {
	position: relative;
	width: 100%;
	left: 360px;
	text-align: center;
	width: 140px
}

.serp-navi a:link, .serp-navi a:visited {
	text-decoration: none;
	color: #777;
	font-size: 11px;
}

.serpl-navi a:hover {
	color: #333;
}

.serp-navi a.previous {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	text-indent: -10000px;
	background: url(/webfiles/wol/img/icons/20_up.png) no-repeat left center;
}

.serp-navi .index {
	position: relative;
	left: 0px;
	top: 2px;
	width: 100%;
	text-align: center;
}

.serp-navi a.next {
	display: block;
	width: 20px;
	height: 20px;
	float: right;
	text-indent: -10000px;
	background: url(/webfiles/wol/img/icons/20_down.png) no-repeat left center;
}

/* @end */

/* @group Alert */

.alert {
	border: 2px solid #c8c8b4;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #e9e7dd;
}

#main-content .alert h3, #main-content .alert p {
	color: #002d41;
}

#main-content .minibox, .plainbox {
	background-color: #f0f0f0;
	padding: 8px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	position: relative;
}

#main-content .minibox .search {
	width: 80px;
	position: absolute;
	right: 8px;
	height: 22px;
	margin-bottom: 8px;
}
/* @end */

/* @group Miniauflistung */

table.miniresult td {
	border: 0;
	border-bottom: 1px solid #CCC;
}

table.miniresult td.image {
	border: 0;
	border-bottom: 1px solid #CCC;
	padding-top: 6px;
}

table.miniresult td.image img {
	margin-bottom: 4px;
}

table.miniresult td.description {
	padding-top: 6px;
}

table.miniresult h3 {
    /*font-size: 12px;*/
    font-size: 1.1em;
}

table.miniresult {
    /*font-size: 11px;*/
    font-size: 0.9em;
}

/* @end */




/* @group Galerie */

#image-gallery .stage {
	float: left;
	margin-right: 15px;
}

#main ul.thumbs {
	list-style-type: none;
	padding: 0px;
}

#main ul.thumbs li {
	float: left;
	margin-right: 6px;
	margin-bottom: 2px;
}

#image-gallery .thumbs li img {
	width: 100px;
	height: 66px;
}

#er_label ul {
	list-style-type: none;
	padding: 0;
}

#er_label ul li {
	color: #979D69;
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
}

/* @end */


/* @group Objektansicht */

/* @group Pictogram */

/* @group Obj-Actions */

#main ul.obj-actions {
	list-style-type: none;
	padding: 0;
	height: 12px;
	margin-top: 5px;
	margin-bottom: 44px;
}

#main ul.obj-actions li {
	float: left;
	background: #6699FF url(/webfiles/wol/img/layout/greenbutton.png) no-repeat left center;
	border: 1px outset #6699FF;
	margin-right: 2px;
	padding: 2px 0px;
	width: 70px;
	text-align: center;
	list-style-type: none;
}

#main ul.obj-actions li a:link, ul.obj-actions li a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: 800;
}

#main ul.obj-actions li a:hover {
	text-decoration: underline;
}

#main ul.obj-actions .book {
	background: #ef0000 url(/webfiles/wol/img/layout/orderbutton.png) no-repeat left center;
	border: 1px outset #ef0000;
	padding-left: 24px;
	width: 88px;
	text-align: left;
}

/* @end */

#main ul.pictogram {
	list-style-type: none;
	padding: 0;
}

#main ul.pictogram li {
	float: left;
	font-size: 9px;
	width: 30px;
	height: 40px;
	line-height: 1;
	text-align: center;
	list-style-type: none;
}

#main ul.pictogram.legende li {
	width: 105px;
	text-align: left;
	line-height: 15px;
	height: 15px;
	margin-bottom: 3px;
}

#main ul.pictogram.legende li img {
	float: left;
	margin-right: 3px;
}

#main .searchresult ul.pictogram li {
	width: 20px;
	height: 20px;
	overflow: hidden;
	margin-right: 2px;
	margin-bottom: 2px;
}

#main ul.pictogram li img {
	margin-bottom: 2px;
}



/* @end */

.object ul {
	list-style-position: outside;
	list-style-type: square;
	list-style-image: url(/webfiles/wol/img/layout/list-ring.png);
}

table#object-prices {
	margin-bottom: 40px;	
}

table#object-prices, table#object-prices td, table#object-prices th {
	border: 0px;
	border-bottom: 1px solid #CCC;
}

table#object-prices {
	border-top: 1px solid #CCC;
}

table#object-prices th {
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	text-align: left;
	width: 110px;
}

table#object-prices td {
	padding: 3px;
}

/* @end */

/* Buchungsformular */
#error_msgs p {
	font-size: 1.3em;
}

#touristOffice p {
	font-size: 1.0em;
}

/* @end */

/* @group Buchungsübersicht */

#hotel_booking_form p, #hotel_booking_form td {
	font-size: 1.0em;
}

ul#calendar-year {
	list-style-type: none;
	padding: 0;
}

ul#calendar-year li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#calendar-year table {
	background-color: #F0F0F0;
	width: 153px;
}

#calendar-year table td, #calendar-year table th {
	text-align: center;
	vertical-align: middle;
}

#calendar-year table th {
	background-color: #CCC;
	color: #FFF;
}

.frei {
	background-color: #b3ff99;
}

.belegt2 {
	background-color: #FFFF99;
}

.eigenbelegt {
	background-color: #99CCFF;
}

.gesperrt {
	background-color: #EF0000;
}

.verfall {
	background-color: #FFCC66;
}

/* @end */

#hotel_booking_confirmation p, #hotel_booking_confirmation td {
	font-size: 1.0em;
}

/* @group calendar */

#calendar {
	background-color: #EDE6CE;
	border: 1px solid #979D69;
    display: none;
    left: 105px;
    position: absolute;
    top: 40px;
	width: 170px;
	z-index: 99;
}

#calendar .close {
	float: right;
}

#calendar form {
	margin: 5px;
}

#calendar form .select select{
	width: 120px;
}

#calendar form .select {
	clear: none;
}

#calendar table {
    margin: 3px;
    width: 164px;
    background-color: #F0F0F0;
}

#calendar table td, table th {
	border: 1px solid #CCC;
	padding: 2px;
	vertical-align: top;
}

#calendar table th {
	background-color: #bbb;
    color: #FFF;
}

#calendar table .bookable_day {
	background-color: #FDFC80;
	cursor: pointer;
	text-decoration: underline;
}

/* @end */

/* @group Loader */
#search-please-wait, #check-avail-please-wait, #book-please-wait, #bws {
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 140px;
    padding-bottom: 0px;
    display: none;
    background-image: url( /webfiles/wol/img/layout/semi_transparent.gif);
    color: #001E50;
    text-align: center;
    vertical-align: top;
    z-index: 9999;
}

.loader {
    position: fixed;
    left: 50%;
    width: 400px;
    background-color: #e9e7dd;
    z-index: 1000;
    top: 300px;
    margin-left: -200px;
    text-align: center;
    padding: 20px;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    border: 4px solid #c8c8b4;
}

.loader h2 {
    font-size: 24px;
	margin-bottom: 10px;
}

* html .loader h2 {
	margin-bottom: 20px;
}

.loader p {
    font-size: 14px;
}

.loader b.clean {
	font-size: 24px;
	color: #008800;
}

/* @end */


.error-hint {
    padding: 10px 5px 10px 40px;
    background: #EDE6CE url( /webfiles/wol/img/layout/16_important_red.png) no-repeat 10px 10px;
	font-weight: bold;
	color: #FF0000;
}

/* @group AGB */

ol#terms li {
	margin-top: 20px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
}

ol#terms li li {
	margin-top: 8px;
	border-bottom: 0;
	padding-bottom: 0px;
}

/* @end */

.catalog .formsheet .checkbox input {
    margin-left: 0px;
}


.error {
	color: #FF0000;
}

/* @group Menu */

.menu { position:relative;z-index:300;}
.menu ul li a, .menu ul li a:visited {display:block;margin-top:6px;padding:2px 10px 0 10px; text-decoration:none; color:#001E50;font-weight:normal;text-align:left; line-height:20px;}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

.menu ul li:hover a {color:#ef0000; background:transparent;}
.menu ul li:hover ul {display:block; position:absolute; left:0;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#ccc; color:#001E50;width:150px;padding:2px 10px 2px 10px;margin:0;}
.menu ul li:hover ul li a:hover {background:#ccc; color:#ef0000;}


* html .menu ul li a:hover {
    color: #001E50;
}

* html .menu ul li a:hover ul li {
    display: block;
    position: absolute;
    left: 0;
}

* html .menu ul li ul li a:hover.hide {
    color: #001E50;
}

* html .menu ul li ul li a:hover {
    display: block;
    color: #001E50;
    width: 150px;
    padding: 4px 10px 5px 10px;
    margin: 0;
}

.menu2 { position:relative;z-index:299;}
.menu2 ul li a {padding: 9px 8px 10px 9px; text-decoration:none; color:#001E50;font-size:13px;font-weight: bold;}
.menu2 ul li a:visited {color:#001E50;}
.menu2 ul {padding:0; margin:0; list-style: none;}
.menu2 ul li {float:left; position:relative;}
.menu2 ul li a:hover {color:#001E50; background:#E4CD51;}

.menu2 ul li ul {display:block; position:absolute; left:0;top:35px;}
.menu2 ul li ul li a {display:block;background:#ddd9ca; color:#001E50;width:150px;padding: 0px 8px 0px 9px;margin:0;border:0;border-bottom: 1px solid #AFB579;}
.menu2 ul li ul li a:hover {background:#ddd9ca; color:#001E50;}

* html .menu2 ul li ul {display:block; position:absolute; left:0;top:35px;}
* html .menu2 ul li ul li a {background:#ddd9ca repeat-x center top; color:#001E50;width:150px;padding: 0px 8px 0px 9px;margin:0;border:0;border-bottom: 1px solid #AFB579;}
* html .menu2 ul li ul li a:link {background:#ddd9ca repeat-x center top; color:#001E50;width:150px;padding: 0px 8px 0px 9px;margin:0;border:0;border-bottom: 1px solid #AFB579;}
* html .menu2 ul li ul li a:visited {background:#ddd9ca repeat-x center top; color:#001E50;width:150px;padding: 0px 8px 0px 9px;margin:0;border:0;border-bottom: 1px solid #AFB579;}
* html .menu2 ul li ul li a:active {background:#ddd9ca repeat-x center top; color:#001E50;width:150px;padding: 0px 8px 0px 9px;margin:0;border:0;border-bottom: 1px solid #AFB579;}
* html .menu2 ul li ul li a:hover {background:#ddd9ca repeat-x center top; color:#001E50;width:150px;padding: 0px 8px 0px 9px;margin:0;border:0;border-bottom: 1px solid #AFB579;}

/* @end */

#calframe {
    display: none;
    left: 314px;
    position: absolute;
    top: 576px;
}

#calframe_detail {
    display: none;
    left: 292px;
    position: absolute;
    top: 20px;
    z-index: 100;
}

.map_image {
	text-align:center;
	margin:16px;	
}

.exclamation-mark {
    display: block;
    margin-bottom: 12px;
    padding-left: 25px;
    background: url(/webfiles/wol/img/layout/16_important_red.png) no-repeat;
}
