﻿@import url("layout.css");
body {
	font-family: "Times New Roman", Times, Serif;
	font-size: large;
	color: #000;
	background-color: #DFFFDF;
}
img {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;

}
#container {
	width: 100%;
	height: 100%;
	background-color: #BBFFBB;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #008000;
}
#kopf-l {
	float: left;	
	background-image:url('../images/altar-l.jpg');
	position: absolute; 
	width: 333px; 
	height: 120px; 
	z-index: 1; 
	left: 0px; 
	top: 0px
	}
#kopf-r {
	float:right;	
	background-image:url('../images/altar-r.jpg');
	z-index: 1;
	position:relative;
	width: 320px; 
	height: 120px; 
	z-index: 1; 
	left: 0px; 
	top: 0px;
}

#schrift {
	position: absolute; 
	width: 226px; 
	height: 100px; 
	text-align:center;
	z-index: 1; 
	left: 400px; 
	top: 10px;
	color:white;
	float:none;

}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-color: #008000;
}
#content {
	border-left: 20px;
	margin-left: 140px;
	padding: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align: justify;
	margin-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	border-left-width: 20px;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #BBFFBB;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
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: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px #BBFFBB solid;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #BBFFBB;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a:hover {
	border: #008000;
	font-weight: bold;
	text-decoration: none;
	color: #008000;
	border-bottom: 1px solid #f5f5f5;
	background-color: #BBFFBB;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #008000;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #008000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#wappen  {
	float:left;
	background-image:url('../images/wappen1.gif');
	width: 204px; 
	height: 217px;
	z-index:1;
}


