* {margin:0; padding:0;}

body {
	text-align:center;
	font-family: Arial;
	overflow-y:scroll;
	background-attachment:scroll;
}
html{
    background-attachment:scroll;
  }
#navbar {
	position:fixed; 
	background-color:#606; 
	word-spacing:30pt; 
	top:0px; 
	left:0px; 
	right:0px; 
	height:20px;
	z-index:9;
}
#frame {
		position:absolute;
		width:820px;
		top:100px;
		left:50%;
		right:50%;
		margin-left:-410px;
		margin-right:+410px;
		padding:0px;
		z-index:8;
		}
#balkenright {
	position:fixed;
		height:101%;
		width:200px;
		top:0px;
		left:50%;
		right:50%;
		margin-bottom:0px;
		margin-left:+210px;
		margin-right:-210px;
		padding:0px;
		z-index:1;
		background:#999;
		}
#balkenhorizontal {
	position:absolute;
		height:40px;
		top:100px;
		left:50%;
		right:0px;
		margin-left:-410px;
		margin-right:0px;
		padding:0px;
		z-index:1;
		background:#999;
		}
#contentleft {
width:620px;
height:853px;
padding:0px;
float:left;
z-index:7;
	}

#contentright {
width:200px;
height:auto;
padding:0px;
float:left;
z-index:7;
	}
td,th {
	font-family: Arial;
}
a:link {
	text-decoration: none;
	color:#606;
	}
a:link.navbar {
	color:white;
}
a:visited.navbar {
	color:white;
}
a:visited {
	text-decoration: none;
	color:#606;
}
a:hover {
	text-decoration: underline;
	color:#606;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
