div.left {
	position:fixed;
	height:100%;
	width:15%;
	overflow:auto;
}
div.main {
	position:absolute;
	top:0px;
	left:16%;
	width:80%;
	min-height:99%;
	background-image:url(../images/hintergrund.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
}
div.center {
	text-align:center;
}

body {
	font-family:sans-serif;
	font-size:small;
	margin:0px;
}
td {
	text-align:center;
	vertical-align:top;
}
img {
	border:none;
}

a {
	color:#266c16;
}
a:hover {
	color:#4da92d;
}

h1 {
	font-size:xx-large;
	text-align:center;
	color:#266c16;
}
h2 {
	font-size:medium;
	color:black;
}
