﻿body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	background-color: #f2f2f7;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 95%;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 97%;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#navigation {
	position: relative;
	float: left;
	width: 15%;
	margin-top: 10px;
	margin-bottom: 1px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	color: #3d6c87;
	text-decoration: none;
}
#content {
	float: left;
	width: 78%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#content0 p {
	text-align: center;
}
#content3 {
	text-align: left;
	font-size: medium;
	text-align: justify;
	line-height: 150%;

}
#footer {
	text-align: center;
	clear: both;
	width: 97%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}
/* Navigationsformatvorlagen*/
#navigation {
	
}
#navigation a {
	color: #3d6c87;
	text-decoration: underline;
	display: block;
	padding: 5px;
	background-color: #fff;
}
#navigation a:hover {
	color: aqua;
	text-decoration: underline;
	
}
#masthead a{
	color:  black;
	text-decoration: none;
}

#masthead a:hover {
	color:  black;
	text-decoration: none;
}
#content1 {
	color: #3d6c87;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #fff;
}
#content0 ul{
	list-style-type: disc;
}
/* Inhaltsformatvorlagen */
#content h1,h2,h3 {
	color: #000000;
	text-align: center;

}
#content img {
	padding: 5px;
}
/* Fußzeilen-Formatvorlagen */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #3d6c87;
	text-decoration: underline;
}
#footer a:hover {
	color: aqua;
	text-decoration: underline;
	
}
a {
	color: #800000;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
ul{
	list-style-type: none;
}
