
<!--

body {
	margin: 0;
	}


/* Textdefinitionen */
.titel {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14pt;
	text-decoration:none; 
	color: #0031b0;
	font-weight: normal
	}

.text { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: 001f6f
	}
	
.redtext { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: f00;
	}
	
.error {
	color: f00;
}

.textbold { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: bold; 
	font-variant: normal; 
	color: #001f6f
	}

.textsmall { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: 001f6f 
	}

/* Links */

a:active, a:link, a:visited {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#6192f8; 
	text-decoration:none
	}

a:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration:none;
	color:#001f6f
	}

/* Navigations-Tabelle */

table.Main td a {
	display: block;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11pt; 
	/*font-weight: bold; */
	color: #2B3F53;
	text-decoration: none;
	background-color: #81A0BE;
	cursor: default;
}
table.Main td a:link, table.Main td a:visited {
	color: #2B3F53;
	background-color: #81A0BE;
	}
table.Main td a:hover , table.Main td a:active {
	color: #2B3F53;
	background-color: #81A0BE;
	}

table.MainHover td a {
	display: block;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11pt; 
	/*font-weight: bold; */
	color: #3A5570;
	text-decoration: none;
}
table.MainHover td a:link, table.MainHover td a:visited {
	color: #3A5570;
	background-color: #B7CAD9;
	}
table.MainHover td a:hover , table.MainHover td a:active {
	color: #3A5570;
	background-color: #81A0BE;
	}

table.Sub td a {
	display: block;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	/*font-weight: bold; */
	text-decoration: none;
	color: #092564; 
	margin-left: 8px;
	background-color: #6192F8;
	cursor: default;
}

table.Sub td a:link, table.Sub td a:visited {
	color: #092564; 
	background-color: #6192F8;
	}
table.Sub td a:hover, table.Sub td a:active {
	color: #092564; 
	background-color: #6192F8;
	}

table.SubHover td a {
	display: block;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	/*font-weight: bold; */
	color: #0031b0;
	text-decoration: none;
	margin-left: 8px;
}

table.SubHover td a:link, table.SubHover td a:visited {
	color: #0031b0;
	background-color: #A8C2FD;
	}
table.SubHover td a:hover, table.SubHover td a:active {
	color: #0031b0;
	background-color: #6192F8;
	}

-->
