BODY, TD {
	color: #FFFFFF;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
H1, H2, H3, H4, {
	color: Silver;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
}
H1 {
        font-size: 1.8em;
}
H2 {
        font-size: 1.3em;
}
H3 {
        font-size: 1.1em;
}
H4 {
        font-size: 0.7em;
	font-weight : normal;
}
H5 {
        font-size: 0.9em;
}
/*Jeder Absatz wird als Blocksatz formatiert und von links 3 em eingerückt*/
P {
        margin-left: 1em;
}
/*Die Linkformatierung (in NN 4.x funktioniert das Attribut HOVER und ACTIVE nicht)*/
A:link {
	color : #B28338;
	text-decoration : underline;
}
A:visited {
	color : #B28338;
	text-decoration :underline;
}
A:hover {
	color : #FFCF69;
	text-decoration :none;
}
A:active {
	color : #FFCF69;
	text-decoration :none;
}

A:hover .zoom { 
filter='()';
} 

A:link .zoom { 
width : 82px; 
height : 33px; 
} 

A:hover .zoom { 
width : 123px; 
height : 50px; 
}