/* Allgemeine Formatierungen */
SPAN.price {
	font-weight: bold;
	color: #A61D17;
}

SPAN.date {
	font-weight: bold;
}

SPAN.days {
}

SPAN.title {
	font-weight: bold;
}


/* Tabellenformatierungen */
TABLE.full {
	border-collapse: collapse;
	width: 100%;
}

TD.right {
	text-align: right;
	padding-left: 10px;
}

TD.top {
	vertical-align: top;
}

TD.bottom {
	vertical-align: bottom;
}

TH {
	font-weight: normal;
	text-align: left;
}


/* Box */
TABLE.box {
	width: 534px;
	margin-bottom: 10px;
	background: #F9F9F9;
	border: 1px solid #E2E2E2;
}

TABLE.large {
	width:745px;
}

TABLE.box TD.header {
	background: #E2E2E2;
}

TABLE.box TD.alternate {
	background: #E2E2E2;
}

TABLE.box TD.content {
	padding: 7px 17px 13px 13px;
}

TABLE.box TD.header H1 {
	display: block;
	line-height: 25px;
	margin: 0 8px;
	padding: 0;
	font-size: 9pt;
}

DIV#list TABLE.box TD.header H1 {
	display: inline;
	width: 452px;
	float: left;
}

DIV#list TABLE.box DIV.headerButton {
	width: 64px;
	float: left;
	display: inline;
}


/* Listenansicht */
DIV#list TABLE.box TD.content {
	padding: 2px 2px 8px 8px;
} 



/* Listenteaser */
DIV#listteaser TABLE.item {
	width: 155px;
	height: 200px;
	margin-bottom: 10px;
	float: left;
	border: 2px solid #A6B9DA;
	overflow: hidden;
}

DIV#listteaser TABLE.row1, DIV#listteaser TABLE.row2 {
	margin-right: 34px;
}

DIV#listteaser TABLE.item TD.image {
	height: 115px;
	vertical-align: top;
}

DIV#listteaser TABLE.item TD.image IMG {
	border: 2px solid #FFF;
}

DIV#listteaser TABLE.item TD.text {
	padding: 3px;
	padding-bottom: 0;
	vertical-align: top;
	height: 61px;
	font-size: 8pt;
}

DIV#listteaser TABLE.item TD.price {
	padding-left: 6px;
	height: 24px;
}

DIV#listteaser TABLE.item TD.button {
	text-align: right;
	height: 24px;
}



/* Detailansicht */
DIV#detail TABLE.info TD {
	padding-top: 5px;
}

DIV#detail TABLE.info TD.label {
	width: 60px;
	padding-right: 10px;
	font-weight: bold;
}

DIV#detail SPAN.image {
	float: left;
}

DIV#detail SPAN.image IMG {
	margin: 0 10px 2px 0;
}

DIV#detail SPAN.introduction {
	font-weight: bold;
}

DIV#detail INPUT {
	margin: 0;
	padding: 0;
}

TD.stationHeader {
	height: 30px;
	background-color: #e8e8e8;
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
	padding: 0 5px;
}

TD.stationContent {
	background-color: #efefef;
	border-bottom: 1px solid #ffffff;
	padding: 5px;
}


/* Reisefinder */
DIV#finder TD, 
DIV#finder TH, 
DIV#finder SELECT, 
DIV#finder INPUT {
	font-size: 8pt;
}

DIV#finder .right {
	padding: 0 5px 0 0;
	text-align: right;
}

DIV#finder TD.form TABLE TD, 
DIV#finder TD.form TABLE TH {
	padding-top: 4px;
}

DIV#finder INPUT {
	width: 113px;
}

DIV#finder SELECT {
	width: 119px;
}

DIV#finder .daySelector, 
DIV#finder .monthSelector, 
DIV#finder .yearSelector {
	width: 39px;
}

DIV#finder .daySelector, 
DIV#finder .monthSelector {
	margin-right: 1px;
}


/* Teaser */
DIV#teaser {
	margin: 0 -8px;
}

DIV#teaser TABLE.teaser {
	width: 100%;
	margin-bottom: 8px;
	padding-bottom: 5px;
	border-bottom: 1px solid #E1D4B1;
}

DIV#teaser TABLE.teaser TD.image {
	padding-left: 10px;
	width: 48px;
	vertical-align: top;
}

DIV#teaser TABLE.teaser TD.text {
	padding-right: 8px;
	font-size: 8pt;
	color: #4B3907;
}

DIV#teaser TABLE.teaser TD.text SPAN.date,
DIV#teaser TABLE.teaser TD.text A, {
	font-size: 8pt;
	font-weight: normal;
	color: #000;
}

DIV#teaser TABLE.teaser TD.text SPAN.date {
	font-weight: bold;
}

DIV#teaser TABLE.teaser SPAN.price {
	font-weight: bold;
	font-size: 8pt;
}

DIV#teaser TABLE.teaser TD.button {
	text-align: right;
	padding-right: 5px;
}