a {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

a:link {
	background: transparent;
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

a:hover {
	background: #000000;
	color: #FFFFFF;
	text-decoration: underline;
	}

a:active {
	background: #000000;
	color: #FF0000;
	border-bottom: 1px White solid;
}

body {
	background: #C0C0C0;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 {
	color: #000000;
	font-family: sans-serif;
	font-size: 21pt;
	font-weight: bold;
	line-height: 24pt;
}

h2 {
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 10pt;
	margin-left: 12pt;
	color: #FFFFFF;
}

h3 {
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 12pt;
	margin-left: 12pt;
	color: #FFFFFF;
}

html {
	background: #BEBEBE;
	color: #000000;
	font-family: sans-serif;
	font-size: 0.9em;
}

p, ul, ol, dl, li {
	font-size: 100%;
	margin-top: 0;
}


.box1{
	background: #000000;
	height: 75pt;
	left: 150pt;
	position: absolute;
	top: 0pt;
	width: 225pt;
}

.box2{
	background: #808080;
	height: 75pt;
	left: 375pt;
	position: absolute;
	top: 0pt;
	width: 225pt;
}

.box3{
	background: #000000;
	height: 150pt;
	left: 150pt;
	position: absolute;
	top: 75pt;
	width: 225pt;
}

.box4{
	background: #808080;
	height: 150pt;
	left: 375pt;
	position: absolute;
	top: 75pt;
	width: 225pt;
}

.box5{
	background: #000000;
	height: 250pt;
	left: 150pt;
	position: absolute;
	top: 225pt;
	width: 225pt;
}

.box6{
	background: #808080;
	height: 250pt;
	left: 375pt;
	position: absolute;
	top: 225pt;
	width: 225pt;
}

#container {
	background-color: #0000FF;
	margin: 0;
	width: 725pt;
}

#inhalt{
	background-color: #FFFF00;
	display: inline;
	float: right;
	margin-right: 30px;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: left;
	width: 500px;
}

#navigation{
	background: #FFFFFF;
	border: 1pt ridge #000000;
	float: left;
	top: 0pt;
	width: 175pt;
}
.menuoben {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: White;
	background-color: Black;
	height: 15pt;
	width: 100%;
	text-align: right;}

