/* Allgemeine Formatierungen */
SPAN.price {
	font-weight: bold;
	color: #DF7F32;
}

SPAN.date {
	font-weight: bold;
	font-size: 9pt;
	color: #DF7F32;
}

SPAN.days {
	font-size: 9pt;
	font-weight: bold;
}

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: 574px;
	margin-bottom: 10px;
	background: #F9F9F9;
	border: 1px solid #E2E2E2;
}

TABLE.box TD.header {
	background: #DDE6E1;
}

TABLE.box TD.alternate {
	background: #DDE6E1;
}

TABLE.box TD.content {
	padding: 7px 17px 13px 13px;
}

TABLE.box TD.header H1 {
	display: block;
	line-height: 27px;
	margin: 0 8px;
	padding: 0;
	font-size: 9pt;
}


/* Listenansicht */
DIV#list TABLE.box TD.content {
	padding: 2px 2px 8px 8px;
}

DIV#list TABLE.box TD.header H1 {
	display: inline;
	width: 492px;
	float: left;
}

TABLE.box DIV.headerButton {
	width: 61px;
	float: left;
	padding-top: 3px;
	display: inline;
}



/* Listenteaser */
DIV#listteaser TABLE.item {
	width: 186px;
	height: 226px;
	margin-bottom: 9px;
	float: left;
	background-color: #EDF0F7;
	color: #3F6FAF;
	overflow: hidden;
}

DIV#listteaser TABLE.row1, DIV#listteaser TABLE.row2 {
	margin-right: 8px;
}

DIV#listteaser TABLE.item TD.content {
	vertical-align: top;
}

DIV#listteaser TABLE.item TD.content IMG {
	border: 3px solid #C5CFDB;
}

DIV#listteaser TABLE.item TD.content DIV.text {
	padding: 4px 8px 2px 8px;
	font-weight: bold;
	font-size: 9pt;
}

DIV#listteaser TABLE.item TR.info {
	background-color: #E6EAF5;
}

DIV#listteaser TABLE.item TD.price {
	padding-left: 6px;
}

DIV#listteaser TABLE.item TD.button {
	text-align: right;
	padding-right: 3px;
}



/* 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 {
	color: #FFF;
}

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: 108px;
}

DIV#finder SELECT {
	width: 114px;
}

DIV#finder .daySelector, 
DIV#finder .monthSelector, 
DIV#finder .yearSelector {
	width: 38px;
}


/* Teaser */
DIV#teaser TD, 
DIV#teaser SPAN.price,
DIV#teaser SPAN.date {
	font-size: 8.5pt;
	color: #000;
}

DIV#teaser SPAN.date {	
	font-weight: normal;
}

DIV#teaser TABLE.teaser {
	width: 178px;
	margin: -6px 0 3px -6px;
}

DIV#teaser TABLE.teaser TD.image {
	padding-left: 8px;
	width: 50px;
}

DIV#teaser TABLE.teaser TD {
	padding: 6px 0;
}

DIV#teaser TABLE.text TD {
	padding: 0 6px 0 0;
}

DIV#teaser TABLE.teaser A {
	font-weight: normal;
	color: #000;
}
