body, td, select, input, textarea {
	font-family: verdana,tahoma,arial,helvetiva;
	color: #555555;
	font-size: 10pt;
}
table {
	border: 0;
}

image {
	border: 0;
}

.input, select.select {
	width: 100px;
	font-family: verdana,tahoma,arial,helvetiva;
	font-size: 8pt;
}
select.select {
	width: 140px;
}
p.text {
	padding: 0px;
	margin: 0px;
	padding-left: 5px;
}
p.nav {
	padding: 0px;
	margin: 2px;
	padding-left: 5px;
}
p.footer {
	padding: 5px;
	margin: 0px;
	padding-bottom: 15px;
	font-size: 8pt;
}
input.button {
	background-color: #FF9900;
	color: #FFECD7;
	border: 1px ridge #FFBF60;
}
.calender {
	position: absolute;
	visibility: hidden;
	background-color: #FFFFFF;
	layer-background-color: #FFFFFF;
}

/*** box ***/
table.box {
	/*border: 1px solid #FFBF60;*/
	spacing: 0px;
	width: 150px;
}
table.package {
	padding: 5px;
	margin-bottom: 20px;
}

table.hotel-detail-rooms {
	background-color: #ddd;
	}
	
table.hotel-detail-rooms td {
	background-color: white;
	vertical-align: top;
	padding: 1px;
}
			
table.hotel-detail-rooms-prices {
}
			
table.hotel-detail-rooms-prices td {
	background-color: white;
	vertical-align: top;
	border-bottom: solid 1px #000;
}
			
table.checkbox {
	background-color: #F5F5F5;
	border: 1px solid #4B7CAF;
	padding: 5px;
}
td.topic {
	padding: 5px;
	background-color: #FFECD7;
	color: #000000;
	border-bottom: 1px solid #FF9900;
	font-weight: bold;
}
tr.topic {
	background-color: #FBFBFB;
}
td.content {
	padding: 5px;
	background-color: #FFF4E8;
}
td.content-sub {
	border: solid 1px FFF4E8;
}
.small {
	font-size: 8pt;
}

/*** Auszeichnungen ***/
h1.cst,h2.cst,h3.cst {
	font-size: 14px;
	color: #336699;
	font-weight: bold;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: F5F5F5;
	border-bottom: 1px solid #DEDEDE;
}
h2.cst {
	font-size: 12pt;
	color: #4B7CAF;
}
h3.cst {
	font-size: 10pt;
	color: #5888BC;
}
hr {
	border: 1px solid #DEDEDE;
	height: 1px;
}
span.cst-title {
	font-size: 12pt;
	font-weight: bold;
}
span.cst-bold {
	font-weight: bold;
	color: #336699;
}
span.cst-error {
	font-weight: bold;
	color: darkred;
}
span.cst-price {
	font-weight: bold;
}
span.link-deactivated {
	color: #FFDBA4;
}

/** Links **/
a {
	text-decoration: none;
}
a.navnext, a.navback,
a.back, a.normal,
a.detail, a.detailhotel, a.detailoffer {
	text-decoration: none;
	color: #FF9900;
	border-bottom: 1px solid #FFDBA4;
}
a.detail {
	font-weight: bold;
}
a.navnext:hover, a.navback:hover,
a.back:hover, a.normal:hover,
a.detail:hover, a.detailhotel:hover {
	text-decoration: none;
	color: #000000; border-bottom: 1px solid #FF9900;
}
img.cst {
}
a.small {
	color: #888888;
	font-size: 10px;
}
td.progress_text {
	text-align: right;
	color: #777777;
	font-size: 10px;
	padding-right: 2px;
}
td.progress_item, td.progress_item_active, td.progress_item_done {
	border: solid 1px #dddddd;
	color: #aaa;
	width: 20%;
	height: 20px;
}
td.progress_item_active {
	color: #000;
	border: solid 1px #FF9900;
	background-color: #FFF4E8;
}
td.progress_item_done {
	background-color: #FFF4E8;
}
div.progress_num {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

div.progress_title {
	font-size: 13px;
	text-align: center;
}

table.checkbox {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	padding: 5px;
}
table.programs td {
	border-bottom: solid 1px #ddd;
}
div.roomtype-teaser-name-selected {
	background-color: lightgreen;
	border: 1px solid green;
	margin: 2px;
	padding: 2px;
}
input.roomtype-radio {
	display: none;
}
span#package-box-price-price {
	font-weight: bold;
}

tr.roomless td {
	background-color: red;
}
