body,td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #322677;
}

/* ******DIVs ****** */


/* Main navigation*/		
#navMain{
	position: absolute;
	top:295px;
	left: 399px;
	width: 495px;
	height:40px;
}

/* Navigation top & bottom*/
#navTop{
	position: absolute;
	top:15px;
	left: 680px;
	background-color: #FFFFFF;
	width: 200px;
	height:20px;
	text-align: right;
}

/* Sub navigation*/
#navSub{
	position: absolute;
	top:320px;
	left: 145px;
	width: 240px;
	height:140px;
	
	text-align: right;
}



/* ******Text-Classes ****** */

.textContent{
	line-height: 1.5;
}
.textHeadline{
	font-size: 10pt;
	font-weight: bold;
}
.textNavSubSel{
	font-weight: bold;
	
	font-size: 9pt;
}
.textNavMainSel{
	font-weight: bold;
	
	font-size: 10pt;
}
.textEmphasized{
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
	color: #322677;
}
.errorOrOk{
	font-size: 11pt;
	font-weight: bold;
	color: #D90023;
}

/* ******Link-Classes ****** */
/* Links for Sub-, Top- and Bottom-Navigation */
.linkNavSub:link {
	color: #322677;
	font-weight: normal;
	font-size: 9pt;
	text-decoration: none;
}
.linkNavSub:visited {
	color: #322677;
	font-weight: normal;
	font-size: 9pt;
	text-decoration: none;
}
.linkNavSub:hover {
	color: #322677;
	font-weight: normal;
	font-size: 9pt;
	text-decoration: underline;
}
.linkNavSub:active {
	color: #322677;
	font-weight: normal;
	font-size: 9pt;
	text-decoration: none;
}
.linkNavSub:focus {
	color: #322677;
	font-weight: normal;
	font-size: 9pt;
	text-decoration: none;
}
/* Links for Main-Navigation*/
.linkNavMain:link {
	color: #322677;
	font-size: 10pt;
	text-decoration: none;
}
.linkNavMain:visited {
	color: #322677;
	font-size: 10pt;
	text-decoration: none;
}
.linkNavMain:hover {
	color: #322677;
	font-size: 10pt;
	text-decoration: underline;
}
.linkNavMain:active {
	color: #322677;
	font-size: 10pt;
	text-decoration: none;
}
.linkNavMain:focus {
	color: #322677;
	font-size: 10pt;
	text-decoration: none;
}

/* Links in Text in Content-Div */
.linkTextLink:link {
	color: #A7BA6C;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
}
.linkTextLink:visited {
	color: #A7BA6C;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
}
.linkTextLink:hover {
	color: #322677;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
}
.linkTextLink:active {
	color: #A7BA6C;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}
.linkTextLink:focus {
	color: #A7BA6C;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}