body {
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	padding: 0px;
	margin: 0px;
}

#main_mitte {
	margin-left: auto;
	margin-right: auto;
	width: 849px;
}

#kopfbereich {
	width: 641px;
	height: 358px;
	font-size: 45px;
	font-weight: bold;
	background-image: url(hotel.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 208px 0px 0px 208px;
}

#inhalt_hotel {
	border: 1px solid #999999;
	width: 809px;
	padding: 20px;
}

ul li {
	display: inline;
	list-style: none;
	margin: 0.4em;
	padding: 0;
}

ul a {
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: maroon; background-color: #ccc;
}

ul a:hover {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
}



a {
	color: #343e59;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #e1fefa;
}
