﻿@import url('../layout.css');
body {
	font-family: Arial, Sans-Serif;
	font-size: medium;
	color: #000;
	min-height: 400px;
}
#container {
	width: 100%;
	height: 100%;
	background-color: #33CCFF;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #3399FF;
}
#page_content {
	position: relative;
	min-height: 400px;
	direction: ltr;
}
#sidebar {
	position: relative;
	float: left;
	width: 200px;
	background-color: #cb8;
}
#content {
	border-right: thick #FF0000;
	margin-left: 200px;
	padding: 10px;
	background-color: #fff;
	font-family: "Century Gothic";
	font-size: medium;
	min-height: 800px;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
	background-color: #0066CC;
}
h6 {
	font-family: Arial Black;
}
h5 {
	font-family: Arial Black;
}
h4 {
	font-family: Arial Black;
}
h3 {
	font-family: Arial Black;
}
a:hover {
	font-family: "Century Gothic";
	background-color: #33CCFF;
}
h1 {
	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: 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: #FFFF00;
	border-bottom: 1px solid #f5f5f5;
	background-color: #6699FF;
}
/* Formatvorlagen für Fußzeile */
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #99CCFF;
	text-decoration: underline;
	background-color: #3F6EC5;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

