<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
	<title>css</title>
/* test */
.test {
color: #352A90; 
font-size: 15px; 
font-weight: Bold; 
font-family: Verdana, Helvetica, sans-serif;  
    text-decoration: none;
}
    
/* head level 1 */
.h1 {
color: #352A90; 
font-size: 15px; 
font-weight: Bold; 
font-family: Verdana, Helvetica, sans-serif;  
    text-decoration: none;
}
/* head level 2 */
.h2 {
color: #352A90; 
font-size: 13px; 
font-weight: Bold; 
font-family: Verdana, Helvetica, sans-serif;  
    text-decoration: none;
}

/* news headline */
.p {
    color: #353A90; 
    font-size: 12px; 
    font-weight: bold; 
    font-family: verdana, helvetica; 
    text-decoration: none;
}

/* text */
.t  {
    color: #000000; 
    font-size: 12px; 
    font-family: verdana, helvetica; 
    letter-spacing: -0px; 
    line-height: 14px; 
	text-decoration: none;
}

/* text rechts*/
.t2  {
    color: #000000; 
    font-size: 10px; 
    font-family: verdana, helvetica; 
    letter-spacing: -0px; 
    line-height: 14px; 
}


/* small text */
.st {
    color: #353A90; 
    font-size: 10px; 
	font-weight: Bold; 
    font-family: arial, helvetica; 
    letter-spacing: 0px; 
}

/* small red text */
.srt {
    color: #FFCCCC; 
    font-size: 10px; 
    font-family: arial, helvetica; 
    letter-spacing: 0px; 
}

/* Navigation links*/
.nav1 {
    color: #353A90; 
    font-size: 12px; 
    font-family: arial, helvetica; 
    text-decoration: none;
}

/* Verlinkung Content*/
.link {
    color: #00A28D; 
    font-size: 12px; 
	font-family: verdana, helvetica; 
    text-decoration: none;
}

/* Verlinkung Content Headline */
.link2 {
    color: #00A28D; 
    font-size: 12px; 
    font-family: verdana, helvetica; 
    letter-spacing: 0px; 
    text-decoration: none; 
	font-weight : bold;
}

/* Verlinkung Content Headline2 */
.nav2a {
    color: #353A90; 
    font-size: 12px; 
    font-family: arial, helvetica; 
    letter-spacing: 0px; 
    text-decoration: none; 
}


/* Advertisement positioning */
.ad {
    position: absolute; 
    left: 157; 
    top: 5; 
    width: 468px; 
    height: 60px; 
    visibility: visible;
}

/*############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; }

/* link */
a.link:active { color: #070D7C; }
a.link:link { color: #00A28D; } 
a.link:visited { color: #070D7C; }
a.link:hover { color: #00A28D; }

/* nav1a link desc */
a.nav1a:active { color: #DF0029; }
a.nav1a:link { color: #353A90; } 
a.nav1a:visited { color: #353A90; }
a.nav1a:hover { color: #DF0029; }

/* nav2 link desc */
a.nav2:active { color: #353A90; }
a.nav2:link { color: #DF0020; }
a.nav2:visited { color: #353A90; }
a.nav2:hover { color: #DF0020; }

/* nav2a link desc */
a.nav2:active { color: #353A90; }
a.nav2:link { color: #DF0020; }
a.nav2:visited { color: #353A90; }
a.nav2:hover { color: #DF0020; }

/* shg link desc */
a.shg:active { color: #666666; }
a.shg:link { color: #666666; }
a.shg:visited { color: #666666; }
a.shg:hover { color: #333333; }

/* srt link desc */
a.srt:active { color: #FFCCCC; }
a.srt:link { color: #FFCCCC; }
a.srt:visited { color: #FFCCCC; }
a.srt:hover { color: #FF0000; }

/* general link desc */
a:active { color: #00A28D; }
a:link { color: #352A90; }
a:visited { color: #352A90; }
a:hover { color: #00A28D; }

/* FinderFonds information link */
.info {text-decoration: none; font-family: Courier; font-weight: normal;}

</head>

<body>



</body>
</html>

