<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
        <title>css</title>


/* head level 1 */
.h1 {
        color: #2c296b;
        font-size: 13px;
        font-weight: Bold;
        font-family: arial, helvetica;
        text-decoration: underline;
}


/* head  */
.h2 {
	color: #05224C;
	font-size: 12 px;
	font-weight: bold;
	font-family: arial, helvetica;
	text-decoration: none;
	letter-spacing: 0px;
}
/* head level 2 */
.h3 {
        color: #511B38;
        font-size: 12px;
        font-weight: bold;
        font-family: arial, helvetica;
        text-decoration: none;
}

/* text normal*/
.t  {
    color: #05224C;
    font-size: 12px;
    font-family: arial, helvetica;
	font-weight: normal;
}

/* text fett*/
.tb {
    color: #05224C;
    font-size: 12px;
    font-family: arial, helvetica;
	font-weight: bold;
}
/* navi oben*/
.navlinks  {
	color: #DA8D00;
	font-size: 12px;
	font-family: ARIAL, helvetica;
	font-weight: bold;
	text-decoration: none;
}

/* navi links*/
.navtext{
	color: #05224C;
	font-size: 12px;
	font-family: arial, helvetica;
	font-weight: bold;
	text-decoration: none;
}

/* Navigation links*/
.twl {
	color: #ffffff;
	font-size: 12px;
	font-family: arial, helvetica;
	text-decoration: none;
	
}
/*border color*/
.border {
	border-style: fine;
	color: #05224C;
	border: 1px solid #05224C;
}




/*############Link Descriptions############*/

/* h2 link desc */
a.h2:active { color: #999999; }
a.h2:link { color: #999999; }
a.h2:visited { color: #999999; }
a.h2:hover { color: #333333; }

/* nav1 link desc */
a.twl:active { color: #ffffff; }
a.twl:link { color: #00A5E8; }
a.twl:visited { color: #ffffff; }
a.twl:hover { color: #00A5E8; }

/* navi oben */
a.navlinks:active { color: #DA8D00; }
a.navlinks:link { color: #B4BCC9; }
a.navlinks:visited { color: #DA8D00; }
a.navlinks:hover {color: #B4BCC9;
	text-decoration : underline;
}

/* navi oben */
a.navtext:active { color: #05224C; }
a.navtext:link { color: #05224C; }
a.navtext:visited { color: #05224C; }
a.navtext:hover {
	color: #DA8D00;
}


/* FinderFonds information link */
.info {text-decoration: none; font-family: arial, helvetica; font-weight: normal;}

</head>

<body>



</body>
</html>
