.text {
	font-family: "Courier New", Courier, mono;
	font-weight: normal; 
	font-size: 9pt;
	color: #3366CC;
	text-decoration: none;
}

.textb {
	font-family: Arial; 
	font-weight: bold; 
	font-size: 9pt; 
	color: #3366CC;
	text-decoration: none;
}


body {
		scrollbar-Base-Color:#FFFFFF;
		scrollbar-3dLight-Color:#FFFFFF;
		scrollbar-Highlight-Color:#333366;
		scrollbar-Face-Color:#FFFFFF;
		scrollbar-Arrow-Color:#333366;
		scrollbar-Shadow-Color:#FFFFFF;
		scrollbar-DarkShadow-Color:#333366;
		scrollbar-Track-Color:#FFFFFF;
			font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	color: #3366CC;
}

.scrollen
{

	width: 533px; height: 285px;
	overflow: auto; float: left;
	padding: 0px;
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	color: #3366CC;
}

/* allgemeine links im text */

a:link{ color: red; text-decoration:none; ;font-family: verdana; font-size: 10pt;}

a:visited{color: red;text-decoration:none;font-family: verdana; font-size: 10pt;}

a:active{ color:red;text-decoration:none;font-family: verdana; font-size: 10pt; }

a:hover{ color: #ffffff;background-color:#5090CD;  text-decoration:none;font-family: verdana; font-size: 10pt; }


