TABLE {
	
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	color : #003319;
}
H3 {
	font-family : Arial, Helvetica, sans-serif;
}
text {
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	color : #003319;
}
text2 {
	font-family : Arial, Helvetica, sans-serif;
}
P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	color : #003319;
}
LI {
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
}
A:LINK{
	color : Green;
	font-weight : normal;
}
A:ACTIVE {
	color : Olive;
	font-weight : normal;
}
A:VISITED {
	color : Black;
	font-weight : normal;
}
body {
    background-image : url(../bilder/hg-motiv-nn.jpg);
	background-position : center middle;
	background-attachment : fixed;
	background-repeat : no-repeat;
	background-color : #ffffcc;
}