﻿body {
	font-family: "Times New Roman", Times, Serif;
	font-size: medium;
	color: #000;
	background-color: #FFFF99;
}
#masthead {
	width: 100%;
	text-align: left;
	background-color: #FFFF80;
	color: #663300;
	font-family: "Times New Roman", Times, Serif;
}
#page_content {
	color: #663300;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-color: #CC9900;
}
#content {
	margin-left: 180px;
	background-color: #FFFF99;
	color: #663300;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #FFFF80;
}
/* 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 solid #cb8;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #663300;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f5f5f5;
	background-color: #dc9;
}
/* 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: #663300;
	text-decoration: underline;
	font-family: "Times New Roman", Times, Serif;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.Ueberschrift {
	font-weight: bold;
	color: #663300;
	font-family: "Times New Roman", Times, Serif;
	font-size: medium;
}
.Text {
	font-weight: normal;
	color: #663300;
	font-family: "Times New Roman", Times, Serif;
	font-size: medium;
}
.Bildrechts {
    border-width: 0;
	text-align: right;
	margin-right: 0px;
	margin-left: 25px;
}
.Bildlinks {
	border-width: 0;
	margin: 0px 10px 10px 0px;
	float: left;
}
.Footer {
	text-align: center;
	color: #663300;
	font-family: "Times New Roman", Times, Serif;
	font-size: small;
}
.style2 {
	text-align: right;
}
.style3 {
	margin-right: 41px;
}
