html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	background:#fff url(/artwork/bgr-body.png) 0 0 repeat-x;
	color:#333;
	font:normal normal 11px/1.27 Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	width:986px;
	margin:0 auto;
	background:transparent url(/artwork/bgr-wrapper.png) 0 0 repeat-y;
	padding:5px 0 18px;
	position:relative;
}

#innerwrapper {
	padding-bottom:9px;
}

#header {
	margin:0 0 12px 10px;
	background-color:transparent;
	background-position: 0 0;
	background-repeat:no-repeat;
	padding-top:230px;
	width:962px;
	z-index:1;
}

#printheader {
	display:none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	line-height:1.2;
	margin:0 0 0.5em;
}

h1 {
	font-size:18px;
	font-weight:normal;
}

h2 {
	font-size:18px;
	font-weight:normal;
	color:#c00;
}

h3 {
	font-size:1.2 em;
}

p {
	margin:0 0 1em;
}

strong, b {
	font-weight:bold;
}

em, i {
	font-style:italic;
}

.important {
	color:#f00;
}

label.error {
	color:#f00;
	display:block;
}

a, a:hover, a:active, a:visited {
	color:#06c;
	text-decoration:none;
	outline:none;
}

a:hover, a:active {
	text-decoration:underline;
}

.printonly {
	display:none;
}

/*
 * Navigation
 */
ul#mainnav {
	width:960px;
	background:#800;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

ul#mainnav li {
	float:left;
	display:inline;
	border-right:1px solid #300;
	position:relative;
	z-index:100;
}

ul#mainnav li a {
	display:block;
	color:#fff;
	font-size:14px;
	line-height:1.7;
	text-decoration:none;
	padding:6px 7px;
}

ul#mainnav li#logo a {
	padding-bottom:2px;
}

ul#mainnav li a:hover, ul#mainnav li:focus {
	text-decoration:underline;
}

ul#mainnav li#logo a:hover, ul#mainnav li#logo a:focus {
	text-decoration:none;
}

ul#mainnav li ul {
	border-right:1px solid #300;
	position:absolute;
	top:36px;
	left:-9999px;
	background:transparent url(/artwork/bgr-subnav.png) top left;
	z-index:1000;
}

ul#mainnav li:hover ul {
	left:-1px;
	zoom:1;
}

ul#mainnav li li {
	float:none;
	display:block;
	border-bottom:1px solid #300;
	border-left:1px solid #300;
	border-right:none;
	width:14em;
}

ul#mainnav li li a{
	color:#333;
	line-height:1.3em;
	padding:6px 7px;
	font-size:13px;
}

ul#mainnav li li a:hover{
	color:#fff;
	background-color:#800;
}

/*
 * Content
 */
#content {
	display:inline;
	float:left;
	width:702px;
	z-index:50;
	position:relative;
}

#content.fullwidth {
	display:block;
	float:none;
	margin-left:10px;
	width:960px;
}

.contentcolumn {
	float:left;
	display:inline;
	width:474px;
}

div.column1 {
	margin-right:12px;
}

div.column2 {
}

.mainteaser {
	border:1px solid #ccc;
	padding:15px 474px 3px 25px;
	overflow:hidden;
	margin:0 0 12px;
	background: #fff url(/artwork/fond-header-230.png) repeat-x 0 100%;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	position:relative;
}

.mainteaser h2 {
	font-size:18px;
	font-weight:bold;
	color:#900;
	margin:0 0 4px;
}

.mainteaser h3 {
	font-size:18px;
	font-weight:normal;
	color:#900;
	margin:0 0 8px;
}

.mainteaser .illustration {
	position:absolute;
	bottom:0;
	right:15px;
}

.highlightbox {
	border:1px solid #ccc;
	padding:15px 10px 15px 10px;
	overflow:hidden;
	margin:0 0 12px;
	background: #fff url(/artwork/fond-header-150.png) repeat-x 0 100%;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	position:relative;
}

.highlightbox h2 {
	font-size:18px;
	font-weight:normal;
	color:#900;
	margin:0 0 12px;
}

.contentcolumn .highlightbox {
	background:#f7f4eb url(/artwork/exclamationmark.png) 25px 8px no-repeat;
	padding:8px 15px 8px 25px;
	border:none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-webkit-box-shadow:2px 2px 4px #ccc;
	-moz-box-shadow:#ccc 2px 2px 4px;
}

.contentcolumn .highlightbox h2 {
	padding-left:33px;
	color:#900;
	margin-bottom:8px;
}

.contentcolumn .highlightbox h3 {
	padding-left:33px;
	color:#000;
	font-size:11px;
	margin-bottom:8px;
}

.contentcolumn .highlightbox cite {
	font-style:italic;
	font-size:12px;
}

.contentcolumn .highlightbox p {
	color:#666;
}

.eyecatcher {
	border:1px solid #ccc;
	background:#fff url(/artwork/fond-header-45.png) repeat-x 0 5px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.eyecatcher h2 {
	color:#f60;
	margin:0 0 16px;
	padding:8px 12px 0;
	background:transparent;
}

.eyecatcher p {
	margin:0 12px 1em;
}

.eyecatcher p img {
	float:left;
	display:block;
	margin:0 8px 0 0;
	position:relative;
	top:-8px;
}

a.textlink {
	display:block;
	padding:3px 0 3px 10px;
	background:transparent url(/artwork/linkbutton.gif) 0 7px no-repeat;
}

#content a.textlink {
	display:inline;
}

p.intro {
	margin:12px 0 18px;
}

p.error {
	clear:both;
	font-weight:bold;
	color:#f00;
}
	
	p.error a {
		color:#f00;
		text-decoration:underline;
	}

#content h1 {
	background:transparent;
	line-height:45px;
	color:#900;
}

select, input, textarea {
	font:11px Verdana,Arial,Helvetica,sans-serif;
}

pre.debugoutput {
	font-family: "Courier New";
}

#weblinkbox {
	padding:8px 0;
}

#weblinkform {
	background:#f7f4eb;
	margin:0;
	padding:4px;
	float:left;
}

#weblinkform label,
#weblinkform input,
#weblinkform button {
	display:inline;
}

#weblinkform label {
	font-size:12px;
	color:#666;
}

#weblinkform input {
	width:50px;
}

#weblinkform button {
	background:transparent url(/artwork/linkbutton-rot.gif) 2px 11px no-repeat;
	color:#990000;
	font-size:12px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	padding-left:8px;
	font-weight:bold;
}

#weblinkform button:hover span{
	text-decoration:underline;
}

/*
 * Destination-Specials
*/

.ds-intro {
	width:702px;
	border-bottom:10px solid #f6f1e3;
	margin:0 0 20px;
}

.ds-intro h2 {
	color:#900;
	margin-bottom:20px;
}

.ds-intro p {
	clear:left;
	float:left;
	display:inline;
	margin:0 0 20px;
	width:400px;
}

.specialbox {
	background:#f6f1e3 url(/artwork/exclamationmark.png) 253px 15px no-repeat;
	width:280px;
	margin:0 0 15px;
	float:right;
	display:inline;
	padding:15px 0;
}

.specialbox p {
	margin:0 40px 10px 15px;
	font-style:italic;
	color:#900;
	font-size:14px;
	width:auto;
	float:none;
	display:block;
	clear:none;
}

.specialbox p.morelink {
	margin:0 40px 0 15px;
	font-style:normal;
}

.offertext {
	font-size:13px;
	font-weight:bold;
	line-height:21px;
}

.offertext .price {
	font-size:22px;
	line-height:44px;
}

.ds-headerlogo {
	clear:right;
	float:right;
	display:inline;
	margin:0 0 15px;
}

.facebooklink a {
	height:27px;
	display:block;
	line-height:27px;
	font-style:italic;
	font-size:14px;
	color:#999;
	padding-left:32px;
	background:transparent url(/artwork/icon-facebook.png) 0 0 no-repeat;
}

#switchbox  {
	margin:0 0 20px;
	border-bottom:10px solid #f6f1e3;
	padding:0 8px 30px;
	color:#999;
}

#switchbox h3,
#switchbox h4 {
	color:#900;
}

#switchbox h3 {
	font-size:24px;
	margin-bottom:0;
}

#switchbox h4 {
	font-size:14px;
	font-weight:normal;
	margin-bottom:12px;
}

#switchbox .switchcontent {
	background:transparent url(/artwork/fond-shaded.png) 0 0;
	padding:8px;
	margin:0 0 24px;
	float:left;
}

#switchbox .switchcontent p {
	font-size:12px;
	clear:left;
	float:left;
	display:inline;
}

#switchbox .switchcontent img {
	float:left;
	display:inline;
	margin-right:8px;
}

#sblinklist {
	width:270px;
}

#sblinklist li {
	padding:8px 0 8px;
	cursor:pointer;
}

#sblinklist .chosen {
	background:#eee;
}

#switchbox.active {
	position:relative;
	height:550px;
	overflow:hidden;
	padding-bottom:0;
}

#switchbox.active .switchcontent {
	width:414px;
	position:absolute;
	right:-9999px;
	top:0;
	border-left:2px solid #900;
	padding:0;
	height:522px;
}

#switchbox.active div.chosen {
	right:8px;
}

#switchbox.active .switchcontent h3 {
	margin-top:12px;
	margin-left:30px;
}

#switchbox.active .switchcontent h4 {
	margin-left:30px;
}

#switchbox.active .switchcontent img {
	display:block;
	float:none;
	margin:24px 0 12px 31px;
}

#switchbox.active .switchcontent p {
	text-align:left;
	margin:0 12px 0 30px;
	float:none;
	display:block;
	color:#333;
}

#switchbox.active .switchcontent li {
	display:none;
}

#switchbox.active .switchcontent li.chosen {
	display:block;
}

#switchbox.active .infoboxlogo {
	position:absolute;
	left:8px;
	bottom:24px;
}

#switchbox.active #sblinklist li {
	padding:1px 0 0 12px;
	height:57px;
	margin-bottom:8px;
	background:#f6f1e3;
	color:#900;
	position:relative;
}

#switchbox.active #sblinklist li.chosen {
	background:#fff;
	cursor:inherit;
}

#switchbox.active #sblinklist li.chosen:after {
	content:' ';
	height:0;
	width:0;
	position:absolute;
	border-top:36px solid transparent;
	border-bottom:36px solid transparent;
	border-left:16px solid #900;
	left:100%;
	top:-3px;
}

#switchbox.active #sblinklist li.chosen:nth-child(n+2):after {
	border-top:40px solid transparent;
	border-bottom:40px solid transparent;
	border-left:16px solid #900;
	top:-11px;
}

.control {
	margin:0 120px 12px 140px;
	height:30px;
	text-align:center;
	line-height:30px;
	font-size:14px;
}

.ctrlprev,
.ctrlnext {
	float:left;
	display:inline;
	height:30px;
	width:30px;
	border-radius:5px;
	background-color:#818181;
	background: -moz-linear-gradient(top, #c5c5c5, #818181);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c5c5c5), color-stop(1, #818181));
	text-indent:-9999px;
	cursor:pointer;
	position:relative;
}

.ctrlnext {
	float:right;
	background: -moz-linear-gradient(top, #818181, #c5c5c5);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #818181), color-stop(1, #c5c5c5));
}

.ctrlprev:after,
.ctrlnext:after {
	content:' ';
	height:0;
	width:0;
	position:absolute;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	border-right:12px solid #fff;
	left:8px;
	top:5px;
}

.ctrlnext:after {
	border-right:none;
	border-left:12px solid #fff;
	left:10px;
}

.sbhead {
	display:block;
	margin:6px 0 2px;
	font-size:19px;
}

.sbsubhead {
	display:block;
	font-size:12px;
}



.maxilink a {
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	color:#900;
	padding-left:8px;
	background:transparent url(/artwork/linkbutton-rot.gif) 0 4px no-repeat;
}

.mapbox,
.videobox,
.textbox {
	margin:0 0 20px;
	border-bottom:10px solid #f6f1e3;
	padding:0 8px 20px;
}

.mapbox,
.videobox {
	text-align:center;
}

.mapbox h3,
.videobox h3,
.textbox h3 {
	color:#999;
	text-align:left;
}

.mapbox h4,
.videobox h4,
.textbox h4 {
	color:#900;
	font-weight:normal;
	font-size:18px;
	text-align:left;
}

ul.infolist {
	margin-top:12px;
	float:left;
	display:inline;
}

.infolist li {
	float:left;
	clear:left;
	width:100%;
}

.infolist img {
	float:left;
	display:inline;
	margin:4px 40px 18px 0;
}

.infolist h4 {
	color:#900;
	font-size:18px;
	font-weight:normal;
}

.infolist h5 {
	margin-bottom:18px;
}

/*
 * Buttons
*/

p.button {
	float:left;
	display:block;
	margin:18px 8px 12px 0;
	cursor:pointer;
	height:28px;
	line-height:24px;
	white-space:nowrap;
	background:transparent;
	padding:0;
	border:none;
	overflow:visible;
}

button, p.button a {
	height:28px;
	line-height:24px;
	display:block;
	margin:0;
	background:transparent url(/artwork/button.png) left top repeat-x;
	padding:0 8px;
	color:#fff;
	font-size:13px;
	border:none;
	cursor:pointer;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

button:hover, p.button a:hover {
	text-decoration:none;
	background:transparent url(/artwork/button.png) left bottom repeat-x;
}

p.bookingbutton {
	float:right;
	margin:0 8px;
	clear:left;
}

p.morelink,
p#backlink {
	margin:0 0 1em;
}

p.morelink a,
p#backlink a {
	line-height:18px;
	padding:3px 0 3px 8px;
	background:transparent url(/artwork/linkbutton.gif) 0 6px no-repeat;
}

.box {
	border-top:1px dotted #c4c5a6;
	border-bottom:1px dotted #c4c5a6;
	margin:-1px 0 0;
	padding:15px 15px 8px 0;
}

.column1 .box {
	padding-left:25px;
}

.highlightedbox {
	background-color:#ebefe1;
	border-top:1px dotted #c4c5a6;
	border-bottom:1px dotted #c4c5a6;
	margin:-1px 0 0;
	padding:0.5em;
}

.box h2 {
	color:#c00;
	margin-bottom:20px;
}

.highlightedbox h2 {
	color:#829d47;
}

.box .morelink, .highlightedbox .morelink {
	margin-bottom:7px;
}

.box .morelink + .morelink, .highlightedbox .morelink + .morelink {
	margin-top:-5px;
}

.box img, .highlightedbox img {
	float:left;
	margin:2px 20px 2px 0;
}

.box img.right, .highlightedbox img.right {
	float:right;
	margin:2px 0 2px 20px;
}

.box img.socialbutton,
.highlightedbox img.socialbutton {
	margin-right:0;
}

.box .boxprice,
.boxprice {
	font-size:18px;
	font-weight:bold;
}

img.imageleft {
	float:left;
	display:inline;
	margin:3px 8px 3px 0;
	border:0;
}

img.imageright {
	float:right;
	display:inline;
	margin:3px 0 3px 8px;
	border:0;
}

/**
 * Rebrush Tours 2011
 */

#tourcontent {
	overflow:hidden;
	position:relative;
}

#tourcontent h2 {
	clear:both;
	color:#900;
	font-size:18px;
	font-weight:normal;
	padding:6px;
	border-top:1px dotted #666;
	border-bottom:1px dotted #666;
}

#tourcontent .weblink {
	float:right;
	font-size:11px;
	font-weight:bold;
	line-height:24px;
	color:#999;
}

/* Gallery */
#gallery {
	float:left;
	display:inline;
	margin-bottom:12px;
	background-color:#fff;
	width:450px;
	height:405px;
	overflow:hidden;
}

.gallery_unstyled,
.gallery_unstyled li:nth-child(n+2) {
	display:none;
}

ul.gallery {
	display:block;
	width:450px;
	margin:0;
}

.galleria li{display:inline;overflow:hidden;float:left;margin:0 10px 10px 0}
#gallery .gallery li{width:80px;height:56px;margin: 0 10px 10px 0;background:#000;display:inline;}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */
.caption{color:#333;}
#gallerypic{margin:0 0 38px;height:301px;width:440px;background:#000;}
#gallerypic img{margin-bottom:12px;}
#gallerypic span {display:none;}


.shortinfo {
	float:right;
	width:222px;
	text-align:left;
}

.shortinfo .teaser {
	padding-top:24px;
	background:#fff;
	font-weight:bold;
	text-align:left;
	color:#333;
	font-size:12px;
}

.shortinfo .teaser .pricefrom {
	display:inline-block;
	padding-top:16px;
	font-size:22px;
}

.shortinfo .teaser .pricefrom span {
	font-size:16px;
}

.shortinfo .infotext {
	text-align:left;
	padding-right:1em;
}

.shortinfo .tourtypelogo {
	float:left;
	display:inline;
	padding-top:7px;
}

.shortinfo .maplink {
	float:right;
}

.shortinfo .maplink a {
	background:transparent url(/artwork/map.png) 0 0 no-repeat;
	font-size:1px;
	display:block;
	text-indent:-9999px;
	width:62px;
	height:34px;
}

.shortinfo .maplink a img {
	display:none;
}

#tourcontent .shortinfo .maplink {
	float:none;
	position:absolute;
	right:0;
	top:375px;
}

#tourcontent .shortinfo .maplink a:hover img {
	display:block;
	position:absolute; /* related to #tourcontent */
	right:102px;
	bottom:0;
	z-index:200;
}

.shortinfo a.pdfdownload {
	display:block;
	text-align:left;
	padding:0.5em 0 0.25em 24px;
	line-height:20px;
	background:transparent url(/artwork/pdf-logo.jpg) 0 50% no-repeat;
	border-top:1px dotted #638597;
	border-bottom:1px dotted #638597;
	margin-right:8px;
}

ul.stationslist {
	clear:left;
}

ul.stationslist li {
	display:inline;
	padding-right:1em;
}

#shortlistcontainer h2 {
	margin:0 0 20px 25px;
	color:#c00;
}

#shortlistcontainer p.morelink {
	margin:15px 0 0;
}

ul.shortlist {
	padding:0;
	background:#fff url(/artwork/bgr-liste.gif) bottom left repeat-x;
}

ul.shortlist li {
	border-bottom:1px dotted #638597;
	padding:3px 0 3px 10px;
	margin:0 15px 0 0;
	background:transparent url(/artwork/linkbutton.gif) 0 7px no-repeat;
}

ul.shortlist li p, ul.shortlist h3 {
	margin:0;
}

ul.shortlist li .price {
	color:#f00;
}

ul.factsheet {
	text-align:left;
	padding:0 0 4.5em;
	background:#fff url(/artwork/bgr-factsheet.png) bottom left no-repeat;
	width:185px;
}

#hitlist ul.factsheet {
	float:right;
	display:inline;
}

ul.factsheet li, #hitlist ul.factsheet li {
	float:none;
	display:block;
	border-bottom:1px dotted #638597;
	margin:0 1.5em;
	padding:0.3em 0.5em;
}

ul.factsheet li.dummy, #hitlist ul.factsheet li.dummy {
	background:#fff url(/artwork/bgr-factsheet.png) top left no-repeat;
	padding-top:0.75em;
	margin:0;
	border:none;
}

#detailinfo {
	position:relative;
}

#detailinfo h3,
#detailinfo h4,
#detailinfo p,
#detailinfo ul,
#detailinfo div.mapframe {
	width:442px;
	margin-left:8px;
}

#detailinfo.contact h3,
#detailinfo.contact p,
#detailinfo.contact ul,
#detailinfo.prices h3,
#detailinfo.prices p,
#detailinfo.prices ul {
	width:auto;
}

#detailinfo h3 {
	height:25px;
	line-height:25px;
	padding-left:8px;
	background-color:#f4f0e2;
	color:#900;
	font-size:14px;
	font-weight:bold;
	margin:24px 0 12px;
}

#detailinfo #inclusion {
	position:absolute;
	width:235px;
	background-color:#f2f2f2;
	right:0;
	top:0;
	padding-top:12px;
}

#detailinfo #inclusion ul {
	width:auto;
	margin:0 12px 12px;
	color:#333;
	line-height:16px;
	font-size:11px;
}

#detailinfo #inclusion li {
	list-style-image:url(/artwork/bulletpoint.gif);
}

#detailinfo #inclusion h3 {
	margin:0 12px 12px;
	font-size:18px;
	font-weight:normal;
	color:#900;
	padding:0;
	line-height:18px;
	height:auto;
	background:transparent;
}

#detailinfo.prices h3 {
	font-size:12px;
}

#detailinfo ul.navlinks li {
	list-style:none;
	padding:0;
	margin-left:0;
}

#detailinfo ul.navlinks a {
	color:#900;
	font-weight:bold;
	font-size:12px;
	display:inline-block;
	padding-left:12px;
	background:transparent url(/artwork/linkbutton-rot.gif) 0 3px no-repeat;
}

#detailinfo ul.floated {
	border-top:1px solid #900;
	padding-top:12px;
}

#detailinfo ul.floated li {
	float:left;
	display:inline;
	margin-right:12px;
}

#detailinfo .toplink {
	text-align:right;
	margin-top:24px;
}

#detailinfo .toplink a {
	color:#900;
	font-weight:bold;
	font-size:12px;
	display:inline-block;
	padding-right:30px;
	height:13px;
	background:transparent url(/artwork/toplink.png) top right no-repeat;
}

#detailinfo .pricehead {
	margin:18px 8px 24px;
	font-weight:bold;
	font-size:12px;
}

#detailinfo .mapframe {
	margin:0 0 15px;
}

#detailinfo ul  {
	margin:24px 0 30px 8px;
}

#detailinfo ul li {
	list-style:outside square;
	padding-left:0;
	margin:0 0 8px 13px;
}

#tourid {
	display:none;
}

ul#tourlist {
}

#detailinfo table {
	border:none;
	margin:0 0 24px 8px;
}

#detailinfo td,
#detailinfo th {
	border:none;
	padding:5px 0;
	text-align:left;
}

#detailinfo th {
	background:transparent;
	font-size:12px;
	color:#666;
}

#detailinfo h4.ptype4,
#detailinfo h5.ptype3,
#detailinfo h4.supplements {
	background-color:#dedede;
	padding:0 8px;
	height:25px;
	line-height:25px;
	font-size:12px;
	font-weight:bold;
	color:#900;
	margin-left:0;
	width:auto;
}

#detailinfo h5.ptype3,
#detailinfo h6.ptype4,
#detailinfo h5.supplements {
	background-color:#f1f1f1;
	padding:0 8px;
	height:25px;
	line-height:25px;
	font-size:12px;
	font-weight:bold;
	color:#333;
}

.supplementsdummy {
	height:4px;
	border-top:1px dotted #333;
	margin-top:12px;
}

#detailinfo td.price,
#detailinfo .tourprices th:nth-child(n+2) {
	text-align:right;
}

.tourprices td {
	width:100px;
	font-size:12px;
	color:#666;
}

.tourprices th.date {
	width:195px;
	color:#333;
}

#detailinfo .seasons td.price {
	width:300px;
	text-align:left;
}

#detailinfo .dates td.price {
	width:auto;
	text-align:right;
	padding-left:24px;
}

.dates th.date {
	width:100px;
}

.addthis_toolbox {
	float:right;
	margin:24px 250px 0 0;
}

#detailinfo .priceinfo {
	font-size:12px;
	font-weight:bold;
}



/* erst nach dem Laden einblenden */
#boxoffers {
	display:none;
	background:#f4f0e2 url(/artwork/exclamationmark.png) 25px 8px no-repeat;
	padding:8px 8px 8px 25px;
	-webkit-box-shadow:2px 2px 3px #ccc;
	-moz-box-shadow:#ccc 2px 2px 3px;
	margin-bottom:1em;
	color:#666;
}

#boxoffers h2 {
	padding-left:33px;
	margin-bottom:8px;
	color:#900;
}

#boxoffers p.morelink,
.contentcolumn .highlightbox p.morelink,
.specialbox p.morelink {
	margin-top:0;
	background:transparent;
	padding:3px 0;
}

#boxoffers p.morelink a,
.contentcolumn .highlightbox p.morelink a,
.specialbox p.morelink a {
	color:#900;
	font-size:12px;
	font-weight:bold;
	padding-left:8px;
	background:transparent url(/artwork/linkbutton-rot.gif) 0 6px no-repeat;
}

#boxoffers p.bubble {
	padding-left:33px;
	font-weight:bold;
	color:#000;
}

#boxoffers #boxofferpager {
	float:right;
	height:17px;
}

#boxofferpager span {
	float:left;
	display:inline;
	height:17px;
	line-height:17px;
	padding-right:1em;
	font-weight:bold;
}

#boxofferpager span.forwardlink, #boxofferpager span.backlink {
	background:transparent url(/artwork/button-forward.png) 50% 50% no-repeat;
	text-indent:-9999px;
	cursor:pointer;
	width:26px;
	padding-right:0;
}

#boxofferpager span.backlink {
	background-image:url(/artwork/button-back.png);
}

/* Rest aus altem CSS */
#hotelbilder {
	padding:8px 0 0;
	margin-bottom:-8px;
}

#hotelbilder img {
	float:left;
	margin:0 8px 8px 0;
}

iframe#holidayautos {
	margin:0;
	padding:0;
	background-color:#fff;
}

/* 
 * Statische Seiten
*/

ul.list  {
	margin:0 0 15px;
}

ul.list li {
	list-style:outside disc;
	padding-left:0.25em;
	margin-left:2.5em;
}

ul.anchors {
	margin-bottom:18px;
}

ul.anchors li {
	margin-bottom:10px;
}

ul.anchors a {
	color:#666;
	padding:3px 0 3px 8px;
	background:transparent url(/artwork/linkbutton.gif) 0 7px no-repeat;
}

.textContainer h3 {
	font-size:15px;
}

.textContainer .image {
	float:left;
	margin:0 1em 1.5em 0;
	clear:left;
}

.versicherungen h3, .routenvorschlaege h3, .ablauf h3 {
	font-size:15px;
	margin:1.5em 0 0.5em;
}

.versicherungen h4 {
	margin:0.5em 0 0.3em;
}

.versicherungen p {
	margin-bottom:0.5em;
}

.routenvorschlaege p img {
	float:left;
	margin:0 1em 0.5em 0;
}

ul.linklist {
	margin:0 0 15px;
	border-top:1px dotted #638597;
}

.box ul.linklist {
	margin-top:-16px;
	border:none;
}

ul.linklist li {
	border-bottom:1px dotted #638597;
	margin:0;
}

ul.linklist li a {
	display:block;
	font-weight:bold;
	padding:0.5em 0 0.5em 8px;
	background:transparent url(/artwork/linkbutton.gif) 0 55% no-repeat;
}

ul.fahrzeugbeschreibung li {
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px dotted #638597;
}

ul#ortsliste li {
	margin-bottom:4px;
}

ul.imagelist li {
	float:left;
	margin:0 8px 8px 0;
	display:inline;
}

/*
 * Hotelbeschreibung
*/

p.teasertext {
	clear:left;
}

#anreisebox label, #abreisebox label {
	font-weight:bold;
}

#anreisebox img, #abreisebox img {
	position:relative;
	left:5px;
	top:3px;
}

#anreisebox {
	float:left;
	width:230px;
}

#detailbeschreibung  {
	border-bottom:1px dotted #638597;
	padding-bottom:8px;
}

/*
 * Flüge
 */

#content p.logo {
	margin:1em 0;
	text-align:center;
}

table {
	border:1px solid #d9d3c5;
	padding:0;
	margin:0 0 1em;
	border-collapse:collapse;
}

th, td {
	padding:2px 4px;
	border:1px solid #d9d3c5;
}

th {
	font-weight:bold;
	text-align:center;
}

td.destination, th.destination {
	text-align:left;
}

td.price {
	text-align:center;
	vertical-align:middle;
}

tr.highlighted td {
	font-weight:bold;
}

ul.static {
	margin:0 0 15px;
}

ul.static li {
	list-style:outside circle;
	padding-left:0.25em;
	margin-left:1em;
}

/*
 * Touren und Camper
 */

#listheader {
	border-top:1px dotted #638597;
	border-bottom:1px dotted #638597;
	padding:0 280px 5px 12px;
	margin:0;
	position:relative;
}

#listheader img.listillustration {
	position:absolute;
	right:12px;
	top:5px;
}

#listheader h2 {
	font-weight:normal;
	font-size:18px;
	color:#900;
	margin:12px 0 18px;
}

#listheader p {
	margin-bottom:24px;
	line-height:16px;
}

.pager {
	padding:4px 0;
	border-bottom:1px dotted #638597;
	margin-bottom:0;
}

ul#hitlist {
	margin-top:0;
	padding:8px 0 0;
}

ul#hitlist li {
	border-bottom:1px dotted #638597;
	padding:8px 0 0;
}

#hitlist h3 a {
	font-size:18px;
	font-weight:normal;
	color:#900;
}

#hitlist .shortinfo {
	width:208px;
	text-align:right;
	margin-right:8px;
	padding-top:3px;
	float:left;
	display:inline;
}

#hitlist .shortinfo .maplink {
	border:none;
	padding:0 0 4px;
	text-align:right;
}

#hitlist .shortinfo .maplink a {
	display:block;
	background:transparent url(/artwork/map.png) 100% 0 no-repeat;
	padding:21px 55px 0 0;
}

#hitlist .shortinfo .maplink a:hover img {
	left:0;
	top:-155px;
}

#hitlist .detailinfo {
	float:left;
	display:inline;
	width:486px;
	margin-left:0;
}

#hitlist li li {
	float:left;
	display:inline;
	border-bottom-width:0;
	margin:5px 0 0;
}

#hitlist li li.vermieterinfo {
	width:170px;
}

#hitlist li li.vermieterinfo p {
	margin:10px 5px 10px 0;
}

#hitlist li li.vermieterinfo .infobutton {
	float:right;
	display:inline;
	position:relative;
	top:4px;
}

#hitlist li li.leistungsbeschreibung {
	border-left:1px dotted #ededed;
	border-right:1px dotted #ededed;
	width:370px;
	margin-right:10px;
}

#hitlist li li.leistungsbeschreibung p {
	margin:0 5px 10px 10px;
}

#hitlist li li.preisinfo {
	float:left;
	display:inline;
	width:150px;
}

#hitlist li li.preisinfo p {
	margin:8px 0;
}

#hitlist .button {
	float:left;
	display:inline;
}

#hitlist.hotels .button {
	margin-top:-1em;
}

#hitlist.hotels table .button {
	margin:8px 8px 0 0;
	float:none;
	display:block;
}

#hitlist.hotels table.roomprice {
	width:80%;
	clear:both;
}

#hitlist.hotels .description img {
	float:left;
	display:inline;
	margin:3px 8px 3px 0;
}

#hitlist .toptip {
	margin:0 5px 0 10px;
	clear:both;
}

#hitlist .camperfoto {
	float:left;
	display:inline;
	width:190px;
}

#hitlist .camperinfo {
	padding-left:190px;
	width:170px;
}

#hitlist .preisprotag {
	color:#cc0000;
}

#hitlist .preisprotag strong {
	font-size:18px;
	font-weight:normal;
}

h2.tarifname {
	font-size:1em;
	color:#333;
	margin-bottom:2em;
}

h2.tarifname strong {
	font-size:1.65em;
	font-weight:normal;
	color:#c30;
}

p.conditions {
	border-bottom:1px dotted #638597;
	margin-top:2em;
	padding:0 0 5px;
}

h3.vermietstation {
	background:transparent url(/artwork/expand-arrow.gif) 0 -18px no-repeat;
	cursor:pointer;
	color:#06c;
	padding-left:12px;
}

h3.vermietstation.collapsed {
	background:transparent url(/artwork/expand-arrow.gif) 0 5px no-repeat;
}

table.fahrzeugtyp {
	width:90%;
	margin-bottom:1em;
	margin-left:1em;
	border:none;
}

table.fahrzeugtyp td {
	border:none;
	background:#ebebe1;
}

table.fahrzeugtyp td.odd {
	background:#fff;
}

table.fahrzeugtyp th {
	border:none;
	background:#ebefe1;
}

tr.fahrzeugtyp td {
	background:#ebefe1 url(/artwork/expand-arrow.gif) 0 -19px no-repeat;
	cursor:pointer;
	padding-left:12px;
}

tr.fahrzeugtyp.collapsed td {
	background:#ebefe1 url(/artwork/expand-arrow.gif) 0 4px no-repeat;
}

/*
 * Companylist
*/

#companylist {
	margin:36px 0 24px;
}

#companylist p {
	margin-bottom:32px;
}

#companylist ul {
}

#companylist li.company {
	border-bottom:1px dotted #638597;
	border-top:10px solid #f4f0e2;
	padding:20px 0 40px;
	overflow:hidden;
	margin:0 0 16px;
}

#companylist li li {
	
}

#companylist li.description {
	width:385px;
	float:left;
	display:inline;
	border-bottom-width:0;
	margin:5px 0 0;
}

#companylist li li.vermieterinfo {
	width:300px;
	padding-left:15px;
	float:left;
	display:inline;
	border-bottom-width:0;
	margin:5px 0 0;
}

#companylist .button {
	float:left;
}

.vehicleslist li {
	margin-bottom:9px;
}

.vehicleslist .vehiclehighlights li,
.vehicleslist .featurelist li {
	margin-bottom:0;
}

.vehicleslist li a {
	display:block;
	padding-left:12px;
	font-size:11px;
	background:transparent url(/artwork/expand-arrow.gif) 0 3px no-repeat;
}

.vehicleslist li a.active {
	background:transparent url(/artwork/expand-arrow.gif) 0 -20px no-repeat;
}


/*
 * Vehicledetails
*/

.vehicledetails {
	width:650px;
	border:1px solid #ccc;
	overflow:hidden;
}

#companylist .vehicledetails {
	display:none;
	margin:12px 0 25px;
}

.innervehicledetails {
	position:relative;	
}

.innervehicledetails h2 {
	height:55px;
	line-height:55px;
	background:#fff url(/artwork/fond-header-55.png) 0 0 repeat-x;
	border-bottom:1px solid #ccc;
	font-weight:normal;
	font-size:18px;
	color:#900;
	padding-left:16px;
	margin:0 0 28px;
}

.vehicledetails p.bigpicture {
	width:440px;
	height:301px;
	border:1px solid #ccc;
	margin:0 0 28px 16px;
	float:left;
	display:inline;
	position:relative;
}

.vehicledetails p.bigpicture img {
	width:440px;
	height:301px;
}

.vehicledetails p.bigpicture span.imagecomment {
	position:absolute;
	top:307px;
	left:0;
	color:#666;
	font-style:italic;
	font-size:11px;
}

.vehiclegallery {
	float:right;
	margin-right:35px;
	width:130px;
	display:inline;
}

.vehiclegallery li {
	margin-bottom:26px;
	position:relative;
}

.vehiclegallery li img.thumbnail {
	width:120px;
	height:80px;
	border:1px solid #ccc;
	-webkit-box-shadow:2px 2px 3px #ccc;
	-moz-box-shadow:#ccc 2px 2px 3px;
	cursor:pointer;
}

.vehiclegallery .title {
	font-style:italic;
	color:#666;
	font-size:11px;
	position:absolute;
	top:-16px;
	left:0;
}

.vehiclegallery br {
	display:none;
}

.vehicledetails .texts {
	width:440px;
	margin:0 0 28px 16px;
	border:1px solid #ccc;
	font-size:12px;
	clear:left;
}

.vehicledetails h3 {
	margin:18px 20px 12px 25px;
	color:#900;
	font-weight:bold;
}

.vehicledetails h3 .remark {
	font-weight:normal;
}

.vehicledetails .texts p,
#companylist .vehicledetails .texts p,
.vehicledetails .texts hr,
.vehicledetails .texts ul,
.vehicledetails .featurelist {
	margin:0 20px 14px 25px;
	overflow:hidden;
	clear:left;
}

.vehicledetails .texts hr {
	border:none;
	border-bottom:1px solid #900;
}

.vehicledetails .texts .disclaimer {
	font-size:10px;
	color:#666;
}

.vehicledetails .texts ul.featurelist {
	width:190px;
	margin:0 5px 0 0;
	float:left;
	clear:none;
	display:inline;
	list-style:outside disc;
}

.vehicledetails ul.featurelist li {
	margin-left:16px;
}

.vehicledetails .insidertip {
	padding:12px 0 0 25px;
	background:#f4f0e2 url(/artwork/exclamationmark.png) 18px 14px no-repeat;
	border-top:1px solid #900;
	border-bottom:1px solid #900;
	margin:0 20px 14px 25px;
}

.vehicledetails .insidertip h3 {
	margin-top:0;
}

/*
 * Infobuttons
*/

a.picturelink,
a.palink,
span.infobutton {
	position:relative;
}

span.ibtext {	
	display:none;
}

a.picturelink:hover span.ibtext,
a.palink:hover span.ibtext,
span.infobutton:hover span.ibtext {
	display:block;
	width:180px;
	padding:4px;
	background:#fff;
	border:1px solid #900;
	position:absolute;
	top:5px;
	left:165px;
	cursor:default;
	z-index:100;
}

a.palink:hover span.ibtext,
span.infobutton:hover span.ibtext {
	top:-30px;
	left:20px;
}

.metadata span.infobutton:hover span.ibtext {
	top:-12px;
	left:-200px;
	z-index:1000;
}

.metadata span.infobutton {
	top:4px;
}

#searchform span.infobutton:hover span.ibtext {
	top:-120px;
}

#searchformcontainer span.infobutton {
	display:none;
}

/* 
 * Formulare
 */

ul.countrynavi {
	background-color:#0066cb;
	height:15px;
	font-size:11px;
	border-left:1px solid #ededed;
	border-right:1px solid #0066cb;
}

ul.countrynavi li {
	text-align:center;
	float:left;
	background-color:#fff;
	color:#0066cb;
	font-weight:bold;
	line-height:15px;
}

ul.countrynavi li span {
	display:block;
	line-height:15px;
	padding:0 5px;
}

ul.countrynavi li  a:link, ul.countrynavi li a:visited, ul.countrynavi li a:hover, ul.countrynavi li a:active {
	display:block;
	background-color:#0066cb;
	padding:0 5px;
	color:#fff;
	border-right:1px solid #fff;
	font-weight:normal;
}

form {
	margin:0 0 2em;
	clear:left;
	border:1px solid #ededed;
	border-top-width:0;
	background:#fff url(/artwork/bgr-liste.gif) bottom left repeat-x;
}

fieldset {
	margin:0 0 0 7px;
	padding:0 0 7px;
	border:none;
	border-bottom:1px dotted #638597;
}

form#hotelsuche fieldset {
	border:none;
}

form#preisvergleich fieldset {
	float:left;
	display:inline;
	width:340px;
}

fieldset.last {
	border:none;
}

label {
	display:block;
	font-size:11px;
	font-weight:bold;
	margin:6px 0 0;
}

select {
	line-height:17px;
	font-size:11px;
}

form img {
	position:relative;
	top:3px;
}

/*
 * Checkout
 */

ul#checkoutbuttons {
	margin:0 0 15px;
	padding:0 0 10px;
	border-bottom:1px dotted #638597;
}
	#check1, #check3, #check2, #check4 {
		width:140px;
		padding-top:56px;
		margin-left:30px;
		float:left;
		display:inline;
		text-align:center;
		background:#fff url(/artwork/button-checkout-1-on.jpg) 50% 0 no-repeat;
	}
	
	#check2 {
		background:#fff url(/artwork/button-checkout-2-off.jpg) 50% 0 no-repeat;
	}
		#check2.checkon {
			background:#fff url(/artwork/button-checkout-2-on.jpg) 50% 0 no-repeat;
		}
	
	#check3 {
		background:#fff url(/artwork/button-checkout-3-off.jpg) 50% 0 no-repeat;
	}
		#check3.checkon {
			background:#fff url(/artwork/button-checkout-3-on.jpg) 50% 0 no-repeat;
		}
	

	#check4 {
		background:#fff url(/artwork/button-checkout-4-off.jpg) 50% 0 no-repeat;
	}
		#check4.checkon {
			background:#fff url(/artwork/button-checkout-4-on.jpg) 50% 0 no-repeat;
		}
	
#detailinfos, dl.forminfos {
	margin:0;
	padding:0 0 10px;
}
	#detailinfos .camperfoto {
		float:left;
		width:220px;
	}

	#detailinfos .camperinfo {
		padding-left:220px;
	}
	
	#detailinfos h4 {
		margin:0 5px 0 0;
		clear:both;
	}

	#detailinfos dl {
		margin:1em 0 0.5em;
		padding:1em 0 0;
		border-top:1px dotted #638597;
	}
	
	dl.forminfos {
		padding-bottom:1em;
	}
	
	#detailinfos dt, dl.forminfos dt {
		width:170px;
		margin:0.1em 0 0.1em;
		padding:0;
		float:left;
		display:inline;
		clear:left;
	}
	
	#detailinfos dt.fullwidth, dl.forminfos dt.fullwidth {
		width:100%;
	}
	
	#detailinfos dd, dl.forminfos dd {
		padding:0;
		width:295px;
		margin:0.1em 0 0.2em 170px;
	}
	
	#dl.forminfos dd {
		margin-left:0;
		float:left;
	}
	
	#detailinfos strong {
		font-weight:bold;
	}
	
	#detailinfos .highlighted {
		font-weight:bold;
		color:#b34314;
	}
	
	#detailinfos .sum {
		background-color:#eef0ef;
	}
	
	#detailinfos .button {
		float:left;
	}
	
	#detailinfos .buttontext {
		clear:left;
	}

	#detailinfos .toptip {
		margin:10px 5px 0 0;
		clear:both;
	}
	
	#detailinfos #addpayment {
		border-top:none;
		margin-top:0;
		padding-top:0;
	}

dl.insurance dt {
	font-weight:bold;
	margin:1em 0 0;
}

dl.insurance dt:first-child {
	margin-top:0;
}

#checkoutform {
	margin:0 0 15px;
	padding:0 8px 10px;
}
	
#checkoutform h1 {
	margin:15px -8px 10px;
}

#checkoutform h4 {
	margin:15px 0 0;
}

#checkoutform ul {
	border:1px solid #d9d3c5;
	border-top-width:0;
	padding:0 10px 10px;
	background: #fff url(/artwork/bgr-liste.gif) repeat-x scroll left bottom;
}

#checkoutform li {
	border-bottom:1px dotted #638597;
	padding:3px 0;
}

#checkoutform li li {
	border:none;
}

#checkoutform ul ul {
	border:none;
	padding:0;
	background:transparent;
}

#checkoutform p {
	padding-left:160px;
	margin:0 0 10px;
}

#checkoutform.hotels p {
	padding-left:0px;
	margin:0 0 10px;
}

#checkoutform li li {
	padding-left:160px;
}

#checkoutform label {
	float:left;
	clear:both;
	display:inline;
	margin:8px 0 0;
	width:155px;
	text-align:right;
	padding-right:5px;
	font-weight:bold;
}

#checkoutform label.error {
	margin:0 0 0 160px;
	text-align:left;
	width:300px;
}

#rsvErrors {
	display: none; 
	background-color: #ffffcc;
	border: 1px solid red;
	padding: 8px;
}

input.errorfield, select.errorfield {
	background-color: #ffffcc;
	border: 1px solid red;
}

#checkoutform li label {
	margin:3px 0 0;
}

#checkoutform select {
	margin-top:3px;
	padding:2px;
}

#checkoutform input {
	margin-top:4px;
	padding:2px;
}

br.nobr {
	display:none;
}

input.day, input.month {
	width:20px;
}

input.year, input.plz {
	width:40px;
}

input.city {
	width:95px;
}

#checkoutform p.infotext {
	padding-left:0;
}

textarea#Mitteilung {
	width:440px;
	height:150px;
	margin-left:0;
}

textarea#Flugwuensche {
	width:440px;
	height:70px;
	margin-left:0;
}

#checkoutform fieldset {
	margin:30px 0 20px;
	border:none;
	padding:0;
}

#checkoutform legend {
	font:bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#b34314;
	margin:0 0 5px;
	padding:0;
}

/* new forms */
form.nf {
	border:none;
	background:transparent;
	padding-top:18px;
}

.nf h3 {
	font-size:12px;
	margin:0 0 18px;
	padding:0;
	color:#c00;
}

.nf legend {
	font-size:11px;
	font-weight:bold;
	color:#333;
	width:145px;
	display:inline-block;
}

.nf label {
	display:inline-block;
	margin:3px 6px 0 0;
}

.nf fieldset {
	margin:0 0 20px;
	border:none;
	padding:0;
}

.nf fieldset label {
	font-weight:normal;
}

.nf input[type=text] {
	width:140px;
}

.nf label:first-child {
	width:145px;
}

.nf ul.checkbox label:first-child {
	width:auto;
}

.nf #typechecker label,
.nf #communication label {
	width:auto;
}

.nf .raildetails label {
	width:260px;
	clear:left;
}

.nf select,
.nf input,
.nf textarea,
.nf span.hint {
	margin-right:12px;
	margin-bottom:4px;
	padding:2px;
	display:inline-block;
}

.nf input + select {
	margin-left:-4px;
}

.nf span.hint {
	margin-left:-6px;
}

.nf label span.hint {
	float:none;
	font-weight:normal;
	margin:0;
}

.nf input[type=checkbox],
.nf input[type=radio] {
	margin-right:6px;
}

.nf textarea {
	height:60px;
	width:400px;
	vertical-align:top;
}

.nf input.number {
	width:20px;
}

.nf #contact input[type=text] {
	width:260px;
}

.nf #contact #contact-street-number,
.nf #contact #contact-plz {
	width:40px;
	margin-right:4px;
}

.nf #contact #contact-plz {
	clear:left;
}

.nf #contact #contact-street,
.nf #contact #contact-city {
	width:206px;
	margin-right:4px;
}

.nf div {
	overflow:hidden;
	clear:left;
	margin:24px 0 0;
	border-bottom:1px solid #e9e9e9;
}

.nf fieldset,
.nf p {
	margin-bottom:26px;
}

.nf p#bookingflightchecker {
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	padding:18px 0;
}	

.nf h3 span {
	font-weight:normal;
}

#nf-consultingform.hasjs div,
#nf-consultingform.hasjs #othercity {
	display:none;
}

.nf input.datepicker {
	display:none;
	width:80px;
}

.nf ul.checkbox {
	padding-left:152px;
	margin-top:-18px;
}

.nf .checkbox li {
	float:left;
	display:inline;
	width:170px;
	margin:0 0 8px;
}

.nf #groups .checkbox li,
.nf #rail .checkbox li {
	width:auto;
}

.nf #bus-features0,
.nf #bus-features1 {
	margin-left:155px;
}

.nf #bus-features0 + label,
.nf #bus-features1 + label {
	font-weight:normal;
}

.nf .addroom,
.nf .deleteroom ,
.nf .ski-area .delete {
	display:inline-block;
	margin:3px 8px 0 0;
	width:8px;
	height:14px;
	cursor:pointer;
	background:transparent url(/artwork/icon-plus.png) 0 4px no-repeat;
	text-indent:-9999px;
}

.nf .deleteroom,
.nf .ski-area .delete {
	background-image:url(/artwork/icon-minus.png);
}

.nf button.ui-datepicker-trigger {
	background:transparent;
	padding:0;
	display:inline-block;
	width:19px;
	height:16px;
	border-radius:0;
	position:relative;
	top:4px;
	left:-8px;
}

.nf button.ui-datepicker-trigger img {
	top:-1px;
}

.nf #addskiarea {
	display:none;
	cursor:pointer;
	text-decoration:underline;
	margin-left:155px;
}

.nf #contact div {
	float:left;
	width:325px;
	display:inline;
	clear:none;
	border:none;
	margin:0;
}

.nf .ski-stay {
	margin-left:155px;
}

.nf .ski-area select {
	margin-right:4px;
}

.nf #contact p {
	margin-bottom:12px;
}

#leftframe p.moodimage {
	text-align:center;
}

/*
 * Bildvergrößerung
 */

ul#hitlist p.tourenimage {
	margin:0 0 8px;
	padding:8px;
	border:1px solid #ccc;
}

a.thickbox {
	position:relative;
}

span.magnify {
	background:transparent url(/artwork/lupe.png) 0 0 no-repeat;
	display:block;
	position:absolute;
	right:0;
	bottom:0;
	width:25px;
	height:25px;
}

ul#album span.magnify {
	top:5px;
	left:5px;
}

/*
 * Draggable Images
 */

.dragimg {
	width:696px;
	height:400px;
	overflow:hidden;
	border:3px solid #ccc;
	position:relative;
	margin:0 auto 1em;
}

.drawimg img {
}

/*
 * New booking engine
 */
div#searchinfo {
	padding:40px 20px 10px;
	border:1px solid #ccc;
	overflow:hidden;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background:#fff url(/artwork/fond-header-30.png) 0 0 repeat-x;
}

#searchtext {
	width:310px;
	border-right:1px solid #900;
}

#searchinfo h2 {
	width:300px;
}

#searchinfo p {
	width:300px;
}

#searchinfo a {
	margin:0;
	padding-left:8px;
	background:transparent url(/artwork/linkbutton.gif) 0 3px no-repeat;
}

#featurehint {
	width:335px;
	height:71px;
	background:transparent url(/artwork/fahrzeug-des-monats.png) 0 50% no-repeat;
	margin-top:5px;
}

#featurehint a {
	display:block;
	height:71px;
	line-height:70px;
	background:transparent url(/artwork/linkbutton-rot.gif) 20px 50% no-repeat;
	padding-left:32px;
	color:#900;
	font-weight:bold;
}

ul#offerlist {
	border-top:1px dashed #666;
	margin-top:12px;
	padding:12px 20px 0;
	padding-top:18px;
}

#offerlist li {
	margin:0 0 18px;
	overflow:hidden;
	z-index:50;
	padding-bottom:18px;
	border-bottom:1px dashed #666;
}

#offerlist li.featuredvehicle {
	background:transparent url(/artwork/fahrzeug-des-monats-head.png) 0 0 no-repeat;
	border:1px solid #900;
	padding:53px 0 20px;
	position:relative;
	margin-bottom:24px;
}

#offerlist li.featuredvehicle .helper {
	width:918px;
	position:absolute;
	bottom:0;
	left:0;
	height:20px;
	background:#f4f0e4;
}

#offerlist li li {
	margin:0;
	border-bottom:none;
	padding-bottom:0;
}

#offerlist dl {
	overflow:hidden;
	clear:left;
}

/* #offerlist h2,
#offerlist h3,
#offerlist h4 {
	clear:left;
}
 */
#offerlist dt {
	clear:left;
	float:left;
	display:inline;
	width:150px;
}

#offerlist dd {
	float:left;
	display:inline;
	margin-left:2em;
	width:250px;
}

div.includedlist li {
	line-height:15px;
	background:transparent url(/artwork/button-checked-black.png) 0 0 no-repeat;
	padding-left:20px;
}

div.includedlist h4,
div.includedlist h5,
div.includedlist ul {
	margin:0.8em 0;
}

div.vehiclehighlights {
	margin-top:24px;
}

div.vehiclehighlights h5,
div.vehiclehighlights h4 {
	font-style:italic;
	color:#900;
}

.vehiclehighlights li {
	padding-left:20px;
	background:transparent url(/artwork/button-checked-black.png) 0 0 no-repeat;
	line-height:15px;
	font-style:italic;
}

span.vehicleimage {
	position:relative;
}

ul.metadata {
	float:right;
	width:250px;
}

#offerlist ul.metadata li,
#offerdetail ul.metadata li {
	margin-bottom:0.8em;
	overflow:visible;
}

ul.metadata li.price {
	font-size:18px;
	font-weight:bold;
}

div.offerinfo {
	float:left;
	width:190px;
}

div.offercontainer {
	border:1px solid #c30;
	padding:12px;
	overflow:hidden;
	margin:0 0 12px;
	background: #fff url(/artwork/bgr-liste.gif) repeat-x scroll left bottom;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	clear:both;
}

h4.stationinfo {
	clear:left;
	padding-top:18px;
}

.offercontainer .map {
	float:left;
	display:inline;
	margin-right:24px;
}

#offerdetail {
	overflow:hidden;
	position:relative;
}

#offerdetail h3 {
	clear:both;
	font-size:14px;
	border-bottom:3px solid #c30;
	margin-bottom:0.5em;
	padding-bottom:0.1em;
}

div.detailinfo {
	float:left;
	display:inline;
	width:454px;
	margin-left:20px;
}

.offerinfo #backlink {
	margin:0;
}

#pdflink {
	clear:both;
	padding-top:1em;
}

#pdflink a {
	display:block;
	padding-left:22px;
	height:16px;
	line-height:16px;
	background:transparent url(/artwork/acrobat-icon.png) 0 0 no-repeat;
}

#pricetable {
	border-collapse:collapse;
	empty-cells:show;
	width:934px;
	table-layout:fixed;
	border:none;
}

#pricetable th,
#pricetable td {
	border:none;
	text-align:left;
	font-weight:normal;
}

#pricetable th,
#pricetable tr:last-child td {
	border-bottom:1px solid #666;
}

#pricetable .count {
	width:50px;
}

#pricetable .price {
	text-align:right;
	width:70px;
}

ul#optionslist p {
	width:400px;
}

ul#optionslist li {
	position:relative;
	margin-bottom:4em;
}

ul#optionslist form {
	position:absolute;
	top:0;
	left:420px;
	overflow:hidden;
	background:transparent;
	border:0;
	width:200px;
}

ul#optionslist button {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#333;
	background:#f0f0f1;
	border:1px solid #666;
	text-align:center;
	padding:3px 5px 5px;
	cursor:pointer;
}

.infohead {
	cursor:pointer;
	color:#06c;
}

.infohead:hover {
	text-decoration:underline;
}

/*
 * booking- and searchform
*/
h1#searchformhead {
	font-size:1.4em;
}

#searchform {
	border:1px solid #ccc;
	padding:0 15px;
	overflow:hidden;
	margin:0 0 12px;
	background: #fff url(/artwork/fond-header-45.png) repeat-x 0 0;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	position:relative;
}

#searchform fieldset {
	float:left;
	clear:both;
	border:none;
	margin:12px 0;
	overflow:hidden;
}

#searchform legend {
	font-size:18px;
	color:#900;
	margin-bottom:12px;
}

#searchform #picking,
#searchform #dropping {
	width:335px;
	clear:none;
}

#searchform fieldset p {
	float:left;
	display:inline;
	margin-right:35px;
}

#searchform label {
	margin-bottom:4px;
}

#searchform #bestbuy.hide {
	display:none;
}

#daycount {
	width:25px;
}

#searchform #distancecontrol {
	padding:0;
	position:relative;
	width:670px;
	margin:0 0 40px;
	overflow:visible;
}

fieldset#distancecontrol p {
	float:none;
	display:block;
}

#slidertext {
	position:absolute;
	top:0;
	right:12px;
	width:130px;
}

#kilometers {
	font-weight:bold;
	font-size:15px;
}

#searchform #slider {
	width:490px;
}

#searchform p.bookingbutton {
	position:absolute;
	bottom:15px;
	right:15px;
}

.contentcolumn #searchformcontainer {
	margin-bottom:20px;
}

.contentcolumn #searchform  {
	border:none;
	padding:0 15px 45px 25px;
	margin:0;
}

.contentcolumn #searchform #picking,
.contentcolumn #searchform #dropping {
	margin:0 0 12px;
	width:448px;
}

.contentcolumn #picking legend,
.contentcolumn #dropping legend {
	float:left;
	display:inline;
	margin:18px 25px 12px 0;
	width:110px;
}

.contentcolumn #searchform  p {
	margin:0 35px 12px 0;
}

.contentcolumn #searchform  p.location {
	float:left;
	display:inline;
	margin-right:25px;
	width:130px;
}

.contentcolumn #searchform  p.date {
	float:left;
	display:inline;
	margin-right:0;
}

.contentcolumn #searchform #slider {
	width:280px;
}

.contentcolumn #slidertext {
	right:0;
}

.contentcolumn #searchform div.decorator {
	height:45px;
	width:472px;
	background:#f4f0e2;
	position:absolute;
	bottom:0;
	left:0;
	border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
}

.contentcolumn #searchform #distancecontrol {
	width:432px;
}

.contentcolumn #searchform p.bookingbutton {
	bottom:55px;
	margin:0;
}

#searchform #messagelayer {
	position:absolute;
	padding:24px 12px 0;
	background:#f0f0f1;
	border:2px solid #c30;
	top:50px;
	left:50px;
	z-index:1000;
}

#searchform #messagelayer p.close {
	position:absolute;
	cursor:pointer;
	top:0;
	right:0;
	height:20px;
	width:20px;
	background:#fff url(/artwork/controls.png) -50px 0 no-repeat;
}

#bookingform,
#confirmationform {
	border:none;
	background:transparent;
}

#bookingform label,
#confirmationform label {
	display:inline;
	font-weight:normal;
}

input.datepicker {
	display:none;
}

#bookingform div.fieldset {
	border:1px solid #c30;
	padding:40px 12px 12px;
	overflow:hidden;
	margin:0 0 12px;
	background: #fff url(/artwork/bgr-liste.gif) repeat-x scroll left bottom;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	position:relative;
}

#bookingform h3 {
	font-size:14px;
	border-bottom:3px solid #c30;
	padding-bottom:0.1em;
	margin:0;
	font-weight:bold;
	position:absolute;
	top:12px;
	left:12px;
	width:934px;
}

table#insurance {
	width:500px;
}

#bookingaddress p {
	position:relative;
	padding-left:220px;
	margin:0 0 0.2em;
}

#bookingaddress label {
	position:absolute;
	top:0;
	left:0;
	width:200px;
	text-align:right;
}

#bookingform label.required {
	font-weight:bold;
}

#bookingaddress label.radiolabel {
	position:relative;
	text-align:left;
	width:auto;
}

#bookingaddress input {
	margin-top:4px;
}

#bookingaddress input#salutationherr,
#bookingaddress input#salutationfrau {
	margin:0;
}

.rooms input {
	width:20px;
}

span.plus,
span.minus {
	cursor:pointer;
	background:transparent url(/artwork/icon-plus.png) 50% 50% no-repeat;
}

span.minus {
	background-image:url(/artwork/icon-minus.png);
}

input.datepicker {
	width:80px;
}

span#tandclinkcompany,
span#tandclinkcrd {
	cursor:pointer;
	color:#06c;
}

.customerdetails dt {
	clear:left;
	float:left;
	display:inline;
	width:120px;
	margin-bottom:4px;
}

.customerdetails dd {
	margin-left:12px;
	width:300px;
	font-weight:bold;
	float:left;
}
	
h4.cotravellers {
	clear:left;
}

#bookingform label.infohead {
	cursor:pointer;
	color:#06c;
	font-weight:bold;
}

/*
 * Filter
 */
div#filter {
	float:right;
	display:inline;
	background:transparent;
	width:598px;
}

#searchinfo #filter h2 {
	width:500px;
	margin-left:20px;
}

#filter h3 {
	margin:0 0 8px;
	font-size:12px;
}
#filter li {
	margin:0 0 20px 20px;
	width:179px;
	display:inline;
	float:left;
}

#filter li li {
	margin:0 0 2px;
	float:none;
	display:block;
}

#filter ul#filterlist {
	margin-left:0;
}

/*
 * Fix für Viarail
 */

#content #viarail h1 {
	background:transparent;
	color:#000;
	line-height:1em;
	padding-left:0;
}

#content #viarail #important {
	padding:1em;
	margin-bottom:2em;
	height:auto;
}

#content #viarail #important p.findout {
	float:none;
}

/*
 * adserver
 */

#adserver1 {
	width:160px;
	height:600px;
	position:absolute;
	top:0;
	right:-4px;
	background:transparent;
}

/*
 * datepicker
 */
#ui-datepicker-div {
	z-index:100;
}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#fff;}

#colorbox{}
    #cboxContent{margin-top:32px;}
        #cboxLoadedContent{background:#fff; padding:12px;border:1px solid #333;}
        #cboxLoadingGraphic{background:url(/artwork/loadingAnimation.gif) center center no-repeat;}
        #cboxLoadingOverlay{background:#fff;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(/artwork/controls.png) 0 0 no-repeat;}
        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious.hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext.hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose.hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}

/*
 * Sidebar
 */
#sidebar {
	float:left;
	display:inline;
	width:240px;
	margin:0 12px 0 10px;
	min-height:600px;
	position:relative;
	background:transparent;
	z-index:50;
}

#sidebar .teaserbox {
	margin:0 0 12px;
	border:1px dotted #666;
	padding:8px 0 0;
	background:#f6f4e8;
	color:#333;
}

#sidebar .collapsable h2 {
	cursor:pointer;
}

#sidebar .collapsable.collapsed ul {
	display:none;
}

#sidebar h2 {
	font-size:14px;
	font-weight:bold;
	color:#333;
	padding-left:30px;
	margin:0 4px 12px 0;
	background:transparent url(/artwork/button-forward.png) 6px 0 no-repeat;
}

#sidebar p {
	margin:0 4px 12px 30px;
}

#sidebar ul {
	margin:0 4px 8px 30px;
}

#sidebar li a {
	display:block;
	padding:3px 0 3px 8px;
	background:transparent url(/artwork/linkbutton-rot.gif) 0 5px no-repeat;
}

#sidebar a {
	color:#900;
}

/*
 * Footer
 */
#footer {
	clear:both;
	margin:0 15px 0 12px;
}

p.printlink {
	padding-bottom:0.2em;
	border-bottom:1px dotted #638597;
}

ul#footerlinks {
	margin:0 auto 0.8px;
	text-align:center;
}

ul#footerlinks li {
	display:inline;
	padding:0;
}

ul#footerlinks li:after {
	content:" | ";
}

ul#footerlinks li.last:after {
	content:"";
}

#loaderdummy {
	width:400px;
	height:150px;
	background:url(/artwork/loadingAnimation.gif) center 70% no-repeat;
	text-align:center;
}

#loaderdummy span {
	display:none;
}

/* 
 * do some magic
*/
 
.clearfix:after, .box:after, .highlightedbox:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix, .box, .highlightedbox {
	display:inline-block;
}
.clearfix, .box, .highlightedbox {
	display:block;
}
* html .clearfix, * html .box, * html .highlightedbox {
	height:1px;
}
/* Hides from IE-mac \*/
* html .clearfix, * html .box, * html .highlightedbox {height: 1%;}
.clearfix, .box, .highlightedbox {display: block;}
/* End hide from IE-mac*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/*
 * jQuery-UI
*/
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
