﻿body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: medium;
	color: #000;
}
#container {
	width: 100%;
	height: 100%;
	background-color: #CCCCCC;
}
#masthead {
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-color: transparent transparent #393939 transparent;
	border-width: 0 0 medium 0;
	border-bottom: medium #393939 solid;
	width: auto;
	overflow: auto;
	text-align: right;
	background-color: #FFFFFF;
	height: 41px;
	border-bottom-color: #393939;
}
#page_content {
	position: relative;
}
#sidebar {
	font-family: "Courier New", Courier, Monospace;
	font: normal normal bolder 100% "Courier New", Courier, Monospace;
	position: relative;
	float: left;
	width: 139px;
}
#content {
	font: medium serif;
	margin-left: 140px;
	padding: 10px;
	background-color: #FFFFFF;
}
#footer {
	border-top-width: medium;
	border-color: #393939 transparent transparent transparent;
	border-style: solid none none none;
	border-top: medium #393939 solid;
	border-width: medium 0 0 0;
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #CCCCCC;
	border-top-color: #393939;
	border-top-style: solid;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h6 {
	font-family: "Courier New", Courier, Monospace;
}
h5 {
	font-family: "Courier New", Courier, Monospace;
}
h4 {
	font-family: "Courier New", Courier, Monospace;
}
h3 {
	font-family: "Courier New", Courier, Monospace;
}
h2 {
	font-family: "Courier New", Courier, Monospace;
}
h1 {
	font-family: "Courier New", Courier, Monospace;
}
/* Formatvorlagen für die Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px #FFFFFF solid;
}
#sidebar a {
	background: #CCCCCC;
	font-weight: bolder;
	color: #000000;
	padding: 5%;
	display: block;
	border-bottom: 1px #CCCCCC solid;
	bottom: auto;
	text-decoration: none;
}
#sidebar a:hover {
	font-weight: bolder;
	color: #CCCCCC;
	border-bottom: 1px #000000 solid;
	background-color: #666666;
}
/* 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;
}
.style1 {
	font-size: xx-small;
}
.style2 {
	font: normal normal normal medium Arial, Helvetica, Sans-Serif;
}
.style3 {
	text-align: right;
	font: x-small Arial, Helvetica, Sans-Serif;
	color: #393939;
}
.styleX {
	text-align: center;
	font: x-small Arial, Helvetica, Sans-Serif;
	color: #393939;
}