/* Allgemeine Formatierungen */
SPAN.price {
	font-weight: bold;
	color: #637998;
	font-size: 11pt;
}

SPAN.date {
	font-weight: bold;
	font-size: 10pt;
	color: #ba3817;
}

SPAN.days {
	font-size: 10pt;
}

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: 545px;
	margin-bottom: 10px;
	background: #FAFBFF;
	border: 1px solid #E5E8EF;
}

TABLE.large {
	width: 545px;
}

TABLE.box TD.header {
	background: #D2D8E8;
}

TABLE.box TD.alternate {
	background: #E8EDF3;
}

TABLE.box TD.content {
	padding: 7px 17px 13px 13px;
}

TABLE.box TD.header H1 {
	display: block;
	line-height: 27px;
	margin: 0 8px;
	padding: 0;
	color: #3B77AD;
	font-size: 10pt;
}

TABLE.box DIV.headerButton {
	width: 67px;
	float: left;
	display: inline;
}


/* Listenansicht */
DIV#list TABLE.box TD.content {
	padding: 2px 5px 2px 8px;
}

DIV#list TABLE.box TD.header H1 {
	display: inline;
	width: 460px;
	float: left;
}



/* Listenteaser */
DIV#listteaser TABLE.item {
	width: 175px;
	height: 226px;
	margin-bottom: 10px;
	float: left;
	background-color: #F1F4F9;
}

DIV#listteaser TABLE.row1, DIV#listteaser TABLE.row2 {
	margin-right: 10px;
}

DIV#listteaser TABLE.item TD.content {
	vertical-align: top;
}

DIV#listteaser TABLE.item TD.content IMG {
	border: 3px solid #D2D8E8;
}

DIV#listteaser TABLE.item TD.content DIV.text {
	padding: 4px 8px 2px 8px;
	font-weight: bold;
	font-size: 10pt;
}

DIV#listteaser TABLE.item TR.info {
	background-color: #E6E9F3;
}

DIV#listteaser TABLE.item TD.price {
	padding-left: 6px;
}

DIV#listteaser TABLE.item TD.button {
	text-align: right;
	padding-right: 6px;
}



/* 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-size: 8pt;
}

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: 7px;
}

DIV#finder INPUT {
	width: 108px;
}

DIV#finder SELECT {
	width: 114px;
}

DIV#finder .daySelector, 
DIV#finder .monthSelector, 
DIV#finder .yearSelector {
	width: 38px;
}


/* Teaser */
DIV#teaser {
	font-size: 8pt;
}

DIV#teaser TD, 
DIV#teaser SPAN.price {
	font-size: 8pt;
}

DIV#teaser TABLE.teaser {
	background: url(../img/teaserBottom.jpg) no-repeat bottom;
	width: 183px;
}

DIV#teaser TABLE.teaser TD {
	padding: 10px 0;
}

DIV#teaser TABLE.text TD {
	padding: 0;
	padding-right: 3px;
}

DIV#teaser TABLE.text IMG {
	margin: 0 2px 2px 0;
}

DIV#teaser A {
	font-weight: normal;
	color: #000;
}
