@charset "utf-8";

html, body {
	height: 99%;
	font-size: 100%;
}

body {
	background-color: #fff;
	margin: 0px;
	padding: 0;
	text-align: center;
	font: 13px/20px normal Helvetica, Arial, sans-serif;
	color: #4F5155;
}

input.submitbutton {
	color: #FFFFFF;
	background-color: rgb(235, 101, 0);
	border-style: none;
	height: 22px;
}

#container {
	min-height: 100%;
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 1050px;
	text-align: center;
	/*border: 1px solid #D0D0D0;*/
}

.page {
	overflow: auto;
	width: 800px;
	margin: 0px auto;
	margin-top: 30px;
	text-align: left;
	padding-bottom: 90px;
}

.indexpage {
	overflow: auto;
	width: 800px;
	margin: 0px auto;
	margin-top: 30px;
	text-align: left;
	padding-bottom: 90px;
	font: 14px/20px normal Helvetica, Arial, sans-serif;
}

#body {
	margin: 0px auto;
	text-align: left;
}

a {
	color: #4F5155;
	text-decoration: none;
	background-color: transparent;
	font-weight: normal;
}

a:link {
	color: #4F5155;
	background-color: transparent;
	border-bottom: 1px solid;
}

a:visited {
	color: #4F5155;
	background-color: transparent;
	border-bottom: 1px dotted;
}

a:hover {
	background-color: #4F5155;
	color: #fff;
}

a.normal_link {
	color: #4F5155;
	text-decoration: none;
	background-color: transparent;
	font-weight: normal;
}

#footer ul li a {
	color: white;
	text-decoration: none;
	background-color: transparent;
	font-weight: normal;
}

#footer ul li a:link {
	color: white;
	background-color: transparent;
	border-bottom: 1px solid;
}

#footer ul li a:visited {
	color: white;
	background-color: transparent;
	border-bottom: 1px dotted;
}

#footer ul li a:hover {
	color: white;
	background-color: transparent;
	color: #fff;
}

a.normal_link {
	color: #4F5155;
	text-decoration: none;
	background-color: transparent;
	font-weight: normal;
}

a.normal_link:link {
	border-bottom: 1px solid;
}

a.normal_link:visited {
	border-bottom: 1px dotted;
}

a.normal_link:hover {
	background-color: #4F5155;
	color: #fff;
}

a.nounderline {
	background-color: transparent;
	text-decoration: none;
	border-style: none;
	outline: none;
}

a img, a:visited img, a:link img, a:hover img {
	border: 0px none;
}

.image-link {
	text-decoration: none;
	border-style: none;
}

h1 {
	color: #444;
	background-color: transparent;
	border-bottom: 1px solid #D0D0D0;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
}

h2 {
	color: #444;
	background-color: transparent;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
}

div.indexpage h1 {
	color: rgb(235, 101, 0);
	background-color: transparent;
	border-bottom: 0px;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
}

div.indexpage h2 {
	color: #444;
	padding-top: 15px;
	background-color: transparent;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
}

hr {
	color: #444;
	background-color: transparent;
	border: 0px none;
	border-bottom: 1px solid #D0D0D0;
}

#body {
	margin: 0 15px 0 15px;
}

table.preise, table.stationspreise, table.zeiten {
	border-collapse: collapse;
	border: 0px;
	padding-right: 20px;
	width: 100%;
	font: 13px/20px normal Helvetica, Arial, sans-serif;
		text-align: left;
}

table.preise tr {
	border-bottom: 1px solid #D0D0D0;
	font: 13px/20px normal Helvetica, Arial, sans-serif;
}

table.preise td {
	vertical-align: middle;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font: 13px/20px normal Helvetica, Arial, sans-serif;
}

div.filter {
	width: 90%;
	background-color: black;
	color: white;
}

div.filtercontainer {
	float: left;
	background-color: black;
	color: white;
}

#searchform {
	background-color: black;
	color: white;
	width: 100%;
	padding-top: 20px;
	height: 80px;
}

table.filtertable {
	width: 300px;
	margin-left: 60px;
}

table.filtertable table.filtertable tr td, table.filtertable tr th {
	border-collapse: collapse;
	border: 0px;
	color: white;
	text-align: left;
	/*padding-right: 20px;*/
}

table.filtertable tr td, table.filtertable tr th {
	padding-right: 20px;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

#footer {
	background-color: black;
	color: white;
	text-align: right;
	font-size: 11px;
	border-top: 1px solid #D0D0D0;
	line-height: 32px;
	padding: 0 10px 0 10px;
	margin: 20px 0 0 0;
	width: 1000px;
	position: absolute;
	bottom: 20px;
	height: 60px; /* Height of the footer */
}

#footer ul {
	text-align: right;
	padding-left: .5em;
	margin-left: .5em;
	padding-right: 1em;
}

#footer li {
	float: right;
	padding-left: .5em;
	margin-left: .5em;
	padding-right: 1em;
	list-style-type: none;
}

#google-map-container {
	width: 100%;
}

#google-map {
	height: 200px;
	width: 100%;
}

#zeiten {
	float: right;
	width: 300px;
}

#zeiten td {
	padding-right: 20px;
}

#address, #preise {
	float: left;
	min-height: 220px;
	width: 300px;
}

.s {
	font-size: 70%;
}


.pagination strong , .pagination  a{
	margin-right: .3em;
}