.cssform p{
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 200px; /*width of left column containing the label elements*/
}

.cssform p.description {
	clear: left;
	padding:0;
	padding-left:0;
	margin:0px 0px 10px 0px;
	width:auto;
}

.cssform p * {
	vertical-align:middle;
}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -200px; /*width of left column*/
	width: 180px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	text-align:right;
	padding-top:3px;
}

.cssform .text {
	border:none;
	padding:2px;
	background-color:#AA8D4C;
	color:#FFFFFF;
}

.right {
	text-align:right;
}

.cssform textarea{
	width: 250px;
	height: 150px;
}


.tx-srlanguagemenu-pi1-flag {
	border:0;
}

#searchcontainer #tx-indexedsearch-searchbox-button {
	height:22px;
	width:22px;
	border:0;
	background-color:none;
	margin:0;
	padding:0;
}

.tx-hotelmgmt-pi1 .error {
	color:#FF0000;
	font-weight:bold;
	padding-bottom:5px;
}

/* Buchungssystem allgemeine Contentklassen */

.tx-hotelmgmt-pi1 .required {
	color:#FF0000;
	font-weight:bold;
}

.tx-hotelmgmt-pi1 .contentlinks {
	clear:both;
	padding-top:25px;
}

.tx-hotelmgmt-pi1 .contentlinks .inquire {
	border:1px solid #aa8d4c;
	width:95px;
	padding: 2px 5px 2px 5px;
	float:left;
	margin-right:10px;
	background: url(images/button_bullet_light.gif) no-repeat right;
}

.tx-hotelmgmt-pi1 .contentlinks .inquire a {
	text-decoration:none;
	text-transform:uppercase;
}

.tx-hotelmgmt-pi1 .contentlinks .book {
	border:1px solid #aa8d4c;
	width:95px;
	padding: 2px 5px 2px 5px;
	float:left;
	margin-right:10px;
	background: #aa8d4c url(images/button_bullet_dark.gif) no-repeat right;
}

.tx-hotelmgmt-pi1 .contentlinks .book a {
	text-decoration:none;
	text-transform:uppercase;
	color:#ffffe5;
}

.tx-hotelmgmt-pi1 .contentlinks .back {
	padding: 2px 5px 2px 5px;
	margin-right:10px;
	float:right;
}

.tx-hotelmgmt-pi1 .contentlinks .back a {
	font-weight:normal;
}

/* ################ Priceliste  ########################### */
.tx-hotelmgmt-pi1 .pricelist {
	font-size:12px;
}

.tx-hotelmgmt-pi1 .pricelist .pricetable {
	border-collapse:collapse;
}

.tx-hotelmgmt-pi1 .pricelist .tx-hotelmgmt-pi1-room {
	width: 227px;
	border-top: 1px solid #FFFFFF;
	background-color:#f2f2f2;
	padding-left:12px;
	padding-top:10px;
	padding-bottom:10px;
}

.tx-hotelmgmt-pi1 .pricelist .tx-hotelmgmt-pi1-price {
	width: 155px;
	height: 53px;
	text-align:center;
	font-weight:bold;
	background-color:#dcd9b9;
	border-left: 1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
}

.tx-hotelmgmt-pi1 .pricelist .tx-hotelmgmt-pi1-price1 {
	background-color:#e3e1c7;
}

.tx-hotelmgmt-pi1 .pricelist .tx-hotelmgmt-pi1-price2 {
	background-color:#eae8d5;
}

.tx-hotelmgmt-pi1 .pricelist .tx-hotelmgmt-pi1-price3 {
	background-color:#dcd9b9;
}

.tx-hotelmgmt-pi1 .pricelist .tx-hotelmgmt-pi1-price4 {
	background-color:#e3e1c7;
}

.tx-hotelmgmt-pi1 .pricelist .tx-hotelmgmt-pi1-price5 {
	background-color:#eae8d5;
}

.tx-hotelmgmt-pi1 .pricelist .tx-hotelmgmt-pi1-saison {
	text-align:center;
	/* height:81px; */
	background-color:#f2f2f2;
	border-right:1px solid #FFFFFF;
	color:#b51721;
	line-height:16px;
	padding:10px;
	vertical-align:top;
}

.tx-hotelmgmt-pi1 .pricelist .tx-hotelmgmt-pi1-saison .periode {
	font-weight:normal;
	color:#666666;
}

.tx-hotelmgmt-pi1 .pricelist .roomtitle .caption {
	color:#b51721;
	font-weight:bold;
}

.tx-hotelmgmt-pi1 .pricelist .roomtitle .type {
	color:#666666;
	font-weight:normal;
}

.tx-hotelmgmt-pi1 .pricelist .links {
	margin-top:3px;
}

.tx-hotelmgmt-pi1 .pricelist .links a {
	font-size:11px;
	font-weight:normal;
}

.tx-hotelmgmt-pi1 .pricelist .links .book {
	padding-left:35px;
}


/* ################ Detailansicht ROOM ########################### */

.tx-hotelmgmt-pi1 .roomdetail .type {
	font-size:17px;
	color:#aa8d4c;
}

.tx-hotelmgmt-pi1 .roomdetail .content .description {
	line-height:20px;
	margin-top:12px;
}

.tx-hotelmgmt-pi1 .roomdetail .image {
	margin-top:10px;
}


/* ################ Offerlist ########################### */

.tx-hotelmgmt-pi1 .offertable {
	width:100%;
}

.tx-hotelmgmt-pi1 .offertable .image {
	width:170px;
	padding-bottom:18px;
	padding-top:18px;
	border-bottom:1px dotted #ab8e4d;
}

.tx-hotelmgmt-pi1 .offertable .caption {
	vertical-align:middle;
	border-bottom:1px dotted #ab8e4d;
}

.tx-hotelmgmt-pi1 .offertable .caption h1 {
	font-size:14px;
	font-weight:bold;
	margin:0 0 3px 0;
	padding:0;
}

.tx-hotelmgmt-pi1 .offertable .caption p {
	margin:0;
	padding:0;
}

.tx-hotelmgmt-pi1 .offertable .caption .period {
	margin:0;
	padding:0;
}

.tx-hotelmgmt-pi1 .morelink a {
	background:transparent url(images/bullet_pfeil.gif) no-repeat scroll 2px 5px;
	padding-left:17px;
}

.tx-hotelmgmt-pi1 .offertable .morelink {
	margin-top:3px;
}

.tx-hotelmgmt-pi1 .booking h2 {
	font-size:14px;
	margin:0px 0px 10px 0px;
	padding:0;
}

.tx-hotelmgmt-pi1 .booking .button {
	border:1px solid #aa8d4c;
	padding: 2px 25px 2px 5px;
	margin-right:10px;
	background: url(images/button_bullet_light.gif) no-repeat right;
	color: #aa8d4c;
}

.tx-hotelmgmt-pi1 .booking .buttondark, INPUT.tx-indexedsearch-searchbox-button {
	border:1px solid #aa8d4c;
	padding: 2px 25px 2px 5px;
	margin-right:10px;
	background: #aa8d4c url(images/button_bullet_dark.gif) no-repeat right;
	color:#FFFFFF;
}

.tx-hotelmgmt-pi1 .buttons {
	background-color:#E5DDB7;
	border:1px solid #aa8d4c;
	padding:10px;
}

.tx-hotelmgmt-pi1 .buttons .buttondark {
	float:right;
}

.tx-hotelmgmt-pi1 .buttons .clearer {
	clear:both;
}

.tx-hotelmgmt-pi1 .booking1 .bookedrooms .endclearer {
	clear:both;
}

.tx-hotelmgmt-pi1 .middlebox {
	margin-top:20px;
	background-color:#F2EECE;
	padding:10px;
	border:1px solid #aa8d4c;
}

.tx-hotelmgmt-pi1 .lightbox {
	margin-top:20px;
	padding:10px;
	border:1px solid #aa8d4c;
}


.tx-hotelmgmt-pi1 .booking1 .rooms {
	margin-top:20px;
}

.tx-hotelmgmt-pi1 .booking1 .bookedroom {
	float: left;
	width: 190px;
	padding:5px;
	margin-right:15px;
	margin-bottom:20px;
	border:1px solid #aa8d4c;
}


.tx-hotelmgmt-pi1 .booking1 .bookedroom h3 {
	margin:0;
	padding:0;
}

.tx-hotelmgmt-pi1 .booking1 .bookedroom .selectortable {
	margin-top:5px;
	width:100%;
}

.tx-hotelmgmt-pi1 .booking1 .clearer {
	clear:both;
	width: 100%;
}

.tx-hotelmgmt-pi1 .booking1 .remove {
	float:right;
}

.tx-hotelmgmt-pi1 .booking1 .rooms {
	clear:both;
}

.tx-hotelmgmt-pi1 .booking1 .content {
	vertical-align:top;
}

.tx-hotelmgmt-pi1 .booking1 .room {
	width: 100%;
}

.tx-hotelmgmt-pi1 .booking1 .room .caption {
	font-weight:bold;
}

.tx-hotelmgmt-pi1 .booking1 .headline td {
	border-bottom:1px solid #AA8D4C;
	vertical-align:bottom;
	margin-bottom:10px;
}

.tx-hotelmgmt-pi1 .booking1 .room .images {
	float:left;
	width: 130px;
}

.tx-hotelmgmt-pi1 .room .image {
	margin-top:3px;
}

.tx-hotelmgmt-pi1 .booking2 .offertable {
	width:100%;
}

.tx-hotelmgmt-pi1 .booking2 .offertable .offertable .image {
	width:140px;
	padding-bottom:18px;
	padding-top:18px;
	border-bottom:1px dotted #ab8e4d;
}

.tx-hotelmgmt-pi1 .booking2 .offertable .caption {
	width:inherit;
	vertical-align:top;
	border-bottom:1px dotted #ab8e4d;
	padding:10px 0px 10px 0px;
}

.tx-hotelmgmt-pi1 .booking2 .offertable .caption h3 * {
	vertical-align:middle;
}

.tx-hotelmgmt-pi1 .booking2 .offertable .caption h3 input {
	margin-left:5px;
}

.tx-hotelmgmt-pi1 .booking2 .offertable .caption .period {
	margin:0;
	padding:0;
}

.tx-hotelmgmt-pi1 .booking2 .offertable .last td {
	border-bottom:none !important;
}

.tx-hotelmgmt-pi1 .booking2 .offertable .link {
	width:95px;
	vertical-align:middle;
	border-bottom:1px dotted #ab8e4d;
}


.tx-hotelmgmt-pi1 .booking3 .cssform p {
	width:100px;
	padding:5px 0 8px 100px;
}

.tx-hotelmgmt-pi1 .booking3 .cssform label {
	margin-left:-100px;
	width:90px;
}

.tx-hotelmgmt-pi1 .booking3 .middlebox {
	width:auto;
	float:right;
	margin-right:10px;
	margin-top:10px;
}

.tx-hotelmgmt-pi1 .booking3 .positions td {
	padding:2px;
}

.tx-hotelmgmt-pi1 .booking3 .positions tr.h td {
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #ab8e4d;
	padding-top:10px;
}

.tx-hotelmgmt-pi1 .booking3 .positions tr.total td {
	font-size:12px;
	font-weight:bold;
	border-top:1px solid #ab8e4d;
	border-bottom:2px solid #ab8e4d;
	margin-top:10px;
}

.tx-hotelmgmt-pi1 .booking3 .positions .price {
	text-align:right;
}

.tx-hotelmgmt-pi1 .booking3 .positions .caption {
	padding-right:50px;
}

.progress {
	width:100%;
	border-collapse:separate;
	border-spacing:5px;
}

.progress .progress-step {
	border:1px solid #AA8D4C;
	opacity:0.7;
	padding:10px 10px 10px 50px;
	background-color:#F2EECE;
	background-position:10px 50%;
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:bold;
}

.progress .progress-step0 {
	background-image:url(images/icon_step0.gif);
}

.progress .progress-step1 {
	background-image:url(images/icon_step1.gif);
}
.progress .progress-step2 {
	background-image:url(images/icon_step2.gif);
}
.progress .progress-step3 {
	background-image:url(images/icon_step3.gif);
}

.progress .active {
	border:1px solid #AD0011 !important;
	color:#000000;
	opacity:1;
}

.progress .clearer {
	clear:both;
}


/* default styles for extension "tx_indexedsearch" */
.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; margin-top: 5px }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#E5DDB7; padding:3px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
