body {
	font-size: small;
	background-image: url(../hintergrund.jpg);
	background-repeat: repeat;
	}
	
*html body {
	font-size:x-small; /* für IE5/Win */
	f\ont-size:small; /* für andere IE-Versionen */
	}h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	text-decoration: none;
	}
	
p {
	font-family: Arial, Helvetica, sans-serif;
}

.uhrzeitdatum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

#mitte {
	background-color: #999966;
}

#rahmen {
	background-color: #000000;
}

.copyright {
	font-size: xx-small;
	color: #666666;
	text-align: right;
}

.hinweis_klein {
	font-size: x-small;
}

a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #000000;
}