BODY {
	background-color : #F5F5DC;
	color : Black;
	font-family : Verdana;
	font-size : 10px;
}

A {
	color : Black;
	text-decoration : none;
}

A:HOVER {
	text-decoration : underline;
	font-weight : bold;
	font-size : 95%;
}

H1 {
	color : Black;
	font-size : 170%;
	text-align : center;
	font-family : Verdana;
	margin-top : auto;
}

H2 {
	color : Black;
	font-size : 150%;

}

H3 {
	color : Black;
	font-size : 120%;
	
}
TABLE {
	background-color : #F5F5DC;
	font-size: 11px;
	
}
TABLE.hintergrund {
	background-image : url("images/hintergrund3.gif");
	font-size : 11px;
}

TD.menu{
	background-image : url("images/hintergrund3.gif");
	vertical-align : top;
	font-size : 10px;
}
P.menu {
	margin-bottom : -8%;
	
}
p.inhalt {
	margin-left : 15px;
	margin-right : 10px;
	margin-top :1px;
	margin-bottom : 1px;
}
LI {
	list-style-type : square;
	margin-left : -20px;



