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

SPAN.date {
	font-weight: bold;
	color: #596f8d;
}

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: 541px;
	margin-bottom: 10px;
	background: url(../img/backgroundPart.png) repeat-y;
}

TABLE.box TD {
	font: 11px Verdana;
}

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

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

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

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



/* 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: 15px;
	border: 2px solid #ECD48F;
	float: left;
}

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

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 {
	position: absolute;
	top: 225px;
	left: 20px;
	width: 199px;
	height: 212px;
	background: url(../img/backgroundReisefinder.png) no-repeat;
}

DIV#finder FORM {
	margin-top: 50px;
	
}

DIV#finder TH, DIV#finder TD {
	font: 10px Verdana;
	color: #fff;
} 

DIV#finder FORM SELECT, DIV#finder FORM INPUT {
	width: 110px;
	font: 10px Verdana;
	margin: 0 0 2px 1px;
	padding: 0;
}

DIV#finder SELECT.daySelector, DIV#finder SELECT.monthSelector, DIV#finder SELECT.yearSelector {
	font: 10px Arial;
}

DIV#finder FORM INPUT {
	width: 106px;
}

DIV#finder SELECT#day, DIV#finder SELECT#month, DIV#finder SELECT#year {
	width: 36px;
}

DIV#finder TH {
	text-align: right;
}

DIV#finder .right {
	padding: 0 2px 0 5px;
}


/* Teaser */
DIV#teaser {
	margin-top: 10px;
}

DIV#teaser TABLE.teaser {
	width: 201px;
	height: 70px;
	margin-bottom: 10px;
	background: url(../img/backgroundTeaser.jpg);
	/*padding: 6px 0 0 11px;*/
}

DIV#teaser TABLE.teaser TD.image IMG {
	margin: 9px 0 0 14px;
}

DIV#teaser TABLE.full {
	width: 115px;
	height: 58px;
	margin: 6px 0 0 0;
}

DIV#teaser TABLE.full TD {
	font-size: 10px;
}

DIV#teaser SPAN.price {
	display: block;
	padding-bottom: 5px;
}
