body {
	background-color: #ffffff;
	font-family: 'trebuchet' sans-serif;
	font-size: 11px;
	color:#564b47;  
	padding:0px;
	margin:0px;
	text-align: center;
}
#inhalt { 	
	text-align: left;
	vertical-align: middle;	
	margin: 0px auto;
	padding: 0px;
	width: 776px;
	background-color: #ffffff;
}
#header {
	width: 775px;
}
#address {
	position: absolute;
	margin-left: 575px;
	padding-top: 10px;
	color: #ffffff;
}
#contentarea {
	width: 775px;

}
#navmenu {
	width: 776px;
	overflow: hidden;
}
#footer {
	position: relative;
	width: 775px;
}
#below_footer {
	width: 775px;
	padding: 10 10 10 10;
	text-align: center;
}
#below_footer a {
	text-decoration: none;
	font-weight: bold;
	color:#564b47;
}
#below_footer a:hover {
	text-decoration: underline;
	color: #564b47;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #1e1e1c;
	text-decoration: underline;
}

#demographic {
	position: relative;
	margin-top: -240px;
}

/*SUCKER TREE MENU STARTS HERE*/

			.menu_spacer {
				padding: 0 0 0 0;
				}

			.arrow_box {
				position: absolute;
				display: inline;
				padding: 2px 0 0 0;
			}
			
			.suckertreemenu ul{
			margin: 0;
			padding: 0;
			font-family: 'Verdana';
			font-size: 12px;
			font-weight: bold;
			list-style-type: none;
			z-index: 25;
			}

			/*Top level list items*/
			.suckertreemenu ul li{
			position: relative;
			display: inline;
			float: left;
			margin-left: 0px;
			height: 44px;
			z-index: 26;
			}

			/*Top level menu link items style*/
			.suckertreemenu ul li a{
			display: block;
			padding: 0 0 0 0;
			border-left-width: 0;
			text-decoration: none;
			color: #fff;
			}

			/*1st sub level menu*/
			.suckertreemenu ul li ul{
			left: 0;
			position: absolute;
			top: 1em; /* no need to change, as true value set by script */
			display: block;
			visibility: hidden;
			list-style-type: none;
			z-index: 27;
			}

			/*Sub level menu list items (undo style from Top level List Items)*/
			.suckertreemenu ul li ul li{
			display: list-item;
			float: none;
			background: #0f0f0f;
			height: 25px;
			border-bottom: 1px solid #999999;
			border-left: 1px solid #999999;
			border-right: 1px solid #999999;
			font-weight: normal;
			margin-left: 23px;
			z-index: 28;
			}

			/*All subsequent sub menu levels offset after 1st level sub menu */
			.suckertreemenu ul li ul li ul{ 
			left: 159px; /* no need to change, as true value set by script */
			top: 0;
			z-index: 29;
			}

			/* Sub level menu links style */
			.suckertreemenu ul li ul li a{
			display: block;
			width: 155px; /*width of sub menu levels*/
			color: #fff;
			text-decoration: none;
			padding: 5px 0 0 15px;
			}

			.suckertreemenu ul li a:hover{
			color: #999999;
			}
			
			.suckertreemenu ul li ul li a:hover {
			color: #999999; 
			}

			/*Background image for top level menu list links */
			.suckertreemenu .mainfoldericon{
			background: ;
			}

			/*Background image for subsequent level menu list links */
			.suckertreemenu .subfoldericon{
			background: #gray;
			}

			* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
			padding-top: 1em;
			}

			.brstuff {
			clear: left;
			height: 1px;
			}
			
			/* Holly Hack for IE \*/
			* html .suckertreemenu ul li { float: left; height: 1%; }
			* html .suckertreemenu ul li a { height: 1%; }
			/* End */		