﻿@import url("layout.css");
body {
	font-family: Verdana;
	font-size: xx-small;
	background-color: #99CCFF;
	background-image: url('');
	background-repeat: repeat;
	background-attachment: scroll;
				color: #0000FF;
				position: relative;
				white-space: normal;
				height: 0px;
				width: 0px;
				vertical-align: baseline;
				}
#container {
	width: 733px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 698px;
	border-top: 1px solid #dcdcdc;
	border-right: 20px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
				color: #0000FF;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 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 {
	float: left;
	width: 524px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px #dcdcdc double;
	background-color: #fff;
	content: none;
	height: 538px;
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	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;
}
/* 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: 0px 0;
	padding: 0px;
	border: 1px solid #fff;
	background-color: #fff;
				color: #0000FF;
				font-size: xx-small;
}
#navigation a {
	color: #3d6c87;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
/* Inhaltsformatvorlagen */
h6 {
	color: #0000FF;
}
h5 {
	color: #0000FF;
}
h4 {
	color: #0000FF;
}
h3 {
	color: #0000FF;
				margin-top: 0px;
				margin-bottom: 0px;
}
h2 {
	color: #0000FF;
}
#content h1 {
	color: #0000FF;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
				margin-top: 0px;
				margin-bottom: 0px;
}
/* Fußzeilen-Formatvorlagen */
#footer p {
				color: #3D6C87;
				margin-top: 0px;
				font-family: Verdana;
				font-size: xx-small;
				font-style: normal;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	text-align: left;
				font-weight: 700;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}