﻿/* CSS layout */
body {
	margin: 0;
	width: 1000px;
	height: 768px;
}
#masthead {
	min-width: 600px;
	background-color: #CEE6FD;
}
#logo {
	border-width: 0px;
	float: left;
	width: 170px;
	margin-top: 5px;
	margin-left: 15px;
	border-width: 0;
}
#logo2 {
	margin-top: -10px;
	position: absolute;
}
#header {
	margin-left: 185px;
	height: 146px;
	vertical-align: 50%;
}
#container {
	min-width: 600px;
	width: 1000px;
}
#left_col {
	float: left;
	width: 170px;
	background-color: #CEE6FD;
	line-height: 20px;
	background-image: url('../images/leiste_links_viertel.jpg');
}
#page_content {
	margin-left: 10px;
	position: absolute;
	width: 800px;
	float: left;
}
#subheader {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: x-small;
	text-align: right;
	position: absolute;
	margin-top: 95px;
	margin-left: 500px;
	float: right;
}
#footer {
	text-align: center;
	width: 824px;
	position: static;
	float: left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: xx-small;
	margin-top: 20px;
}
#headline {
	margin-top: 30px;
	margin-bottom: 0px;
}
#navigation {
	margin-top: 30px;
	margin-left: 10px;
}
h1 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: x-large;
	font-weight: bold;
	font-variant: normal;
	color: #0000FF;
}
ol {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
}
ol li ol {
	float: left;
	background-color: #E8E8E8;
	z-index: 1;
}
ol ol {
	border-style: solid solid solid solid;
	border-width: 1px 3px 3px 1px;
	border-color: #999999;
	position: absolute;
	left: 150px;
	display: none;
	background-color: #DFDFDF;
}

ol#sub1 {
	top: 159px;
}
ol#sub2 {
	top: 184px;
}
ol#sub3 {
	top: 209px;
}
ol#sub4 {
	top: 235px;
}

ol li a {
	margin: 5px;
	display: block;
	border-style: solid;
	border-width: 0px;
	width: 130px;
	height: 20px;
	text-align: left;
	color: #333333;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
}
a:hover {
	background-color: #C0C0C0;
}
a:visited {
	color: #333333;
}
.style1 {
	border-width: 0;
}
.style3 {
	font-size: xx-small;
}
.style4 {
	font-size: medium;
}
.style6 {
	border-width: 0px;
}
.style8 {
	font-size: small;
}
.style15 {
	color: #333333;
	font-family: Arial, Helvetica, Sans-Serif;
}
.style16 {
	color: #333333;
}
.style17 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
}
.style19 {
	text-decoration: none;
	color: #333333;
}
.clear {
	clear: both;
}
li:hover ol, li.over ol {
	display: block;
}
