﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	color: #336600;
	background-color: #67b;
}
#container {
	width: 850px;
	margin: 0 auto;
	background-color: #336600;
}
#masthead {
	text-align: right;
	width: 850px;
	overflow: auto;
	background-color: #ddb;
}
#sidebar {
	float: left;
	width: 170px;
	background-color: #336600;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 660px;
	padding: 10px;
	overflow: auto;
	background-color: #fefedc;
	margin: 0px;
	position : relative;
	left: 0px;
}
#content img {
	display: block;
}
#footer {
	clear: both;
	width: 850px;
	background-color: #336600;
	padding: 0;
	overflow: auto;
	margin-top: 0px;

}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
#content p
{
margin:0px;
}
#content a
{
color: #336600;
}
#content a:hover
{
color: #80ff80;
}

h6
{
font-size:x-large;
margin-top:0px;
margin-bottom:3px;
}
h5
{
font-size:x-large;
margin-top:0px;
margin-bottom:3px;
}
h4
{
font-size:small;
margin-top:3px;
margin-bottom:3px;
font-weight:bolder;
}
h3
{
font-size:x-large;
margin-top:0px;
margin-bottom:3px;
}
h2
{
font-size:x-large;
margin-top:0px;
margin-bottom:3px;
}
#content h1
{
font-size:x-large;
margin-top:6px;
margin-bottom:3px;
color: #336600;
}
#content h2
{
font-size:large;
margin-top:12px;
margin-bottom:3px;
}
#content h3
{
font-size:medium;
font-weight:bolder;
margin-top:3px;
margin-bottom:1px;
}
/* Formatvorlagen für die Navigation */

/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
	color:#CC33FF; 
}
#footer a {
	color: #FFFF00;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFF00;
	text-decoration: none;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #0000ff;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
