body {
	text-align: center;
	font: 100,01%;
	color: #ffffcc;
	font-size: 13px;
	font-family: Trebuchet MS, Georgia, serif;
	}

p {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	}

a {
	font-family: Tahoma, Verdana, sans-serif;
	color: #98a6ae;
 
	}

a:hover {
	font-family: Tahoma, Verdana, sans-serif;

	}

a:active {
	font-family: Tahoma, Verdana, sans-serif;

	}


#container {
	width: 780px;
	height: 530px;
	margin: auto;
	background-color: #faf8e8;
	} 
		
#head {
	height: 100px;
	width: 576px;
	background: url(images/oben1.gif);
	position: relative;
	float: right;
	margin-top: 0px;
	text-align: center;
	}
	

#navi {
	background: url(images/navi_links_serviette.jpg);
	height: 530px;
	width: 200px;
	float: left;
	text-align: left;
	display: inline;
}


#inhalt {
	width: 576px;
	height: 400px;
	float: left;
	text-align: left;
	margin-top: 20px;
	
	}


#navi ul {
	margin: 0;
	padding-top: 150px;
	padding-left: 40px;
	list-style-type: none;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 1em; 
	font-weight: bold;

	}

#navi ul li a {
	width: 9em;
	text-decoration: none;
	padding: .0em 0.5em;
	color: #97a4ab;
	font-weight: bold;
	border-top: 1px solid #f5d47b;
	border-left: 1px solid #f5d47b;
	border-right: 1px solid #8c000c;
	border-bottom: 1px solid #8c000c;
	}

#navi ul li a:hover { 
	background-color: #faf8e8;
	border-right: 1px solid #f5d47b;
	border-bottom: 1px solid #f5d47b;

	}

#navi ul li a:active { 
	border-right: 5px solid #f5d47b;
	border-bottom: 1px solid #f5d47b;

	}
	
#buttons a {color: #cccc99;
	padding: 5px;
	padding-left: 3px;
	display: block;
	font: 13px Trebuchet MS, sans-serif;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
	margin-top: 4px;}

#buttons a:hover
	{
	text-decoration: none;
}

#buttons a:active 
	{
	text-decoration: none;
	}
	

