body
	{
		margin: 0 0 20px 0;
		padding: 0;
		text-align: center;
		font-family: Verdana, Arial, san-serif;
		font-size: 13px;
		background-color: #eeeddf;
	}

	
#wrapper
	{
		width: 800px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		margin-bottom: 25px;
		padding: 0;
		background-color: #fff;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-bottom: 6px solid #ccc;
		border-top: 0;
	}


#banner
	{
		text-align: center;
		width: 800px;
		height: 210px;
		background-image: url(gfx/banner.jpg);
		background-repeat: no-repeat;
		background-position: bottom center;
		margin: 0;
		padding: 0;
	}


#navigation
	{
		width: 150px;
		margin: 10px 0 20px 10px;
		padding: 0;
		background-color: #fff;
		float: left;
	}


ul#navi

	{
		width:  	   	 140px;
		margin:  	   	 0;
		padding:  	   	 0;
		list-style:      none;
		font-weight: bold;
	}


ul#navi li
	{
		margin:  	   	 0;
		padding:  	   	 0;
		text-align:  	 right;
		float: left;
	}


ul#navi li.inactive a
	{
		display:  	   	 block;
		height:  	   	 24px;
		width:  	   	 140px;
		padding-top:  	   	 6px;
		padding-right: 8px;
		margin-top: 4px;
		background:  	   	 #d4cfac;
		text-decoration:  	 none;
		color:  	   	 #615b44;
		border-bottom: 1px solid #615b44;
		border-right: 1px solid #615b44;
	}


ul#navi li.active a
	{
		display:  	   	 block;
		height:  	   	 24px;
		width:  	   	 140px;
		padding-top:  	   	 6px;
		padding-right: 8px;
		margin-top: 4px;
		background:  	   	 #615b44;
		text-decoration:  	 none;
		color:  	   	 #fff;
		border: 0;
		border-bottom: 1px solid #d4cfac;
		border-right: 1px solid #d4cfac;
	}


ul#navi li a:hover
	{
		display:  	   	 block;
		height:  	   	 24px;
		width:  	   	 140px;
		padding-top:  	   	 6px;
		padding-right: 8px;
		margin-top: 4px;
		background:  	   	 #615b44;
		text-decoration:  	 none;
		color:  	   	 #fff;
		border: 0;
		border-bottom: 1px solid #d4cfac;
		border-right: 1px solid #d4cfac;
	}


#content
	{
		width: 610px;
		margin: 10px 0 50px 0;
		padding: 0;
		border: 0;
		background-color: #fff;
		float: right;
		text-align: left;
	}


ul.liste-gross
	{
		margin: 10px;
		padding: 10px 0 0 10px; 
		list-style: disc;
		font-size: 14px;
		font-weight: bold;
	}


ul.liste-gross li
	{
		margin: 0 10px 5px 10px;
		padding: 0 0 10px 0;
		text-align: left;
	}


ul.liste-klein
	{
		margin: 10px;
		padding: 10px 0 0 10px; 
		list-style: disc;
		font-size: 13px;
		font-weight: normal;
	}


ul.liste-klein li
	{
		margin: 0 10px 5px 10px;
		padding: 0 0 5px 0;
		text-align: left;
	}


h1
	{
		font-family: georgia, palatino, "Times New Roman", serif;
		font-size: 26px;
		border-bottom: 1px solid #d4cfac;
		color: #615b44;
		background: #fff;
		margin: 0 10px 10px 10px;
		padding: 2px;
	}
	

h2
	{
		font-family: georgia, palatino, "Times New Roman", serif;
		font-size: 20px;
		border-bottom: 0;
		color: #666;
		background: #fff;
		margin: 15px 10px 5px 10px;
		padding: 15px 0 0 0;
		text-decoration: underline;
	}


h3
	{
		font-family: georgia, palatino, "Times New Roman", serif;
		font-size: 18px;
		border-bottom: 0;
		color: #666;
		background: #fff;
		margin: 15px 10px 5px 10px;
		padding: 15px 0 0 0;
		text-decoration: none;
	}


p
	{
		margin: 0 10px 10px 10px;
		padding: 5px 0 0 0;
		line-height: 20px;
	}


p.text
	{
		text-align: justify;
	}


p a
	{
		color: #615b44;
		text-decoration: none;
		border-bottom: 1px dotted #d4cfac;
		font-weight: bold;
	}
	

p a:hover
	{
		border-bottom: 1px solid #615b44;
	}
	

ul.liste-klein a
	{
		color: #615b44;
		text-decoration: none;
		border-bottom: 1px dotted #d4cfac;
		font-weight: bold;
	}
	

ul.liste-klein a:hover
	{
		border-bottom: 1px solid #615b44;
	}


ul.liste-gross a
	{
		color: #615b44;
		text-decoration: none;
		border-bottom: 1px dotted #d4cfac;
		font-weight: bold;
	}
	

ul.liste-gross a:hover
	{
		border-bottom: 1px solid #615b44;
	}


#galerie
	{
		margin: 20px 0px 0px 10px;
	}


#galerie a img
	{
		border: 1px solid #eee;
		background-color: #fff;
		padding: 3px;
		margin-right: 10px;
		margin-bottom: 10px;
		float: left;
		text-decoration: none;
	}


#galerie a:hover img
	{
		border: 1px solid #ccc;
		background-color: #fff;
		padding: 3px;
		margin-right: 10px;
		margin-bottom: 10px;
		float: left;
		text-decoration: none;
	}


p#map
	{
		border: 0;
	}


p#map a
	{
		border: 0;
	}
