

/*-----------
  MSIT HOTEL
-------------*/


.float-clear {
	position: relative;
	clear: both;
	height: 1px;
	overflow: hidden;
}

.form-label {
	margin: 10px 4px 0px 0px;
	float: left;
	width: 145px;
	text-align: right;
}

.form-header {
	margin: 0px 4px 0px 0px;
	float: left;
	width: 145px;
	text-align: left;
	font-weight:bold; 
}

.form-subheader {
	margin: 10px 4px 0px 0px;
	float: left;
	width: 280px;
	text-align: left;
	/*font-weight:bold;*/ 
	color: #FFF;
}

.form-extsearch {
	margin: 0px 4px 0px 12px;
	float: left;
	width: 150px;
	text-align: left;
	background: url("pfeilrechts.gif") no-repeat left; 
	padding-left: 20px;
}

.form-item {
	margin: 0px 0px 0px 145px;
	padding-top: 8px;
}
.form-item SELECT {
	margin-left: 13px;
}

FORM {
	background: #969696 url("bg_formular.gif") repeat-x left top;
	border: 2px solid #FFF;
	padding: 14px;
}
FIELDSET {
	border: 1px solid #cccccc;
	padding: auto;
}
LEGEND {
	padding: auto;
	margin: auto;
}





.list-newline, .detail-newline {
	position: relative;
	border-top: 1px solid #CCCCCC;
	clear: both;
}
.list-newline {
	line-height: 1.2em;
}


.list-head {
	text-decoration: underline;
	position: relative;
	margin-left: 195px;
	padding: 2px;
	margin-top: 14px;
}
.detail-head {
	position: relative;
	padding: 2px;
	margin-top: 14px;
}


/* --- Farben für die Kategorien: --- */
.white, .white A {
	color: white;
}
.black, .black A {
	color: black;
}
.hotel {
/* 	background: #AA1124; */
	background: #006F45;
}
.guesthouse {
/* 	background: #AA1124; */
	background: #4B6325;
}
.privat {
	/*background: #F98014;*/
/* 	background: #1C2A66; */
	background: #729328;
}
.holiday {
/* 	background: #1C2A66; */
	background: #037C2A;
}
.camping {
/* 	background: #FBEA04; */
	background: #659138;
}
.farm {
/* 	background: #029801; */
	background: #908A4C;
}
/* --- ENDE --- */



.list-city {
	position: absolute;
	top: 2px;
	right: 2px;
}

.list-image {
	position: relative;
	width: 185px;
	min-height: 1px;
	float: left;
	margin-top: 14px;
}
.list-item {
	position: relative;
	margin-left: 195px;
	padding: 2px;
}
.list-bottom {
	position: relative;
	padding: 2px;
	clear: both;
	text-align: right;
}
.label {
	font-weight: bold;
	font-size: 80%;
}
.list-price {
	position: relative;
	float: right;
	padding: 0 7px;
	border-left: 1px solid #cccccc;
	text-align: center;
}
.list-numbed {
	position: relative;
	float: right;
	padding: 0 7px;
	text-align: center;
}



.detail-image {
	position: relative;
	border-top: 1px solid #CCCCCC;
	clear: both;
}
.detail-image IMG {
	margin: 7px 1px 7px 0;
}
.detail-item {
	position: relative;
	padding: 2px;
}
.detail-bottom {
	position: relative;
	padding: 2px;
	clear: both;
	text-align: right;
}
.detail-equipment {
	position: relative;
	background: #cccccc;
	padding: 2px;
	margin: 10px 0;
}



/* Die Preise (Klassen kommen aus dem PHP): */


TABLE.price {
	margin-left: 1px;
	margin-top: 14px;
}

TABLE.price TH {
	text-align: left;
	vertical-align: bottom;
	color: black;
	background: #CCC;
	padding: 7px 3px;
}
TABLE.price TD {
	vertical-align: top;
	padding: 3px;
}


/* Die Preise - ENDE - */

