body {
	background-color:#FFEFD5;
	font-family: Arial, Helvetica, sans-serif;
	overflow:auto;
	}
hr {
	color:#b05000;
	}
h1 {
	color:#820000;
	font-size:25px;
	font-weight:bold;
	}
h2 {
	color:#820000;
	font-size:20px;
	font-weight:bold;
	}
a.menu:link {
	color:#F6CB00;
	text-decoration:none;
	}
a.menu:visited {
	color:#000000;
	text-decoration:none;
	}
a.menu:active {
	color:#DBDFE3;
	text-decoration:none;
	}	
a.menu:hover {
	text-decoration:blink;
	}
a.footer:link {
	font-size:0.6em;
	color:#820000;
	text-decoration:none;
	}
a.footer:visited {
	color:#000000;
	text-decoration:none;
	}
a.footer:hover {
	text-decoration:blink;
	}
a.sub:link {
	font-size:0.8em;
	color:##F6CB00;
	text-decoration:none;
	}
a.sub:visited {
	color:#000000;
	text-decoration:none;
	}
a.sub:hover {
	text-decoration:blink;
	}
#head {
	background-image:url(../img/logo.jpg); 
	background-repeat:no-repeat;
	width:1260px;
	height:250px;
	position:absolute;
	top:0;
	left:0;
	
	}
#content {
	position:absolute;
	width:580px;
	height:580px;
	left:250px;
	top:285px;
	z-index:4;
	background-color:#DBDFE3;
	margin:10px;
	padding:10px;
	overflow-x:invisible;
	overflow-y:auto;
	font-size:0.8em;
	color:#820000;
	}
#main {
	position:absolute;
	width:100%;
	height:283px;
	left:-10px;
	top:290px;
	z-index:1;
	background-color:#820000;
	margin:10px;
	}
#left {
	background-image:url(../img/links.jpg); 
	background-repeat:no-repeat;
	position: absolute;
	width:27px;
	height:600px;
	left:237px;
	top:266px;
	z-index:2;
	}
#top{
	background-image:url(../img/oben.jpg); 
	background-repeat:no-repeat;
	position: absolute;
	width:600px;
	height:27px;
	left:255px;
	top:270px;
	z-index:2;
	color:#dbdfe3;
	}
#right {
	background-image:url(../img/rechts.jpg); 
	background-repeat:no-repeat;
	position: absolute;
	width:27px;
	height:600px;
	left:860px;
	top:266px;
	z-index:2;
	}
#down{
	background-image:url(../img/unten.jpg); 
	background-repeat:no-repeat;
	position:absolute;
	width:600px;
	height:27px;
	left:250px;
	top:895px;
	z-index:2;
	}
#sub {
	position: absolute;
	width:630px;
	height:27px;
	left:250px;
	top:250px;
	text-align:center;
	z-index:3;
	}
#menu {
	position:absolute;
	width:230px;
	height:283px;
	left:20px;
	top:302px;
	z-index:4;
	line-height:1.5em;
	margin:0 0 20px 0;
	text-align:right;
		}
#footer{
	color:#DBDFE3;
	position:absolute;
	width:200px;
	heigth:15px;
	left:255px;
	top:900px;
	z-index:4;
	}
