<style type="text/css">

a:link {	font-weight:normal; color:blue; text-decoration:none; }
a:visited { font-weight:normal; color:blue; text-decoration:none; }
a:hover { 	font-weight:normal; color:red; text-decoration:none; }
a:active { 	font-weight:normal; color:red; text-decoration:none; }
a:focus { 	font-weight:normal; color:red; text-decoration:none; }
a {			font-weight:normal; color:blue; text-decoration:none; }

body{		height: 8.5in; 
		background-color: #FFFFFF;
		scrollbar-arrow-color : #FF0000;
		scrollbar-base-color: #ff0000;
		scrollbar-3dlight-color: #ff0000;
		scrollbar-face-color: #0000ff;
		scrollbar-highlight-color: #0000ff;
		scrollbar-shadow-color: #ff0000;
		scrollbar-track-color: #CCCCCC;
		scrollbar-darkshadow-color: #550000;
}
		
#header { 	position: absolute;
		width: 100%; 
		height: 100;
		top:0;
		right:0;
		bottom:20;
		left:0;
		background: blue;
		background-image:url(./images/titel4.jpg); 
		background-repeat:repeat-x;
 		background-position:bottom; 
		color: white; 
		font-family: "Arial Rounded MT Bold", "Tahoma", "Tahome", "Times New Roman"; 
		font-size: 36pt; text-align: center;
	}

#sidebar { 	position: absolute;
		width: 8em; 
		height: auto; 
		top: 100;
		right: 250;
		bottom: auto; 
		left: 0; 
		background-image: url(./images/sidebar.jpg); 
		font-family: "Tahoma", "Tahome","Times New Roman"; 
		font-size: 20pt; 
		text-align: center;
		font-color: blue;
	}

#main { 	position: absolute;
		width: auto; 
		height: auto; 
		top: 118px; 
		right: auto; 
		bottom: 100px; 
		left: 250px; 
		color: blue; 
		font-family: Tahoma; scrollbar-arrow-color : #003080;
	}
td {
	color: #0000FF;
	font-family: Tahoma, Arial, "Times New Roman", Courier;
}		
</style>

