/* Allgemeine Formatierungen */
SPAN.price {
	font: 12px Verdana;
	font-weight: bold;
	color: #F18815;
}

SPAN.date {
	font-weight: bold;
	color: #3F8AC3;
}

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 {
	border-collapse: collapse;
	width: 538px;
	margin-bottom: 10px;
	background: url(../img/backgroundBox.png) repeat-y;
}

TABLE.box TD.header {
	background: url(../img/backgroundBoxHeader.png) no-repeat;
}

TABLE.box TD.alternate {
	background: url(../img/backgroundBoxHeaderAlternative.png) no-repeat;
}

TABLE.box TD.content {
	padding: 7px 17px 13px 13px;
	background: url(../img/backgroundBoxBottom.png) no-repeat bottom;
}

TABLE.box TD.header H1 {
	display: block;
	line-height: 20px;
	margin: 0 8px;
	padding: 0;
	color: #040000;
}

DIV#list TABLE.box TD.header H1 {
	display: inline;
	width: 449px;
	float: left;
}

TABLE.box DIV.headerButton {
	width: 70px;
	float: left;
	display: inline;
}

TABLE.box DIV.headerButton IMG {
	width: 72px;
	height: 21px;
	background: url(../img/boxDetailButton.png) no-repeat right;
}

TABLE.box TD.alternate DIV.headerButton IMG {
	background: url(../img/boxDetailButtonAlternative.png) no-repeat right;
}



/* Listenansicht */
DIV#list TABLE.box TD.content {
	padding: 2px 12px 8px 8px;
} 



/* Listenteaser */
DIV#listteaser TABLE.item {
	border-collapse: collapse;
	width: 176px;
	height: 170px;
	margin-bottom: 10px;
	float: left;
	background-color: #F1F1F1;
}

DIV#listteaser TABLE.row1, DIV#listteaser TABLE.row2 {
	margin-right: 9px;
}

DIV#listteaser TABLE.item TD.content {
	vertical-align: top;
	padding: 5px;
}

DIV#listteaser TABLE.item TD.content IMG {
	display: block;
	margin-bottom: 2px;
}

DIV#listteaser TABLE.item TD.price, DIV#listteaser TABLE.item TD.button {
	vertical-align: bottom;
	padding-bottom: 5px;
}

DIV#listteaser TABLE.item TD.price SPAN.price {
	margin: 0 0 5px 5px;
}

DIV#listteaser TABLE.item TD.button {
	text-align: right;
	padding: 0 2px 1px 0;
}




/* 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 {
	position: absolute;
	top: 163px;
	left: 756px;
	width: 192px;
	height: 197px;
	background: url(../img/backgroundFinder.png) no-repeat;
}

DIV#finder TD, DIV#finder TH, DIV#finder SELECT, DIV#finder INPUT {
	font: 10px Arial;
}

DIV#finder TD.form TABLE {
	margin: 60px 0 0 3px;
}

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: 3px;
}

DIV#finder SELECT {
	width: 114px;
}

DIV#finder .daySelector, DIV#finder .monthSelector, DIV#finder .yearSelector {
	width: 38px;
}


/* Teaser */
DIV#teaser {
}

DIV#teaser TD, DIV#teaser SPAN.price {
	font-size: 10px;
}

DIV#teaser TABLE.teaser {
	width: 172px;
	margin-left: 10px;
	border-bottom: 3px solid white;
}

DIV#teaser TABLE.teaser TD {
	padding: 8px 0;
}

DIV#teaser TABLE.text TD {
	padding: 0;
}