﻿?body {
	padding: 10px;
	background: #EEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 800px;
}
.header {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #C30;
	font-size: 60px;
	padding: 10px;
	color: #CCC;
	text-align: right;
	font-weight: bold;
	width: 780px;
}
.logo {
	padding: 0;
	position: absolute;
	left : 10px;
	top: 160px;
	width: 290px;
	border-left: 2px solid #C30;
}
.balken {
	background: #CCC;
	left : 0px;
	width: 80px;
	height: 26px;
	margin-bottom: 10px;
	border-top: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}

a:link {
	color : #C30;
	text-decoration: none;
	font-weight: 700;
}
a:link:hover {
	color : #F30;
	text-decoration: none;
}
a:active {
	color : #C30;
	text-decoration: none;
}
a:visited {
	color : #C30;
	text-decoration: none;
}
a:visited:hover {
	color : #F30;
	text-decoration: none;
}

#menu {
	position: absolute;
	top: 120px;
	left: 10px;
	width: 794px;
	height: 24px;
	background: #CCC;
	float: left;
	padding: 2px;
	margin-bottom: 20px;
	border: 1px #AAA solid;
	z-index: 500;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 160px;
	float: right;
	padding-top: 2px;
}
#menu ul li ul li a {
	color: #C30;
	font-size: 16px;
	display: block;
	text-align: center;
	padding: 5px;
	margin: 0;
}
#menu h2 {
	padding: 0;
}
#menu ul li ul li a {
	border: 1px #AAA solid;
	background: #CCC;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	height: 1%;
}
#menu ul li ul li a:hover {
	background: #fff;
}
#menu li {
	position: relative;
}
#menu ul ul {
	z-index: 1000;
	position: absolute;
}
div#menu ul ul {
	display: none;
}
div#menu ul li:hover ul {
	display: block;
}
.text {
	position: absolute;
	top: 160px;
	left: 310px;
	width: 500px;
}
h1 {
	font-size: 20pt;
	text-align: right;
	border-bottom: solid 2px #c30;
}
p.centered {
	text-align: center;
}
