﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	color: #000;
	background-color: #A5BFDA;
}
#container {
	width: 800px;
	margin: 0 auto;
	background-image: url('../images/HintergrundSchattenGruen.gif');
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	border-top: 1px solid #133984;
	border-bottom: 1px solid #133984;
	margin: 0 10px;
	width: 780px;
	overflow: auto;
	background-color: #FFFFFF;
	border-top-color: #004975;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-repeat: no-repeat;
	height: 196px;
}
#sidebar {
	float: left;
	width: 170px;
	background-color: #A5BFDA;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}
#content {
	float: right;
	width: 590px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	background-color: #A5BFDA;
	position: relative;
	color: #133984;
}
#footer {
	text-align: center;
	clear: both;
	width: 780px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #004975;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #004975;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
/* Formatvorlagen für die Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	border-width: 1px;
	border-color: #FFFFFF;
	font-size: 1em;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar a {
	font-weight: normal;
	text-decoration: none;
	color: #004975;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
	border-bottom-width: 1px;
	border-bottom-color: #004975;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-right-color: #004975;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #f2f2f2;
	background-color: #004975;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #007f71;
	text-decoration: none;
	font-weight: bold;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.Headlinezentriert {
	text-align: center;
	font-style: italic;
	font-size: x-large;
	font-weight: normal;
	color: #133984;
}
.zentr_kursiv {
	text-align: center;
	font-style: italic;
	font-size: small;
	font-weight: bold;
}
.Headline {
	font-style: normal;
	font-size: large;
	font-weight: normal;
	color: #133984;
}
.Pikto_rand_rechts {
	padding-right: 10px;
}
.Bild_rechts {
	border-radius: 15px;
	border: 1px solid #133984;
	float: right;
	margin-left: 15px;
}
.bildzentriert {
	text-align: center;
}
.BildRundeEcken {
	border-radius: 15px;
	border: thin solid #004975;
}
.Bild_rechts_untereinander {
	border-radius: 15px;
	border: 1px solid #133984;
	float: left;
	margin-left: 15px;
	margin-bottom: 5px;
}
.aufzaehlung {
	list-style-type: circle;
	list-style-position: inside;
}
.Bild_FLotte {
	border-radius: 15px;
	border: 1px solid #133984;
	float: left;
	margin-left: 0px;
	margin-bottom: 5px;
}
