﻿body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	color: #000000;
	background-color: #B7C297;
	background-image: url("bilder/hintergrund.jpg");
	background-repeat: repeat;
	background-attachment: fixed;
	margin: 20px 0 20px 0;
	overflow: auto;
}
#container {
	width: 975px;
	background-color: #C0CCA0;
	margin: 0 auto;
	border: 1px #6E7850 solid;
}
#masthead {
	width: 975px;
	margin-top: 0;
	margin-bottom: 0;
	overflow: auto;
	color: #D8E5B5;
	background-color: #6E7850;
}
#masthead a {
	font-weight: bold;
	color: #D8E5B5;
	text-decoration: none;
}
#masthead a:hover {
	font-weight: bold;
	color: #D8E5B5;
	text-decoration: underline;
}
#masthead img.logo {
	float: left;
}
#masthead img.sm {
	float: left;
	padding-left: 12px;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
#sidebar {
	float: left;
	width: 170px;
	background-color: #97A278;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: right;
	width: 785px;
	margin-top: 0;
	margin-left: 0;
	padding: 10px;
	background-color: #B7C297;
	position: relative;
	text-align: justify;
}
#content a {
	font-weight: bold;
	color: #2F3623;
	text-decoration: none;
}
#content a:hover {
	font-weight: bold;
	color: #2F3623;
	text-decoration: underline;
}
#content td.headline {
	font-size: 1.8em;
	font-weight: bold;
	font-variant: small-caps;
}
#footer {
	text-align: center;
	clear: both;
	width: 975px;
	padding: 0;
	overflow: auto;
	background-color: #6E7850;
}
/* Formatvorlagen für die Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #6E7850;
}
#sidebar a {
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	text-align: center;
	color: #000000;
	display: block;
	padding: 5px;
}
#sidebar a:hover {
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	text-align: center;
	color: #2F3623;
	display: block;
	background-color: #C0CCA0;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 0.8em;
	color: #C0CCA0;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #C0CCA0;
	text-decoration: none;
}
#footer a:hover {
	color: #C0CCA0;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

