			/*****************/
			/*   BODY   */
			/*****************/
			
			body {
			font-size: 70%;
			margin: 0em auto;
			padding: 0em;
			font-family: Arial, Helvetica, sans-serif;
			color: #000;
			}
			div#topmenu #logo {
			width: 216px;
			height: 16px;
			padding: 0px 0px 20px 0px;
			display: block;
			text-align: left; 
			}
			#maincontent, #maincontentsub {
			height: auto;
			color: #000;
			margin: 0px 0px 5px 0px;
			padding-left: 0px;
			padding-right: 0px;
			width: 99%;
			overflow: visible;
			float: left;
			clear: both;
			}
			#leftcolsubpage, #newscol {
			display: none;
			}
			#topheader, #toolbar,  #langselect, #menu1, #menu0, #topmenu1, #teasers {
			display: none;
			}
			div.tx-powermail-pi1 {
			display: none;
			}
			/**************/
			/*   HEADINGS   */
			/**************/
			
			h1 {
			font-size: 16px;
			margin-top: 0px;
			margin-bottom: 6px;
			color: #000;
			padding: 0px;
			}
			#content h1 {
			
			}
			
			h2 {
			font-size: 14px;
			margin: 0;
			color: #000;
			}
			h3, h4, h5, h6 {
			font-size: 12px;
			font-weight: bold;
			margin: 0;
			color: #000;
			}
			
			
			/***********************/
			/***   CONTENT   ***/
			/***********************/
			
			p {
			font-size: 12px;
			margin-top: 0px;
			margin-bottom: 10px;
			line-height: 13px;
			vertical-align: top;
			}
		
			li {
			font-size: 12px;
			margin-top: 0px;
			margin-bottom: 6px;
			line-height: 13px;
			}
			
			
			/*****************/
			/***   FOOTER   **/
			/*****************/
			#footer {
	/*	float: left; */
				display: none;
			
				
			}
			
			/*************************************************/
			/***   HYPERLINKS IN MIDDLE AND RIGHT COLUMNS  ***/
			/*************************************************/
			
			/*** Hyperlinks in middle and right columns ***/
			a {
				color: #000;
				text-decoration: underline;
			}
			
			a:link, a:visited {
				color: #000;
				text-decoration: underline;
			}
			
			a:hover {
				text-decoration: underline;
				color: #000;
			}
			
			/*** Visited links not in use ***/
			/*a:visited {
				background-color: inherit;
				color: rgb(100,100,100);
				text-decoration: underline;
			} */
			
			
			a img {border: none;}
				
	