<!--


/*  formatierung body und bildlaufleiste */
body {
font-family:verdana,arial,helvetica;
color: #000000;
font-size:12px;
}



td {
font-family:verdana,arial,helvetica;
font-size:12px;
font-weight:bold;
color: #666666;
}

a {
font-family:verdana,arial,helvetica;
font-size:12px;
font-weight:bold;
text-decoration:none;
color: #4D4DFF;
}

/*  pseudoformat a (Verweise) */
a:hover {
color:#FF6600;
}


h1 {
font-family:verdana,arial,helvetica;
font-size:26px;
font-weight:normal;
text-decoration:none;
color: #000000;
}
h2 {
font-family:verdana,arial,helvetica;
font-size:18px;
font-weight:normal;
text-decoration:none;
color: #000000;
}
h3 {
font-family:verdana,arial,helvetica;
font-size:16px;
font-weight:normal;
text-decoration:none;
color: #000000;
}
h4 {
font-family:verdana,arial,helvetica;
font-size:14px;
font-weight:normal;
text-decoration:none;
color: #0000DF;
text-transform: uppercase;
}
h5 {
font-family:verdana,arial,helvetica;
font-size:12px;
font-weight:bold;
text-decoration:none;
color: #000000;
text-transform: uppercase;
}
.grau {
font-family:verdana,arial,helvetica;
font-size:12px;
font-weight:bold;
text-decoration:none;
color: #666666;
text-transform: lowcase;
}

.logo
	{
		display:none;
	}
a:hover .logo 
	{
		position:absolute; top:200px; left:300px; 
    z-index:3;
		display:block;
		width:150px;
		height:50px;
		color:blue;
		background-color:transparent;
		font-weight:normal;
		font-size:12px;
		text-align:right;
		padding:5px;
	}



-->

