﻿@import url('layout.css');
body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	background-color: #676767;
}
#container {
	width: 1000px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 990px;
	height: 128px;
	border-top: 0px solid #dcdcdc;
	border-right: 0px solid #a9a9a9;
	border-bottom: 0spx solid #808080;
	border-left: 0px solid #a9a9a9;
	background-color: #A1D077;
}
#navigation {
	position: relative;
	float: left;
	width: 190px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 0px solid #dcdcdc;
	border-right: 0px solid #a9a9a9;
	border-bottom: 0px solid #808080;
	border-left: 0px solid #a9a9a9;
	background-color: #A1D077;
}
#content {
	float: left;
	width: 770px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 0px solid #dcdcdc;
	border-right: 0px solid #a9a9a9;
	border-bottom: 0px solid #808080;
	border-left: 0px solid #a9a9a9;
	background-color: #CEC9A3;
}
#footer {
	text-align: center;
	clear: both;
	width: 1000px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 0px solid #dcdcdc;
	border-right: 0px solid #a9a9a9;
	border-bottom: 0px solid #808080;
	border-left: 0px solid #a9a9a9;
	background-color: #A1D077;
}
/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	color: #3C3C3C;
}
#masthead h2 {
	color: #3C3C3C;
}
#masthead h3 {
	color: #3C3C3C;
}
/* Navigationsformatvorlagen*/
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0px solid #fff;
	background-color: #A1D077;
}
#navigation a {
	color: #3C3C3C;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 0px solid #fff;
	background-color: #A1D077;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 0px solid #5f8ea9;
	background-color: #5f8ea9;
}
/* Inhaltsformatvorlagen */
#content h1, h2, h3, h4, h5, h6 {
	color: #3C3C3C;
}
#content img {
	padding: 5px;
	border: 0px solid #3C3C3C;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;

}
#content p {
	text-align: justify;
}
/* Fußzeilen-Formatvorlagen */
#footer p {
	color: #3C3C3C;
	margin-top: 5px;
}
#footer a {
	color: #3C3C3C;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5f8ea9;
}
a {
	color: #3C3C3C;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #5f8ea9;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
