﻿@import url('layout.css');
body {
	font-family: Cambria;
	font-size: small;
	color: #000;
	background-color: #99FFCC;
	margin-top: auto;
}
#container {
	width: 180%;
	height: 504px;
	background-color: #cb8;
}
#masthead {
	width: 102%;
	overflow: auto;
	text-align: left;
	background-color: #c5d5e5;
	height: 70px;
}
#page_content {
	position: relative;
	top: 3px;
	left: 1px;
	height: 378px;
	width: 1011px;
}
#sidebar {
	position: relative;
	float: left;
	width: 151px;
	background-color: #cb8;
	top: 0px;
	left: 0px;
	height: 373px;
}
#content {
	margin-left: 153px;
	padding: 10px;
	background-color: #99FFCC;
	width: 840px;
	height: 403px;
}
#footer {
	clear: both;
	width: 14%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #cdf;
	height: 28px;
}
#masthead img {
	float: left;
	}
#masthead p {
	font-size: small;
	margin-right: 1%;
	text-align: center;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Arial Black";
	border-top: thin none;
	background-color: #99FFCC;
	height: 24px;
	margin-top: auto;
	width: 100%;
	font-family: Cambria;
	font-style: normal;
	font-variant: normal;
	font-size: large;
	line-height: normal;
}
/* Formatvorlagen für die Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#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: #393939;
	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;
	background-color: #CCBB88;
	width: 653px;
	margin-top: 0px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	font-size: small;
	text-align: left;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style26Kopie {
	border: 3px solid #DDCC99;
	background-color: #DDCC99;
}
.style38Kopie {
	color: #000000;
	font-weight: bold;
	font-size: small;
}
.style39Kopie {
	font-weight: bold;
	font-size: small;
}
