﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	color: #000;
	background-color: #abc;
}
h1 {
	font-size: 1.8em;
	color: #bdaece;
}
h2 {
	font-size: 1.6em;
	color: #bdaece;
}
h3 {
	font-size: 1.4em;
	color: #bdaece;
}
h5 {
	font-size: 1.2em;
	color: #bdaece;
}
p.bold {
	font-weight: bolder;
}
p.font08 {
	font-size: 0.8em;
}
a.link {
	font-weight: bold;
	text-decoration: none;
	color: #118;
}
table.impressum {
	border-style: none;
}
#container {
	width: 746px;
	margin: 0 auto;
	background-image: url("../images/Seitenleiste.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	width: 726px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	border: 1px solid #d3d3d3;

	overflow: auto;	
	background-color: #FFFFFF;
}
#sidebar {
	float: left;
	width: 150px;
	background-color: #d3d3d3;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}
#content {
	float: right;
	width: 556px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0px;
	padding: 10px;
	background-color: #fff;
	position: relative;
}
#footer {
	text-align: center;
	clear: both;
	width: 726px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #bdaece;
}
#masthead img {
	float: left;
}
/* Formatvorlagen für die Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li.hauptpunkt {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar li.unterpunkt {
	font-size: 0.9em;
	margin: 0;
	margin-left: 20px;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
/* Formatvorlagen für den Content-Bereich */
#content ul.kugel {
	list-style-type: none;
	list-style-image: url('../images/KugelFeth10.gif');
}
#content ul.kreis {
	list-style-type: circle;
}
#content li {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}