@charset "utf-8";
/* Allgemeines */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:arial;
	font-size:12px;
}
#page {
	width:800px;
	margin:0 auto;
	background-repeat:no-repeat;
	background-color:#B1A096;
	margin-top:20px;
}
#header{
	width:800px;
	height:250px;
	background-image: url(webvorder.jpg);
	background-repeat: no-repeat;
}
#slogan {
	position:absolute;
	margin-left:500px;
	margin-top:-50px;
}
#menu {
	width:180px;
	min-height:350px;
	float:left;
	background-color:#B1A096;
	background-image:url(menu_bg.gif);
	background-repeat:no-repeat;
}
#navi {
	margin-top:50px;
	margin-right:30px;
}
#navi a{
	color:#514026;
	text-decoration:none;
}
#navi a:hover{
	color:#FFF;
	text-decoration:none;
}
#navi a:active{
	color:#FFF;
	text-decoration:underline;
}
#navi ul {
	list-style-type:none
}
#navi li {
	list-style-image:none;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content {
	width:500px;
	min-height:350px;
	background-color:#CFC4BE;
	padding-left:20px;
	padding-right:20px;
	float:left;
	background-image:url(content_bg.gif);
	background-repeat:no-repeat;
}
#footer {
	width:800px;
	height:30px;
	background-color:#B1A096;
	line-height:30px;
	text-align:center;
	word-spacing:20px;
}
#footer a, a:hover, a:active {
	color:#FFF;
	text-decoration:none;
}
