body{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image:url(img/bg.gif);
	background-repeat:repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	}
h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: #003867;
	}
h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #900;
	text-align: center;
	}
#logo{
	background-image:url(img/logo.png);
	background-repeat:no-repeat;
	margin: 50px 0 0 100px;
	padding: 0 0 0 0;
	height: 100px;
	width: 300px;
	}
#balken{
	background-color: #003867;
	height: 5px;
	width: 800px;
	margin: 0px 0 0 100px;
	}
#navigation{
	margin: 10px 0 0 100px;
	height: 20px;
	width: 300px;
	text-decoration: none;
	}
#inhalt{
	margin: 10px 0 0 100px;
	width: 800px;
	}
#zeiten{
	width: 200px;
	margin: 0 0 0 145px;
	text-align:center;
	}
a:link{
	text-decoration: none;
	color: #003867;
	}
a:visited{
	color: #003867;
	}
a:hover{
	text-decoration: none;
	color: #FFF;
	}