/* CSS Fuenfwerken Design AG for MVG */

body {
	font: 0.75em Arial, Helvetica, sans-serif;
	color: #264474;
}
a {
	color: #264474;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
label {
	cursor: pointer;
}
input, select, textarea {
	font: 100% Arial, Helvetica, sans-serif;
}
h1 {
	float: left;
	height: 38px;
	line-height: 38px;
	font-size: 1.67em;
	font-weight: bold;
}
h2 {
	float: left;
	font-weight: bold;
}
h3 {
	height: 31px;
	line-height: 31px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	margin-bottom: 30px;
	background: url(img/title.gif) repeat-x;
}
h3 span {
	padding-right: 29px;
	background: url(img/arrow2.gif) no-repeat right center;
}
h3 span.active {
	background-image: url(img/arrow4.gif);
}
h3:hover {
	text-decoration: underline;
}

.wrap {
	width: 1024px;
	background: #fefefe url(img/body.gif) repeat-x;
}
.logo {
	display: block;
	margin-left: 20px;
}
#header {
	height: 38px;
	padding: 0 37px 0 20px;
	margin-bottom: 1px;
	background: url(img/header.gif) no-repeat 173px 0;
}
#header .float-left {
	width: 200px;
	margin-top: 8px;
	padding-left: 79px;
	height: 24px;
	line-height: 24px;
	color: #757678;
	font-size: 0.92em;
	font-weight: bold;
	background: url(img/header_logos.gif) no-repeat;
}
#header .float-right {
	height: 38px;
	line-height: 38px;
	font-size: 1.67em;
}
#main {	
	background: url(img/top_separator.gif) no-repeat 494px 0;
}
#main .float-left {
	width: 528px;
	padding: 61px 0 0 29px;
}
#main label {
	float: left;
	width: 164px;
	margin-bottom: 9px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
}
#main p label {
	width: 69px;
	height: 15px;
	line-height: 15px;
	background-repeat: no-repeat;
	background-position: right;
}
label.ubahn {
	background-image: url(img/u-bahn.gif);
}
label.bus {
	background-image: url(img/bus.gif);
}
label.tram {
	background-image: url(img/tram.gif);
}

label.sbahn {
	background-image: url(img/sbahn.gif);
}
#main input, #main select {
	float: left;
	border: 1px solid #c1c1c1;
	font-size: 0.92em;
	color: #999;
	margin-bottom: 9px;
}
#main input.active, #main select.active {
	color: #000;
}
#main input {
	width: 234px;
	height: 17px;
	padding: 3px 0 0 4px;
}
#main p input {
	width: auto;
	height: auto;
	padding: 0;
	border: none;
	margin: 1px 10px 0 0;
}
#main select {
	width: 240px;
	height: 20px;
}
#main .float-left p {
	float: left;
	width: 164px;
	margin-top: 19px;
	font-weight: bold;
}
#main .float-left br {
	clear: left;
}
a.show_details {
	display: block;
	float: left;
	margin: 45px 0 0 163px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #aeb2ba;
	cursor: pointer;
	background: #fefefe url(img/show_details.gif) repeat-x;
}
a.show_details span {
	display: block;
	width: 228px;
	padding: 2px 0 1px 10px;
	background: url(img/arrow.gif) no-repeat right center;
}
a.show_details span.refresh {
	background-image: url(img/refresh.gif);
}
#main .float-right {
	float: left;
	width: 450px;
	margin-top: 61px;
}
#main .float-right img {
	float: right;
	margin-right: 19px;
}
#main .float-right p {
	margin-top: 15px;
}
.traffic_wrap {
	height: 210px;
	overflow: auto;
}
.top {
	margin-top: 5px;
	height: 2px;
	font-size: 1px;
	background: url(img/top.gif) no-repeat;
}
.traffic_news {
	border-left: 1px solid #dadadc;
	border-right: 1px solid #dadadc;
	width: 406px;
	padding: 0 16px 0 9px;
	color: #434343;
	font-size: 0.92em;
	background: #f8f9fb url(img/traffic.jpg) repeat-x;
}
.traffic_news div {
	padding: 4px 0 8px;
	background: url(img/arrow3.gif) no-repeat right center;
}
#main .float-right .traffic_news p {
	font-size: 1.09em;
	word-spacing: 2px;
	margin: 0 0 3px;
	font-weight: bold;
}
.traffic_news span {
	background: #ffea00;
	word-spacing: normal;
}
.bottom {
	height: 2px;
	font-size: 1px;
	background: url(img/bottom.gif) no-repeat;
}


.info, .info1 {
	float: left;
	width: 228px;
	height: 159px;
	margin-right: 19px;
	margin-bottom: 59px;
	background: url(img/box.gif) no-repeat;
}
.info1 {
	margin-left: 27px;
}
.info p {
	margin: 7px 10px 8px;
}
.info1 p {
	margin: 7px 10px 22px 10px;
	line-height: 1.5em;
}
.info a, .info1 a {
	font-weight: bold;
}
.info img {
	display: block;
	margin: auto;
}
.info1 img {
	float: right;
	margin: 20px 20px 0 0;
}
#footer {
	clear: left;
	margin: 0 34px 0 26px;
	padding: 8px 0 7px;
	border-top: 1px solid #e4e4e4;
	color: #b1b1b1;
	font-size: 0.92em;
	overflow: hidden;
}
#footer a {
	color: #b1b1b1;
}
* html #main p input {
	margin-top: 0;
	position: relative;
	bottom: 3px;
}
*+html #main p input {
	margin-top: 0;
	position: relative;
	bottom: 3px;
}
* html a.show_details:hover {
	text-decoration: none;
}
* html a.show_details, * html .info, * html .info1 {
	display: inline;
}