﻿@import url('layout.css');
body {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	background-color: #4398db;
/*	background-color: #009999;
	background-attachment: scroll;
	background-position: top left; */
	background-repeat: repeat-x;
}
#container {
	width:1020px; 
	margin: 0px auto;
	background-color:#FFFFFF;
/*	position: absolute; 
	width: 100%; 
	margin-top: 0px;
	margin-left: 0px; >2011-10-16< */
/*	border-bottom: 2px solid #358; */
	border: 5px #FFCC00 solid;
	border-radius:10px 10px 10px 10px;
}
#masthead {
/*	background-image: url('../images/windy_sunny_bay.jpg');
	background-size: 1016px 110px;*/
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-left: 5px;
/*	padding-bottom: 5px; */
}
#navigation {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#content {
	border: medium outset #98B1C4;
	border-radius:7px 7px 7px 7px;
	position: relative;
	float: left;
	width: 420px;
	margin-left: 2px;
	margin-top: 2px;
	padding: 6px 0px 10px 5px;
	text-align: left;
}
#sidebar_left {
/*	border: medium inset; */
	float: left;
	width: 270px;
	margin-left: 2px;
	margin-top: 2px;
	padding: 10px 0px 10px 5px;
	text-align: left;
}
#sidebar_right {
/*	border: medium outset; */
	float: left;
	width: 290px;
	margin-left: 2px;
	margin-top: 2px;
	padding: 10px 0px 10px 5px;
	text-align: left;
}
#footer {
	clear: both;
	width:  auto;
	margin: 5px 5px 5px auto;
	padding: 0px 5px 5px 5px;
	text-align: left;
	border: medium inset #98B1C4;
	border-radius:5px 5px 5px 5px;
}
/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	font-weight: normal;
	color: #009999;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	bottom: 0;
	font-weight: normal;
	color: #b22222;
	display: inline;
	margin-top: 15px;
	margin-left: 25px;
}
#masthead h4 {
	color: #191970;
}
/* Navigationsformatvorlagen*/
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #b22222;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #eee8aa;
}
#navigation a:hover {
	text-decoration: none;
	color: #800000;
	background-color: #d0dffa;
}
/* Inhaltsformatvorlagen */
h6 {
	color: #b22222;
}
h5 {
	color: #b22222;
}
h4 {
	color: #b22222;
}
h3 {
	color: #b22222;
}
h2 {
	color: #b22222;
	text-transform: uppercase;
}
div.autoindex
{
background-color: beige;
overflow:auto;
}
div.autofooter
{
background-color: cornsilk 
overflow:auto;
}
#content h1 {
	color: #b22222;
}
#content p {
	padding: 0px 7px 0px 5px;
	color: #191970;
}
#content img {
	padding: 5px;
	border: 1px solid #358;
}
/* Randleisten-Formatvorlagen */
#sidebar_left h2 {
	color: #009999;
}
#sidebar_left h3 {
	color: #009999;
	text-transform: uppercase;
}
#sidebar_left h4 {
	color: #009999;
}
#sidebar_left p {
	padding: 0px 7px 0px 5px;
	color: #222;
}
#sidebar_left img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
#sidebar_right h2 {
	color: #009999;
}
#sidebar_right h3 {
	color: #009999;
	text-transform: uppercase;
}
#sidebar_right h4 {
	color: #009999;
}
#sidebar_right p {
	padding: 0px 7px 0px 5px;
	color: #222;
}
#sidebar_right img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Fußzeilen-Formatvorlagen */
#footer p {
	font-size: 0.85em;
	color: #808080;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer a {
	color: #47b;
	text-decoration: underline;
}
#footer a:hover {
	color: #237;
	text-decoration: none;
}
/* Hyperlink-Formatvorlagen */
a {
	color: #191970;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style3 {
	padding-right: 6px;
}
.style4 {
	padding-right: 6px;
	list-style-type: disc;
	list-style-position: outside;
/*	margin-left: -20px; */
}
.style5 {
	padding-right: 6px;
	list-style-type: circle;
	list-style-position: outside;
/*	margin-left: -20px; */
}
