﻿@import url("layout.css");
body {
	color: #000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	font-style: normal;
	background-color: white;
}
#container {
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: lightgray;
	background-color: white;
	position : relative;
}
#masthead {
	text-align: right;
	width: 100%;
	overflow: auto;
	background-color: #c5d5e5;
	background-color: white;
}
#navigation {
	background-color: lightgray;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 100%;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-color: lightgray;
}
#content {
	margin-left: 170px;
	padding: 1px;
	background-color: white;
}
#footer {
	clear: both;
	overflow: hidden;
	padding-right: 0;
	background-color: lightgray;
	background-color: white;
	padding-left: 8px;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial Black;
}
/* Formatvorlagen für die Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 0px solid black;
}
#sidebar a {
	font-weight: normal;
	text-decoration: none;
	color: black;
	padding: 5%;
	display: block;
	border-bottom: 1px solid black;
}
#sidebar a:hover {
	font-weight: normal;
	text-decoration: none;
	color: black;
	border-bottom: 1px solid black;
	background-color: gray;
}
/* 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;
}
