@charset "utf-8";
/* CSS Document */

body{
	text-align:left;
	color:#333;
	background:#CCC;
}

#gesamt{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Geneva, sans-serif;
}

#header{
	width:910px;
	height:210px;
	background:url(images/header.jpg);
	text-align:right;
	font-size:48px;
	color:#C00;
	padding:25px;
}

#news {
	text-align:right;
	width:1240;
	padding:20px;
}

#navi{
	width:960px;
	height:40px;
	background:#C30;
}

#navi ul{
	list-style:none;
	margin:0;
	padding:0;
}

#navi ul li a{
	display:block;
	width:150px;
	height:40px;
	line-height:40px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	background:#C30;
	text-transform:uppercase;
	float:left;
	border-right:1px solid #FFF;
}

#navi ul li a:hover{
	background:#C00;
}

#content{
	width:880px;
	background:#FFF;
	padding:40px;
	font-size:12px;
}

a img{
	border:none}

#footer{
	width:948px;
	height:16px;
	background:#C30;
	text-align:right;
	font-size:10px;
	padding:6px;
}

#footer a{
	color:#FFF;
	text-decoration:none;
	margin-right:10px;
}

#footer a:hover{
	text-decoration:underline;
}

a{
	color:#C30;
}

table{
	float:left;
	margin:10px;
}

.floatKiller{
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	paddig: 0;
	margin: 0;
}

.frei{
	background:#3C3;
}

.belegt{
	background:#C60;
}

.anreise{
	background:#669;
}

	
h1 {
	
	
	color:#C00;
	padding:25px;
}