<!-- /* General */ -->
body, td, div {
	font-family: sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	line-height: 1.5em;
	margin: 0;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

<!-- /* content */ -->
.content
{
	font-family: sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	line-height: 1.5em;
	border-color: #AAAAAA;
	border-style:solid;
	border-width:1px;
	background: #F8F8F8;
	padding:5px;
	text-align:left;
	margin-left: 5px;
	width: 95%;
}

<!-- /* classes */ -->
.frontpageHeaderP
{
	border-style: none none dotted none;
	border-width: 4px;
	border-color: #367fb4;
	padding-bottom:5px;
	font-size: 16px;
}

.frontpageHeaderM
{
	border-style: none none dotted none;
	border-width: 4px;
	border-color: #b32400;
	padding-bottom:5px;
	font-size: 16px;
}

.frontpageHeaderT
{
	border-style: none none dotted none;
	border-width: 4px;
	border-color: #008f00;
	padding-bottom:5px;
	font-size: 16px;
}

.frontpageHeaderA
{
	border-style: none none dotted none;
	border-width: 4px;
	border-color: #ffa800;
	padding-bottom:5px;
	font-size: 16px;
}

a:link {
	text-decoration: none;
        font-family: sans-serif;
	font-size: 12px;
	text-transform: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
        font-family: sans-serif;
	font-size: 12px;
	text-transform: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
        font-family: sans-serif;
	font-size: 12px;
	text-transform: none;
	color: #B32400;
}
a:active {
	text-decoration: none;
        font-family: sans-serif;
	font-size: 12px;
	text-transform:	none;
	color: #000000;
}
	
a.menutop:link {
        font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-style: none none none none;
	line-height: 140%;
}

a.menutop:visited {
        font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-style: none none none none;
	line-height: 140%;
}

a.menutop:hover {
        font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	border-style: none none none none;
	line-height: 140%;
}

a.menutop:active {
        font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-style: none none none none;
	line-height: 140%;
}

a.search_result_lexikon
{
	font-size: 12px;
	color: blue;
}

a.search_result_faq
{
	font-size: 12px;
	color: blue;
}

a.content-link:link
{
	font-family: sans-serif;
	font-size: 12px;
	color: #002BB8;
	text-decoration: none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}

a.content-link:hover
{
        font-family: sans-serif;
        font-size: 12px;
        color: #002BB8;
	text-decoration: underline;
        font-style:normal;
        font-variant:normal;
        font-weight:bold;

}

a.content-link:active
{
        font-family: sans-serif;
        font-size: 12px;
        color: #002BB8;
        text-decoration: none;
        font-style:normal;
        font-variant:normal;
        font-weight:bold;

}

a.content-link:visited
{
        font-family: sans-serif;
        font-size: 12px;
        color: #002BB8;
        text-decoration: none;
        font-style:normal;
        font-variant:normal;
        font-weight:bold;

}


table.result {
	border-collapse:collapse;
	border-color: #000000;
	border-style:solid;
	border-width:1px;
	background: #F0F0F0;
}

a.info
{
    position:relative; /*this is the key*/
    z-index:24; 
    background-color:#BFFFBF;
    color:#000;
    text-decoration:none;
}

a.info:hover
{
	z-index:25;
	background-color:#fff;
}

a.info span
{
	display: none;
}

a.info:hover span
{
	/*the span will display just on :hover state*/
	display:block;
    	position:absolute;
	top:2em;
	left:2em;
	width:15em;
    	border:1px solid #000;
    	background-color: #BFFFBF;
	color:#000;
	text-align: center;
}

a.infowhite
{
    position:relative; /*this is the key*/
    z-index:24;
    background-color:#fff;
    color:#000;
    text-decoration:none;
}

a.infowhite:hover
{
        z-index:25;
        background-color: #E1EFF0;
}

a.infowhite span
{
        display: none;
}

a.infowhite:hover span
{
        /*the span will display just on :hover state*/
        display:block;
        position:absolute;
        top:-7em;
        left:2em;
        width:15em;
        border:1px solid #000;
        background-color: #E1EFF0;
        color:#000;
        text-align: left;
	padding: 5px;
}

