/* CSS Document millegomme, Dennis Oudendijk, Refunc, Jan Koerbes, */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	line-height: 14px;
	color: #fff;
	margin: 0;
	background-color: #000000;
	overflow: hidden;
	height:100%; /* this is the key! */
scrollbar-base-color: #FFFFFF;
scrollbar-arrow-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	line-height: 14px;
	color: #fff;
}
h1 {
	font-size: 15px;
	font-weight: bold;
}
h2 {
	font-size: 13px;
	font-weight: bold;
}
.small {
	font-size: 11px;
	line-height: 15px;
}
.nummer {
	color: #CC0000;
	}
.rtTitel {
	text-transform: uppercase;
	padding-right: 25px;
	padding-left: 5px;
}
.rtNummer {
	color: #CC0000;
	}
.titel {
	text-transform: uppercase;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
 img, div { behavior: url(iepngfix.htc) }
