html {
	scrollbar-face-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FF7F00;
	scrollbar-highlight-color: #FF7F00;
	scrollbar-shadow-color: #FF7F00;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
}

body, TH, TD, TABLE  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FF7F00;
	scrollbar-highlight-color: #FF7F00;
	scrollbar-shadow-color: #FF7F00;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
}

.klein {
	font-size: 1px;
}

.kleiner {
	font-size: 10px;
}

a:link, a:visited, a:active   {
	font-weight: none;
	font-style: italic;	
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-weight: none;
	font-style: italic;
	color: #000000;
	text-decoration: underline;
}

a.menu:link, a.menu:visited, a.menu:active   {
	font-weight: bold;
	font-style: normal;	
	color: #000000;
	text-decoration: none;
}

a.menu:hover {
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-decoration: underline;
}

/* DIV BOXEN */
#content {
	width: 955px;
	height: 530px;
	margin-left: -478px;
	margin-top: -265px;
	left: 50%;
	top: 50%;
	position: absolute;
	z-index: 5;
	border: 1px solid #000000;
	background-color: #ffffff;
}

#top {
	width: 100%;
	height: 120px;
	left: 0px;
	top: 0px;
	border: 0px;
	border-bottom: 1px solid #000000;
	position: absolute;
	z-index: 10;
}

#menu {
	width: 955px;
	height: 20px;
	left: 0px;
	top: 120px;
	border: 0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	position: absolute;
	z-index: 15;
	background-color:#ff7f00;
}

#scroll {
	width: 930px;
	height: 350px;
	left: 10px;
	top: 150px;
	border: 0px;
	position: absolute;
	overflow: auto;
	z-index: 30;
	
}

#copy {
	width: 450px;
	height: 18px;
	left: 5px;
	bottom: 2px;
	border: 0px;
	position: absolute;
	z-index: 50;
	color: #000000;
	font-size: 10px;
}

.orange {
	color: #ff7f00;
}
