html,body {
	margin:0;
	padding:0;
	background:#dddddd;
	}

body {
	font: 12px verdana,sans-serif;
	text-align:center;
	}

p {
	font: 12px verdana,sans-serif;
	}

.small {
	font: 10px verdana,sans-serif;
	text-align:right;
	}

.fahrplan {
	border: 0;
	border-spacing: 0;
	cellspacing: 0;
	cellpadding: 10px;
}

.head {
	height: 30px;
	font-weight: bold;
	background-color: #d8ebef;
}

.one {
	height: 30px;
}

.two {
	height: 30px;
	background-color: #d8ebef;
}

h1 {
	font-family : verdana;
	font-size : 14px;
	padding-top : 5px;
	padding-bottom : 5px;
	color : #000000;
	font-weight : bold;
}

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: 40px;
	padding-top: 0px;
	margin : 0;
	opacity:0.8;
}

#timedate {
	padding-top: 10px;
	padding-right: 10px;
	margin : 0;
	text-align : right;
	font-weight : bold;
}

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;
	float:left;
	width:126px;
	}

table.menu a {
	display:block;
	margin:2px;
	padding-left : 10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	border:1px dotted #222222;
}

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;
	background-color: #fff;
	border-top: 1px dotted #222222;
	border-left: 1px dotted #222222;
	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#content-small {
	margin-left:12px;
	margin-top:10px;
	padding-left : 5px;
	padding-right : 5px;
	float:left;
	clear:left;
	width:114px;
	background-color: #eeeeee;
	border: 1px dotted #222222;
	visibility:hidden;
	}

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;
	}
