body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF2E4;
}
#head {
	width: 100%;
	height: 119px;
	background-image: url('Bilder/bg_head.gif');
	background-repeat: repeat-x;
	text-align: center;
}
#main {
	width: 689px;
	margin-left: -344px;
	position: absolute;
	left: 50%;
	height: auto;
	background-image: url('Bilder/bg_vert.gif');
	background-repeat: repeat-y;
	min-height: 800px;
   border-bottom: 1px solid #ffcd96;
/*	border: 1px solid red;*/

}
#nav {
	width: 180px;
	height: 100%;
	float: left;	
	border: none;
	margin: 0;
	padding: 0;
	
}
#content {
	margin-left: 180px;
         margin-top: 10px;
	top: 0px;
	width: 490px;
	height: 100%;
	padding: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #523310;
}
#nav ul {
	border: 0;
	padding: 0;
	margin: 0;
	margin-top: 15px;
	list-style-type: none;
}
#nav li {
	margin: 0;
	margin-bottom: 2px;
}
* html #nav li { /* Thx MS IE -.- */
	margin-bottom: 0px;
}
#nav #navi a {
	display: block;
	width: 165px;
	height: 19px;
	background-image: url('Bilder/button.gif');
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #99231C;
         margin-bottom: 2px;
}
#nav #navi a:hover {
	background-image: url('Bilder/button_hover.gif');
	background-repeat: no-repeat;
	text-decoration: none;
	color: #BD7421;
}
* html #nav { 
margin-right: -3px; 
} 
#nav #sub {
	background-color: #EDBB83;
	padding: 0;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 5px;
	border-top: 1px solid #E0AE76;
	border-bottom: 1px solid #E0AE76;
}
* html #nav #sub {	/* dumdidum IE */
	padding-bottom: 8px;
}
#sub li {
	padding: 0;
	margin: 0;
	line-height: 15px;
}
#sub li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #60421F;
	margin-left: 15px;
}
#sub li a:hover {
	text-decoration: none;
	color: #99231C;
}
/*
#content li {
  color: #BD2921;
  padding-left: 8px;
  background-image: url(Bilder/bullet.gif);
  background-repeat: no-repeat;
  background-position: 0px 4px;
	
}
ol {
   padding-left: 35px;
   margin-left: 25px;
}
#content ol li {
   background-image: none;
}*/

#headimage {
    margin-left: -344px;
    position: absolute;
    left: 50%;
    height: 119px;
    width: 689px;
    background-image: url('Bilder/header.gif');
    border: 0;
    cursor: pointer;
}
#content ul {
	list-style-type: none;
         margin-right: 5px;
/*         margin-left: 20px;*/
}
