html, body 
	{
	padding: 0;
	margin: 0;
	background: #EEEEEE;
	text-align: center;
	color: black;
	font-family: Arial;
	font-size: 12px;
	height: 100;
	}

a 
	{
	color: #a91919;
	text-decoration: underline;
	}


#container-band
	{
	background: url(/slice/slicedummypng_06.png) repeat-x;
	height: 260px;
 	text-align: center; 
	}

#wrapper 
	{
	padding-top: 50px;
	text-align: center; 
	margin: 0 auto; /* Um Darstellungsfehler im Internetexplorer zu vermeiden */
	width: 900px;
	}
#container-main
	{
	background: url(/slice/bg_content.png) repeat-y;
	padding: 0px 65px 30px 65px;
	min-height: 600px;
	margin: 0 auto;
	margin-top: -3px;
	}
#header 
	{
	width: 763px;
	height: 228px;
	background: url(/slice/header.png);
	}
#content 
	{
	text-align: justify;
	}
	
#footer 
	{
	text-align: center;
	}
.footerpic 
	{
	bottom: 0;
	margin-bottom: 20px;
	}
	
	
#navi
	{
	width: 761px;
	height: 33px;
	background: url('/slice/navi_bg.png') repeat-x;
	margin-left: 2px;
	text-align: center;
	font: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 6px;
	}
#navi a 
	{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	}
	
#navi a:hover
	{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	}
	
ul.navigation
	{
	margin: 0px;
	padding: 0px;
	margin-left: 170px;
	}
	
ul.navigation li 
	{
	float: left;
	margin: 0px 20px 0px 20px;
	list-style-type: none;
	padding-left: 20px;
	text-shadow: 2px 2px 2px #eee;
	}
	
	
ul.navigation li.not1st 
	{
	float: left;
	margin: 0px 20px 0px 20px;
	list-style-type: none;
	list-style-image:url(/slice/navi_trenner.png);
	padding-left: 20px;
	}
	
.pic_startseite 
	{
	margin-left: 170px;
	margin-top: 10px;
	}
	
ul.startseite 
	{
	list-style-image: url(/slice/pin.png);
	font-size: 14px;
	
	}
ul.sub-ul li
	{
	list-style-image:none;
	list-style-type: circle;
	font-size: 14px;
	
	}
ul.sub-ul 
	{
	list-style-type: none;
	}
ul.startseite li 
	{
	margin: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-top: 5px;
	text-shadow: 1px 1px 1px #efefef;
	color: #000;
	}
	
h1 
	{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #990000;
	}
div#contact 
	{
	font-size: 13px;
	} 