/* CSS Document */

/* ******************************************* MODULES */
table.titel {
	width			: 100%;
	padding			: 0px;
	margin			: 0px 0px 0px 0px;
	border	: 0;
}
table.titel th {
	height:18px;
	background:#012d97;
	border-bottom:1px solid #CBCDCE;
	font : bold 11px Arial, Verdana, sans-serif, Helvetica ;
	color: #fff;
	text-align: left;
	text-indent: 10px;
	/*padding-top: 10px;*/
	margin: 0px;
	line-height:22px;
}
table.titel td  {
	font			: normal 11px Arial, Helvetica, sans-serif;
	color			: #666666;
	text-align		: left;
	padding			: 2px 0px 2px 0px;
	margin			: 0px;
	border			: 0;
}


/* ******************************************* MAIN AND SUB MENU SYSTEM  */

a.menupunkt:link, a.menupunkt:visited {
	border: 0;
	background: transparent;
	display: block;
	height:22px;
	font: normal 11px Arial, Verdana, Helvetica, sans-serif;
	color: #012d97; 
	text-decoration: none;
	text-align: left;
	text-indent: 10px;
	line-height:22px;
	border-bottom:1px solid #cfcfcf;
}
a.menupunkt:hover {
	color			: #ffffff; 
	background-color: #012d97;
	text-decoration	: none;
}
#active_menu {
	background		: transparent;
	color			: #012d97; 
	font-weight	: bold;
}

a.untermenu:link, a.untermenu:visited {
	color			: #012d97;
	text-decoration	: none;
	padding-left: 1px;
	vertical-align: middle;
	text-align: left;
	font-weight:normal;
}
a.untermenu:hover {
	color			: #cccccc;
	text-decoration	: none;
	font-weight:bold;
}

a.untermenu#active_menu  {
	border			: 0;
	color           : #012d97;
	text-decoration	: none;
	background		: #ffffff;
	font-weight:bold;
}
