body, html, #navigation, #container, #inhalt {
           margin:0;
           padding:0;
}
#inhalt_Restaurant {
	background-color: #BF7378;
}
#inhalt_Hotel-Info {
	background-color: #CCCC99;
}

body
	{
	background-color: #CCCC99;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#container
	{
	width: 700px;
	text-align: left;
	margin: 0 auto;
	}

#kopf
	{
	color: #e6b873;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
#Menu {
	width: 700px;
	height: 40px;
}

	
#navigation
	{
	width: 150px;
	float: left;
	background-color: #666633;
	color: #666633;
	}
#navigation h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
	
#inhalt
	{
	color: #000000;
	min-height: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#navi {
        width: 10em;
        padding: 0;
}
#navi ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
}
#navi li {
        margin: 0 0 1px 0;
}

#navi li a:link, #navi li a:visited {
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 5px 5px 0.5em;
	background-color: #666633;
	color: #FFFFFF;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #999966;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#navi li a:hover, #navi li a:active, #navi li a:focus {
	background-color: #FF66CC;
	color: #666633;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.menu_mitte {
	padding-left: 70px;
	padding-right: 60px;
}
#container #inhalt .menu_mitte li {
	list-style-image: url(images/punkt_stern.gif);
	color: #333333;
	font-weight: bold;
}

