body
{
	background-color: #F2F2F2; 
	margin: 0;
}

#header
{
	position: absolute;
	z-index: 20;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 200px;
	text-align: center;
}

#menu
{
	margin: auto;
	z-index: 400;
	text-align: center;
}

#bgpic
{
	position: absolute;
	width: 100%;
	z-index: 0;
	left: 0px;
	top: 0px;
}

#centering
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	width: 100%;
}

#main
{
	position: relative;
	top: -60px;
	margin: 0;
	text-align: center;
}

#submenu
{
	margin: 0;
	position: relative;
	left: -290px; 
	vertical-align: top;
/*	left: 290px; */
/*	top: 195px;  */
	top: 130px; 
	height: 150px;
	z-index: 300;
}

#footer
{
	position: relative;
	margin: 0;
	top: -60px;
	text-align: center;
}

td.tholos_content_headline
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;

	padding-left: 20px;	
	padding-right: 20px;
	padding-top: 25px;
	padding-bottom: 18px;
}

td.tholos_content_content
{
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
	
/*	width: 425px; */
	
	padding-left: 20px;
	padding-right: 40px;
	padding-top: 12px;
	padding-bottom: 12px;
}

td.tholos_content_news
{
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
}

a.tholos_submenu_button
{
	border: none;
}

a.tholos_content_link
{
	color: #666666;
	text-decoration: underline;
}

a.tholos_content_link:hover
{
	color: #660000;
	text-decoration: underline;
}