/* CSS Document */

* {	margin: 0; 
padding:0;
}

#navitop {
	height: 35px;
	width: 580px;
	padding-top:30px;
	padding-left:220px;
	float:left;
}

#navitop li {
	display: inline;
	font-family: 'Source Sans Pro';
}
#navitop a {
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	padding: 50px 16px 7px 16px;
	
	transition: background 0.4s ease-out; /* explorer 10 */
    -webkit-transition: background 0.4s ease-out; /* chrome & safari */
    -moz-transition: background 0.4 ease-out; /* firefox */
    -o-transition: background 0.4 ease-out; /* opera */
}
#navitop a:hover {
	background-color:#9A0000;
	color: #888;
	text-decoration: none;
	}
#navitop a:hover,
#start #navi01 a,
#zimmer #navi02 a,
#service #navi03 a,
#freizeit #navi04 a,
#anreise #navi05 a {
	background-color:#9A0000;
	text-decoration: none;
	color: #888;
	}
#footer a {
	color:#FFF;
	text-decoration: underline;
	}
#footer a:hover {
	color:#9A0000;
	} 
#navibottom {
	float:left;
	width: 20%; 
	height:  auto;
	padding-left:10px;
	}
#navibottom a{
	text-decoration:none;
	display:block;
	color: #1C1366;
	}
#navibottom a:hover {
	text-decoration:none;
	display:block;
	color: #555;
	}
#navibottom li{
	text-align:left;
	line-height:1.8em;
	list-style-type:none;
	}
#impressum a {
	text-decoration:none;
	color: #1C1366;
	}
#impressum a:hover {
	text-decoration:none;
	color: #9A0000;
	}	
.textbox a {
	text-decoration: underline;
	color: #9A0000;
	}
.textbox2 a:hover {
	text-decoration:none;
	color: #555;
	}
.bildbox a {
	color: #EEE;
	}