
/* -- Allgemeine Änderungen am Design (hauptsächlich Farben) -- */

body {
	background: White ! important;
}

#header {
	background: White ! important;
}

#teaser {
	background: #EFF0F0 ! important; /* #F1F1F2 */
}

#footer {
	background: #EFF0F0 ! important; /* #F9F9F9 */
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title {
	background-color: #EFF0F0 ! important;
}

#nav_main {
	background-color: White ! important;
}
#nav_main #current {
	background-color: white ! important;
}

table.contenttable th {
	color: White ! important;
}
.REboxBlueContent {
	background-color: White ! important;
}
.rBline2, .rBline3, .rBline4 {
	background-color: White ! important;
}
#banner {
	right: 0px ! important;
	top: 0px ! important;
}
#col3_content {
	padding: 0px ! important;
	padding-top: 10px ! important;
}
/* --------------------- Hotelguideliste ---------------------- */

table.hotelguide {
	border-collapse: collapse;
	background-color: inherit;
}


table.hotelguide tbody tr.Wechselfarbe1 {
	background-color: #EFF0F0; /* #F1F1F2 */
}
table.hotelguide tbody tr.Wechselfarbe2 {
	background-color: inherited;
}


table.hotelguide thead th {
	text-align: left          ! important;
	background-color: White   ! important;
	color: Black              ! important;
	padding-right: 0px;       ! important;
}

table.hotelguide thead th small {
	font-weight: normal;      ! important;
	font-size: 10px;          ! important;
	line-height: 12px;        ! important;
}



table.hotelguide tbody tr td sup {
	font-size: 1.4em;
}


input.Sucheingabefeld {
	width: 150px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	display: inline;
}

input.Suchbutton {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	display: inline;
}

select.Stadtfilter {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 40px;
	margin-right: 0px;
	display: inline;
}

/* ------------------------------------------------------------ */



/* ---------- CSS-Design für Hotelguide (Einzelansicht) ------- */

table.preview {
	border-collapse: collapse;
	empty-cells: show;
	background-color: inherit;
	width: auto;
	margin-bottom: 0.5em;
}


table.preview tbody tr th {
	background-color: #A70C1C;
	color: White;
	font: 1.3em sans-serif;
}

table.preview tbody tr th:first-child {
	text-align: left;
	border-left: 4px solid White;
}

table.preview tbody tr th:last-child {
	text-align: right;
	padding-right: 10px;
	border-right: 4px solid White;
}

table.preview tbody tr td {
	background-color: #EFF0F0;
	text-align: left;
	vertical-align: top;
	border: 4px solid White;
}

table.preview tbody tr td.empty {
	background-color: White;
}

table.preview tbody tr td div.box p.item {
	font: 0.90em sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.25em;
}

table.preview tbody tr td div.box p.item img.icon {
	vertical-align: bottom;
}

table.preview tbody tr td div.box h1 {
	font: bold 0.90em sans-serif;
	color: #A70C1C;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.25em;
}

table.preview tr td.Navigationszeile {
	background-color: White;
	text-align: left;
	vertical-align: bottom;
	height: 50px;
}

/* --------------------------------------------------------------------------------- */

table.Transportmittel {
	border-collapse: collapse;
	empty-cells: show;
	background-color: inherit;
	width: auto;
	margin-bottom: 0;
}

table.Transportmittel tr td {
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 0px 2px;
	line-height: 0.90em;
}


/* --------------------------------------------------------------------------------- */



table.Sortier {
	border-collapse: collapse;
	background-color: inherit;
	empty-cells: show;
	margin: 0px 0px 0px 0px;
	/* width: 100%; */
}

table.Sortier tr th {
	padding: 0px 0px 0px 0px;
}

table.Sortier tr td {
	padding: 0px 3px 0px 0px;
	width: 40px;
	text-align: right;
}





