/* Allgemeine Formatierungen */
SPAN.price {
	font-weight: bold;
	color: #990000;
}

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: 486px;
	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/backgroundBoxHeader.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: 22px;
	margin: 0;
	padding: 1px 12px 0 8px;
	color: #FFFFFF;
}



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



/* Listenteaser */
DIV#listteaser TABLE.item {
	width: 155px;
	height: 190px;
	margin-bottom: 6px;
	border: 2px solid #A7B9DD;
	float: left;
}

DIV#listteaser TABLE.row1 {
	margin-left: 3px;
}

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

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

DIV#listteaser TABLE.item TD.content DIV.text {
	padding: 0 2px;
}

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

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

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 {
	height: 75px;
	padding-top: 61px;
	margin-bottom: 10px;
	background: url(../img/background_finder.jpg) no-repeat;
}

* html DIV#finder {
	height: 136px;
}

DIV#finder TD,
DIV#finder TH,
DIV#finder FORM,
DIV#finder INPUT,
DIV#finder SELECT {
	font-size: 8pt;
}

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

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