	body{
		background-color:#EEEEEE;
		margin:0 auto;
		width:926px;
	}
	/* --div für hintergrund bild & div für menu-hintergrund und inhalt-- */
	#boxMasterBg {
		width:780px;
		margin-bottom:10px;
		float:left;
		background-repeat:repeat-y;
		background-color:white;
	}
	#boxMasterBgRight {
		float:left;
		width:140px;
		padding: 110px 0 0 4px;
	}
	#boxMaster {
		width:780px;
		background-repeat:repeat-y;
		text-align:left;
	}
	/* --Header und Linie unter dem Header-- */
	#boxHeaderMiddle {
		padding:1px 10px;
		margin:0 340px 0 32px;
		background-color:white;
	}
	#boxHeaderLeft {
		float:left;
		height:100px;
		width:32px;
		padding:0;
		margin:0;
		background-color:#666666;
	}
	#boxHeaderRight1 {
		float:right;
		height:100px;
		width:100px;
		padding:0;
		margin:0;
		background-color:white;
	}
	#boxHeaderRight2 {
		float:right;
		height:100px;
		width:200px;
		padding:0;
		margin:0;
		background-color:white;
	}
	#boxHeaderLine {
		clear:both;
		height:12px;
		margin:0;
		padding:0 2px 0 30px;
		color:white;
		text-align:right;
		font-size:9px;
	}
	#boxHeaderLine a, a:visited, a:hover, a:active{
		color:white;
	}
	/* --Hauptinhalt-- */
	#boxContent {
		width:592px;
		margin:0 0 0 180px;
		padding:4px;
	}
	/*Hacks wegen IE*/
	/*IE 5*/
	* html #boxContent {
		/* Nicht IE Mac \*/
		padding/* \*/: /* \*/0;
		/* */
	}
	/*IE 5.5*/
	* html #boxContent {
		padding/**/: 0;
	}
	/*IE 6*/
	* html #boxContent {
		/* Nicht IE Mac \*/
		padd\ing: 0;
		/* */
	}
	div#boxContent {
		min-height:500px;
		height:expression(this.scrollHeight > 500 ? "auto":"500px"); /*IE Hack (nicht Valid)*/
	}
	/* --Links Navigation-- */
	#boxMenu {
		float:left;
		width:160px;
		margin:0;
		padding:0;
	}
	/* --Footer-- */
	#boxFooter {
		clear:both;
		height:38px;
		margin:0;
		/*padding:4px 20px 0 20px; */
		font-size:11px;
		text-align:center;
		color:white;
	}
 	#boxFooter a {
		color:#FFFFFF;
	}
	#boxFooter a:visited, a:hover, a:active {
		color:#FFFFFF;
	}
	div.footerCenter {
		margin: 0 76px 0 112px;
		padding-top:4px;
	}
	div.footerLeft {
		float:left;
		width:112px;
		height:21px;
		margin:7px 1px 1px 1px;
	}
	div.footerRight {
		float:right;
		width:76px;
		height:34px;
		margin: 2px 1px 1px 1px;
	}
	#headSide {	
		height:30px;
		width:30px;
		margin:68px 1px 0 1px;
	}
/*Navigation*/
	ul#menu_main {
		margin:0 0 0 7px;
		padding:0;
		font-weight:bold;
		list-style-type:none;
	}
	ul#menu_main a {
		padding-left:28px;
		display:block;
		text-decoration:none;
	}
	ul#menu_main a:hover, a:active {
	}
	ul#menu_main li { 
		padding-top:16px;
		display:block;
	}
	/*Hacks wegen IE*/
	/*IE 5*/
	* html ul#menu_main li {
		/* Nicht IE Mac \*/
		padding-top/* \*/: /* \*/0;
		/* */
	}
	/*IE 5.5*/
	* html ul#menu_main li {
		padding-top/**/: 0;
	}
	/*IE 6*/
	* html ul#menu_main li {
		/* Nicht IE Mac \*/
		padd\ing-top: 0;
		/* */
	}
	ul#menu_main li.activeMenu a{ 
		text-transform:uppercase;
	}
	.line_yes {
		background-repeat:no-repeat;	
	}
	ul#menu_main ol {
		margin:0;
		padding:0 0 0 10px;
		font-size:11px;
		font-weight:normal;
		list-style-type:none;
	}
	/*Hacks wegen IE*/
	/*IE 5*/
	* html ul#menu_main ol {
		/* Nicht IE Mac \*/
		margin/* \*/: /* \*/10px 0;
		/* */
	}
	/*IE 5.5*/
	* html ul#menu_main ol {
		margin/**/: 10px 0;
	}
	/*IE 6*/
	* html ul#menu_main ol {
		/* Nicht IE Mac \*/
		mar\gin: 10px 0;
		/* */
	}
	ul#menu_main ol li { padding-top:3px; }
	/*Hacks wegen IE*/
	/*IE 5*/
	* html ul#menu_main ol li {
		/* Nicht IE Mac \*/
		margin/* \*/: /* \*/ -14px 0;
		/* */
	}
	/*IE 5.5*/
	* html ul#menu_main ol li {
		margin/**/: -14px 0;
	}
	/*IE 6*/
	* html ul#menu_main ol li {
		/* Nicht IE Mac \*/
		marg\in: -14px 0;
		/* */
	}
	ul#menu_main ol li.activeSubMenu a{
		text-transform:uppercase; 
	}
	ul#menu_main ol li.noActiveSubMenu a{ 
		text-transform:none;
	}
/*---------------------------------------------------*/	