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

SPAN.date {
	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 {
	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: 155px;
	height: 190px;
	margin-bottom: 10px;
	border: 2px solid #A7B9DD;
	float: left;
}

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

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

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;
}

DIV#listteaser TABLE.item TD.price {
	padding-bottom: 6px;
}

DIV#listteaser TABLE.item TD.button {
	text-align: right;
	padding-right: 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 {
	
}

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

DIV#finder TD.form {
	padding: 2px;
}

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

DIV#finder SELECT {
	width: 114px;
}

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


/* Teaser */
DIV#teaser {
	width: 168px;
}

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

DIV#teaser TABLE.teaser {
	border-bottom: 2px solid white;
	width: 168px;
}

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

DIV#teaser TABLE.text TD {
	padding: 0;
	padding-right: 3px;
}

DIV#teaser TABLE.teaser TD.image IMG {
	display: block;
}
