﻿@import url('layout.css');
body {
	font-family: Arial, Sans-Serif;
	font-size: medium;
	background-color: #333333;
}
#container {
	width: 100%;
	height: 100%;
	background-color: #000000;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #000000;
}
#page_content {
	position: relative;
}
#sidebar {
	background-color: #000000;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	border: 4px solid #000000;
	margin-left: 10px;
	padding: 10px;
	background-color: #FFFFFF;
	margin-right: 10px;
}
#footer {
	padding: 1% 0 1% 1%;
	clear: both;
	width: 99%;
	overflow: hidden;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #000000;
	color: #FFFFFF;
	background-color: #000000;
}
#masthead img {
	float: left;
	height: 108px;
	width: 417px;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
	color: #E8E8E8;
}
h6 {
	font-family: "Arial Black";
}
h5 {
	font-family: "Arial Black";
}
h4 {
	font-family: "Arial Black";
}
h3 {
	font-family: "Arial Black";	
}
h2 {
	font-family: "Arial Black";
}
h1 {
	font-family: "Arial Black";
}
/* Formatvorlagen für die Navigation */
#sidebar ul {
	list-style-type: none;
	width: 840px;
	margin: 0 auto 0 auto;
	padding: 0px;
}
#sidebar li {
	float: left;
	width: 120px;
}
#sidebar li a:hover, #sidebar li .current{
color: white;
background: transparent url('../images/blockactive.gif') center center repeat-x;
}
#sidebar a {
	background-position: center;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #FFFFFF;
	background-image: url('../images/blockdefault.gif');
	text-align: center;
	font-weight: bold;
}
#sidebar a:hover {
	background-position: center;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #ed9;
	background-image: url('../images/blockactive.gif');
	font-weight: bold;
}


/* Formatvorlagen für Fußzeile */
#footer p {
	border-style: none;
	font-size: x-small;
}
#footer a {
	color: #DDDDDD;
	text-decoration: underline;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: none;
}
a {
	color: #339933;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}




