/*****************************************************************
Title: header.css
*****************************************************************/
/*****************************************************************
class: header
*****************************************************************/
.header {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 120px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-repeat: no-repeat;
	overflow: hidden;
}
/*****************************************************************
elements: menu
*****************************************************************/
.menu {
	position: absolute;
	height: 120px;
	border: 0px;
	left: 290px;
	top: 0px;
	margin: 0px;
	padding: 9px 0px 0px 9px;
	vertical-align: top;
	overflow: hidden;
}
.menuList {
	font: 11px Verdana;
	vertical-align: top;
	padding: 0px;
}
.menuTable
{
	border-collapse: collapse; 
	table-layout: fixed; 
	width:710px;
}

.menuList a 
{
	display: block;
	overflow: hidden;
	white-space: nowrap;
}

.menu .menuDefault,
.menu .menuHover,
.menu .menuActive,
.menu .submenuDefault {
	font-family: Verdana;
	width: 240px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	display: block;
	padding: 0px 10px 0px 12px;
	list-style: none;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(menu_list.gif);
	page-break-inside: auto;
}
.menu .menuActive {
	text-decoration: none;
}
.menu .submenuDefault {
	font: 14px Verdana;
	text-decoration: none;
}
.menuFooter {
	position: absolute;
	top: 90px;
	left: 290px;
}
/*****************************************************************
class: subMenuText
The subMenuText is used for the publication of the subtitle. The
subtitle will be visible after a mouseover on the title.
*****************************************************************/
.subMenuText {
	font-family: Verdana;
	line-height: 13px;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 0px 0px 22px;
}
