/* CSS Document */
html, body {
	background: #c1d5e1;
	margin: 0;
	height: auto;
	min-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

fieldset {
	border: 0;
	padding: 0;
}

img {
	border: 0;
}

a {
	color: #0A50A1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 799px;
	background: #ffffff url(../images/background.gif) repeat-y left;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#wmf_banner {
	width: 759px;
	height: 101px;
	padding: 12px 20px;
	background: #ffffff url(../images/background_logo.jpg);
}

#wmf_bannerpic {
	float: right;
	display: block;
} 

#wmf_mainmenu {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 38px;
	background: #fdbf6f;
}

#wmf_mainmenu li {
	float: left;
}

#wmf_mainmenu li a {
	display: block;
	text-align: center;
	width: 122px;
	border-right: 1px solid #ffffff;
	font-weight: bold;
	padding: 5px;
	height: 28px;
}

#wmf_mainmenu li a.active {
	background: #ff7f00;
	color: white;
}

#wmf_meta {
	background: #0A50A1;
	padding: 5px 30px;
	height: 13px;
	color: #ffffff;
	font-size: 10px;
}

#wmf_meta a {
	color: #ffffff;
	font-size: 10px;
}

#wmf_meta a.current {
	font-weight: bold;
}

#wmf_breadcrumps {
	float: left;
	margin: 0;
	list-style-type: none;
	padding: 0;
}

#wmf_breadcrumps li {
	float: left;
	padding: 0px 2px;
}

#wmf_metamenu {
	float: right;
	margin: 0;
	list-style-type: none;
	padding: 0;
}

#wmf_metamenu li {
	float: left;
	padding: 0px 2px;
}

#wmf_metamenu a {
	font-weight: bold;
}

#wmf_submenu {
	float: left;
	width: 153px;
	padding: 0px 10px 0px 30px;
	margin: 20px 0px;
	list-style-type: none;
}

#wmf_submenu ul {
	padding: 0px 10px;
	list-style-type: none;
	margin: 0px 0px 15px 0px;
}

#wmf_submenu li {
	padding: 1px 0px;
	margin: 0;
}

#wmf_submenu a {
	font-size: 12px;
	font-weight: bold;
	
}

#wmf_submenu ul a {
	font-weight: normal;
}

#wmf_submenu ul a.active,
#wmf_submenu a.current {
	color: #FF7F00;
	font-weight: bold;
}

#wmf_content {
	width: 550px;
	padding: 20px;
	min-height: 800px;
	background-position: 0px 60px;
	float: right;
}

#wmf_content h1 {
	margin: 25px 0px 20px 0px;
	color: #FF7F00;
}

#wmf_content h1.csc-firstHeader {
	margin-top: 0px;
}

#wmf_content p {
	margin: 0px 0px 10px 0px;
}

#wmf_search {
	float: left;
	width: 153px;
	padding: 0px 10px 0px 30px;
	margin: 20px 0px;
}

.clear {
	clear: both;
}



/* CONTENT ELEMENTE */
.contenttable {
	width: 100%;
}

th {
	text-align: left;
}

div.two_columns div.column {
	width: 48%;
}

div.two_columns div.column-0 {
	float: left;
}

div.two_columns div.column-1 {
	float: right;
}

div.tx-indexedsearch-whatis {
	margin-top: 25px;
	padding-top: 15px;
	border-top: dotted 1px #bdcfdd;
}

dt.tx-indexedsearch-text-item-path {
	float: left;
}



.fahrplantabelle .td-0 {
        white-space: nowrap;
        vertical-align: top;
	padding-right: 10px;
}


.fahrplantabelle .td-1 {
	white-space: nowrap;
	vertical-align: top;
	padding-right: 10px;
}

.fahrplantabelle .td-2 {
	vertical-align: top;
	text-align: left;
	width: 80%;
}

table.roterkasten {
	background: #ee0000;
	font-weight: bold;
	color: #ffffff;
	width: 100%
}

table.roterkasten td {
	padding: 0px
}

table.hellroterkasten {
	background: #fca57e;
	font-weight: bold;
	color: #ee0000;
	width: 100%
}
table.hellroterkasten td {
	padding: 0px
}
	
	
.box {
	padding: 5px;
	margin: 0px;
	border: 0px;
}

.box-1 {
	background: #ee0000;
	color: #ffffff;
}

.box-2 {
	background: #fca57e;
	color: #ee0000;
}

.box-3 {
	background: #0000ee;
	color: #ffffff;
}
span.important {
	font-size: 20px;
	font-weight: bold;
}

/** Search Pagination **/
.browsebox {
	list-style-type: none;
	margin: 20px 0px;
	overflow: hidden;
	padding: 0;
}

.browsebox li {
	float: left;
	margin-right: 20px;
}

#wmf_content p.tx-indexedsearch-descr {
	margin-bottom: 5px;
}

dl.tx-indexedsearch-info {
	margin: 0;
}
