html,body {
	margin:0;
	padding:0;
	background:#FFFFFF;
}

body {
	font: 12px verdana,sans-serif;
	text-align:center;
}
	
p {
	font: 12px verdana,sans-serif;
}

h1 {
	font-family : verdana;
	font-size : 14px;
	padding-top : 5px;
	padding-bottom : 5px;
	color : #000000;
	font-weight : bold;
}

hr {
	border : 0;
	border-top : solid 3px #3a436c;
	border-bottom : transparent;
	width : 730px;
}

select, input, textarea {
	background-color : #d8ebef;
	border : 1px dashed #3a436c;
	font-family : verdana;
	font-size: 12px;
}

a:link {
	text-decoration : none;
	color : #3a436c;
}

a:visited {
	text-decoration : none;
	color : #3a436c;
}

a:hover {
	text-decoration : underline;
	color : #db4036;
}

a:active {
	text-decoration : none;
	color : #3a436c;
}

fieldset {
	border : 0;
	padding : 0;
	margin : 0;
}

label {
	width : 150px;
	float : left;
}

input, textarea {
	margin : 1px;
}

#logo {
	padding-left: 26px;
	padding-top: 35px;
	margin : 0;
	opacity:0.8;
	text-align:left;
}

#timedate {
	font : 12px verdana;
	font-weight : bold;
	text-align : right;
	padding-top : 10px;
	padding-right : 10px;
	margin : 0;
	float : right;
}

div#header {
	height:200px;
	margin:0;
	filter:alpha(opacity=80);
}

div#container {
	text-align:left;
	background:#fff;
	border:1px solid #000;
	width:900px;
	background-image:url(bg.jpg);
	background-repeat : no-repeat;
	margin:0 auto;
}

div#navigation {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	width:126px;
	display:inline;
}

table.menu a {
	display : block;
	margin : 3px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 9px;
	padding-bottom : 9px;
	border : 1px dashed #3a436c;
}

div.menu a {
	color : #333333;
	text-decoration : none;
	font-weight : bold;
	font-size : 13px;
	line-height : 10px;
	font-family : verdana;
}

div.menu a:link {
	color : #db4036;
	background : #d8ebef;
}

div.menu a:active {
	color : #db4036;
	background : #d8ebef;
}

div.menu a:visited {
	color : #db4036;
	background : #d8ebef;
}

div.menu a:hover {
	color : #3a436c;
	background : #eeeeee;
	text-decoration : none;
}

div#content { 
	float:right;
	width:730px;
	min-height: 300px;
	background-color: #ffffff;
	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;
	opacity:0.8;
	filter:alpha(opacity=80);
	margin-left:0px;
	margin-right:0px;
	margin-top:2px;
	margin-bottom:0px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
}

div#footer {
	clear:both;
	width:900px;
	margin:0;
	background-color : #d8ebef;
	border-top: 1px solid #000000;
}

table.copy{
	font-family : verdana,sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #000000;
	padding : 2px 2px;
}

/*------------------------------------------- 
CSS-Styles für den Fahrplan
--------------------------------------------*/

table.fahrplan{
	font-family : verdana,sans-serif;
	text-align : left;
	color : #000000;
}

td.head {
	font-size : 13px;
	font-weight : bold;
	color : #3a436c;
	background : #eeeeee;
	padding : 3px;
}

.fahrplan td {
	padding : 5px;
}

td#center {
	text-align : center;
}

tr.one {
	font-size : 12px;
	height : 30px;
	background : #d8ebef;
}

tr.two {
	font-size : 12px;
	height : 30px;
	background : #eeeeee;
}