﻿@import url("layout.css");
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	background-image: url(../images/body_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #E5E4D7;
}
#container {
	width: 800px;
	height: auto;
	background-color: #B5B8AD;
}
#masthead {
	width: 800px;
	overflow: auto;
	text-align: right;
	background-color: #B5B8AD;
	border-bottom: 1px solid #fff;
	height: 113px;
	background-image: url(../images/header2008.jpg);
}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-color: #ffffff;
}
#content {
	margin-left: 140px;
	background-color: #F5F7F4;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 10px 25px 10px 20px;
}
#footer {
	clear: both;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 5px;
	padding-bottom: 1%;
	padding-left: 5px;
	background-color: #B5B8AD;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	font-variant: normal;
	color: #D73332;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	font-variant: normal;
	color: #D73332;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	font-variant: normal;
	color: #D73332;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	font-variant: normal;
	color: #D73332;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	font-variant: normal;
	color: #D73332;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	font-variant: normal;
	color: #D73332;
}
/* Formatvorlagen für die Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
}
#sidebar  li a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5%;
	display: block;
	background-color: #B5B8AD;
	border-bottom: 1px solid #fff;
}
#sidebar  li a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	background-color: #F5F7F4;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#sidebar li a:active {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	background-color: #EBEDE9;
}

