﻿@import url("layout.css");
body {
	background: #D8F0FE;
	font-family: Arial, Sans-Serif;
	font-size: small;
	color: #000;
}
#container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#masthead {
	background: #D8F0FE;
	width: 1024px;
	text-align: left;
}
#page_content {
	background: #D8F0FE;
	position: relative;
}
#content {
	margin-left: 200px;
	padding: 0px;
}
#sidebar {
	position: relative;
	float: left;
	width: 203px;
	background-color: #D8F0FE;
	line-height: 4px;
}
#footer {
	background: #D8F0FE;
	text-align: left;
	clear: both;
	width: 1024px;
	margin-right: 10px;
	margin-left: 200px;
	padding: 0;
	overflow: auto;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h6 {
	font-family: Arial;
}
h5 {
	font-family: Arial;
}
h4 {
	font-family: Arial;
}
h3 {
	font-family: Arial;
}
h2 {
	font-family: Arial;
}
h1 {
	font-family: Arial;
}
/* Formatvorlagen für die Navigation */
#sidebar ul {
	border: thick #00FF00;
	list-style-type: none;
	width: 200px;
	margin: 0;
	padding: 0;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	padding: 5%;
	display: block;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	background-color: #3399FF;
}
/* Formatvorlagen für Fußzeile */
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 0.8em;
	color: #000080;
	margin: 2px;
	padding: 2px;
}
#footer a {
	background: #CCFFFF;
	color: #000080;
	text-decoration: underline;
}
#footer a:hover {
	color: #393975;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
