﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	background-color: #EEEEEE;
	background-image: url('../bilder/banner.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	color: #333333;
}
#conainer {
	width: 800px;
	padding-left: 15px;
}
#masthead {
	text-align: center;
	width: 798px;
	height: 1px;
}
#vorcontainer {
	width: 798px;
}

#vorcontainer h1 {
	margin-top: 110px;
	margin-left: 0px;
	padding-left: 68px;
	font-size: 120%;
	color: #006699;
	background-color: #EDFFDB;
	border: 1px solid #008F47;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#vorcontainer p {
	margin: 0px;
	padding-left: 68px;
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right: 1px solid #a9a9a9;
}

#navigation {
	position: relative;
	float: left;
	width: 230px;
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #EEEEEE;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}
#navigation b {
	margin: 0px;
	font-size: 100%;
	padding-left: 15px;
}
#navigation p {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
}

#content {
	float: left;
	width: 536px;
	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;
}

#content p {
	padding: 10px;
}

#footer {
	text-align: center;
	clear: both;
	width: 798px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
	height: 80px;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 0px 10px 0px;
	text-align: center;
}
/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigationsformatvorlagen*/
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	background-color: #EEEEEE;
	border-top: 1px solid #cccccc;
}
#navigation a {
	color: #006699;
	text-decoration: none;
	display: block;
	padding: 2px;
	background-color: #EEEEEE;	
	font-size: 90%;
	padding-left: 10px;
}
#navigation a:hover {
	color: #006699;
	background-color: #dddddd;
	text-decoration: none;
}

/* Inhaltsformatvorlagen */
h6 {
	color: #3d6c87;
}
h5 {
	color: #3d6c87;
}
h4 {
	color: #3d6c87;
}
h3 {
	color: #3d6c87;
}
h2 {
	color: #3d6c87;
	font-size: 140%;
}
#content h1 {
	color: #3d6c87;
}
#content img {
	padding: 5px;
}
/* Fußzeilen-Formatvorlagen */
#footer p {
	color: #808080;
	margin-top: 5px;
	padding-top: 20px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style1 {
	width: 10%;
	padding: 10px;
	text-align: justify;
	vertical-align: top;
	float: left;
}
.style2 {
	font-size: 120%;
}
.style3 {
	text-align: center;
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #6F9FA8;
	border-bottom: 1px solid #6F9FA8;
}
.style4 {
	text-decoration: underline;
	font-weight: bold;
}
.style5 {
	text-decoration: underline;
}

.Stil5 {
	background-color: #EDFFDB;
	border: 1px solid #008F47;
	margin-bottom: 15px;
	text-align: justify;
	padding: 10px;
}
