/* Allgemeine Formatierungen */

SPAN.price {
	font-weight: bold;
	color: #D9241B;
}

SPAN.date {
	font-weight: bold;
	color: #D9241B;
}

SPAN.days {
	
}

SPAN.title {
	font-weight: bold;
}


/* Tabellenformatierungen */
TABLE.full {
	width: 100%;
}

TD.right {
	text-align: right;
	padding-left: 10px;
}

TD.top {
	vertical-align: top;
}

TD.middle {
	vertical-align: middle;
}

TD.bottom {
	vertical-align: bottom;
}

TD.bg_right {
	background-position: right;
}

TD.bg_left {
	background-position: left;
}

TH {
	font-weight: normal;
	text-align: left;
}


/* Box */
TABLE.box {
	width: 645px;
	margin-bottom: 10px;
	background: url(../img/background_table_box.jpg) repeat-y;
}

TABLE.box TR.top,TABLE.box TR.alternate {
	background: #FFF url(../img/background_table_header.jpg) no-repeat top;
}

TABLE.box TR.top TD {
	height: 25px;
	padding: 2px 10px 0 7px;
}

TABLE.box TR.bottom {
	background: #FFF url(../img/background_table_bottom.jpg) no-repeat top;
}

TABLE.box TR.bottom TD {
	height: 8px;
	font-size: 1px;
}

TABLE.box H1 {
	font-size: 9pt;
	font-weight: bold;
	margin: 0;
	margin-bottom: 3px;
	padding: 0;
	background: none;
	height: auto;
	line-height: auto;
}

TABLE.box TD.text {
	padding: 4px 10px 0 3px;
	vertical-align: top;
}

TABLE.box TD.button {
	padding-right: 6px;
	vertical-align: bottom;
	text-align: right;
}

* html TABLE.box TD.button IMG {
	margin-bottom: 6px;
}


/* Listenansicht */
DIV#list TABLE.box {
	width: 440px;
	background: url(../img/background_table_box_list.jpg) no-repeat;
	height: 95px;
}

DIV#list TABLE.box TD.image {
	padding: 4px 0 0 5px;
	width: 160px;
	vertical-align: top;
}

* HTML DIV#list TABLE.box TD.image {
	width: 165px;
}

DIV#list TABLE.box TD.image IMG {
	border: 1px solid #DDD;
}

DIV#list TABLE.box TD.title {
	text-align: right;
	padding: 3px 10px 0 0;
	height: 17px;
}

DIV#list TABLE.box TD.title a {
	color: #E39205;
}

* HTML DIV#list TABLE.box TD.title {
	height: 20px;
}

DIV#list TABLE.box TD.title H1 {
	color: #E39205;
	margin: 0;
	padding: 0;
	line-height: 17px;
}

DIV#list TABLE.box TD.text {
	font-size: 8pt;
	text-align: right;
	padding: 0 10px 0 0;
}

DIV#list TABLE.box TD.date {
	text-align: center;
	color: #000;
	vertical-align: bottom;
	padding-bottom: 5px;
}

DIV#list TABLE.box TD.date SPAN {
	color: #000;
	font-weight: normal;
}

DIV#list TABLE.box TD.price {
	height: 19px;
	vertical-align: bottom;
	padding-bottom: 5px;
}

* HTML DIV#list TABLE.box TD.price {
	height: 24px;
}

DIV#list TABLE.box TD.link {
	text-align: right;
	padding: 0 10px 5px 0;
	vertical-align: bottom;
}


/* Detailansicht */
DIV#detail SPAN.price,DIV#detail SPAN.date {
	font-size: 10pt;
}

DIV#detail H1 {
	color: #000;
}

DIV#detail SPAN.title {
	font-size: 10pt;
}

DIV#detail TD.text {
	padding: 8px 12px;
}

DIV#detail TABLE.info TD {
	padding-top: 5px;
}

DIV#detail TABLE.info TD.label {
	width: 60px;
	padding-right: 10px;
	font-weight: bold;
}

* html DIV#detail TABLE.box TD.button IMG {
	margin-top: -124px;
}

DIV#detail SPAN.image {
	float: right;
}

DIV#detail SPAN.image IMG {
	margin: 0 0 2px 10px;
}

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: 8pt Verdana;
	color: #000;
}

DIV#finder TABLE.form TD {
	padding-top: 2px;
	padding-bottom: 2px;
}

DIV#finder TH {
	padding-right: 3px;
	text-align: right;
	color: #D9241B;
	font-weight: bold;
}

DIV#finder INPUT {
	width: 130px;
}

DIV#finder SELECT,DIV#finder INPUT.submit {
	width: 136px;
}

DIV#finder .daySelector,DIV#finder .monthSelector,DIV#finder .yearSelector
	{
	width: 42px;
}

DIV#finder .daySelector,DIV#finder .monthSelector {
	margin-right: 4px;
}


/* Teaser */
DIV#teaser {
	margin-bottom: 15px;
	overflow: hidden;
}

DIV#teaser TABLE.teaser {
	width: 191px;
	height: 84px;
	margin-bottom: 5px;
	background: url(../img/background_teaser.jpg) no-repeat;
}

DIV#teaser TD.image {
	vertical-align: top;
	width: 75px;
}

DIV#teaser TD.image IMG {
	margin: 7px 0 0 8px;
}

DIV#teaser TD.text {
	padding: 3px 3px 0 0;
	vertical-align: top;
}

DIV#teaser TD.price {
	text-align: left;
	padding: 0 0 8px 0;
	vertival-align: bottom;
}

DIV#teaser TD.button {
	text-align: right;
	padding: 0 2px 7px 0;
	vertival-align: bottom;
}

DIV#teaser TD,DIV#teaser A {
	font: 10px Verdana;
	font-weight: normal;
	color: #000;
}

DIV#teaser SPAN.days {
	font-weight: bold;
}

DIV#teaser SPAN.price {
	font-weight: bold;
	font-size: 11px;
}