/* DATEI: normal.css */

/* Defines the attributes of the html elements */

h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,a,body,input,textarea,select {
 font-family:Geneva, Arial, Helvetica, sans-serif; }

body { background-color:#FFFFFF;
	   background-image:url(/gfx/bg.gif); 
       color:#000000}

a:link {
	color:#333333;
	text-decoration: underline;
}
a:visited {
	color:#333333;
	text-decoration: underline;
}

a:active {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

a:focus {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}