@charset "UTF-8";
/* Layout */
div.information_main {
	text-align:left;
	margin:0 auto;
	width:620px;

	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -310px;
}

div.information_top {
	height:120px;
	width:100%;
	background-image:url("../img/top.png");
	background-repeat:no-repeat;
}

div.information_middle {
	background-image:url("../img/bg.png");
	background-repeat:repeat-y;
	width:100%;
}

div.information_station {
	background-image:url("../img/station.png");
	background-repeat:no-repeat;
	float:left;
	width:284px;
	height:49px;
	font-family:Arial, Helvetica, sans-serif;
}

div.information_train {
	background-image:url("../img/train.png");
	background-repeat:no-repeat;
	float:left;
	width:284px;
	height:49px;
	font-family:Arial, Helvetica, sans-serif;
}

div.information_time {
	background-image:url("../img/time.png");
	background-repeat:no-repeat;
	float:right;
	width:284px;
	height:49px;
	font-family:Arial, Helvetica, sans-serif;
}

div.information_content {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

p.information_close {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

div.information_bottom {
	width: 100%;
	background-image: url("../img/bottom.png");
	background-repeat:no-repeat;
	height: 20px;
}
/* Tabelle */
th.information_head {
	background-image: url("../img/table_bg.png");
	background-repeat:repeat-x;
	height:18px;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
td.information_body {
	height:18px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.body_odd {
	background-color:white;
}
.body_even {
	background-color:#d3ebd5;
}

caption.information_body {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-left:2px;
}

table.information_body {
	margin-top:10px;
}

div.no_informations {
	margin-top: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.body_update {
	background-color:#FFCCCC;
	font-weight:bold;
}

a.information:active, a.information:visited, a.information:link {
	color: black;
	text-decoration: none;
	font-weight: normal;
}

a.information:HOVER {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}
/* Integration Echtzeitauskunft auf Webseite*/
div.information_train_times {
	margin-top:10px; 
	margin-bottom:10px; 
	width:680px; 
	height:205px;
	background-image:url("http://www.erfurter-bahn.de/bahn/auskunft/img/bg-train-times.jpg");
	position:relative;

}
table.information_table {
	position:absolute;
	top:105px;
	left:25px;
}
p.information_faq {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	position:absolute;
	top:180px;
	right:0px;
}

ul.information_station_list {
	list-style-image: url('http://bahn.erfurter-bahn.de/templates/EB/icons/dot.png');
}
div.information_selectbox {
	position:absolute;
	top:60px;
	left:90px;
}
div.information_trainsearch {
	position:absolute;
	top:55px;
	left:405px;
}
select.information_selectbox {
	font-size:14px;
}
option.information_selectbox_item {
	font-size:14px;
}
input.information_trainsearch {
	font-size:14px;
}
