﻿body {
	font-family: "Helvetica", Arial;
	font-size: 0.8em;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 640px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header {
	text-align: center;
	width: 600px;
	padding: 10px;
	border: 1px none #FFFFFF;
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 69px;
	border-right: 1px dotted #725972;
	background-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-right-width: 0px;
	border-right-style: none;
	margin-top: 35px;
	margin-bottom: 10px;
}
#content {
	float: left;
	width: 540px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 20px;
}
#footer {
	border-style: dotted none none none;
	border-width: 1px;
	border-color: #000000;
	text-align: center;
	clear: both;
	width: 618px;
}
/* Mastertitel-Formatvorlagen  */
#header h1 {
	color: #0000D0;
}
#header h3 {
	color: #DD0000;
	font-size: large;
}
/* Navigationsformatvorlagen*/
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-width: 1px;
	border-color: #C0C0C0;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #0000D0;
}
#navigation a {
	color: #503750;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #FFFFFF;
}
#navigation a:hover {
	color: #0000D0;
	text-decoration: none;
	background-color: #FFFFFF;
}
#navigation h1 {
	color: #503750;
}
#navigation h2 {
	color: #0000D0;
}
#navigation h3 {
	color: #503750;
}
#navigation h4 {
	color: #503750;
}
#navigation h5 {
	color: #503750;
}
#navigation h6 {
	color: #503750;
}
/* Inhaltsformatvorlagen */
#content h1 {
	color: #503750;
}
#content h2 {
	color: #0000D0;
}
#content h3 {
	color: #503750;
}
#content h4 {
	color: #503750;
}
#content h5 {
	color: #503750;
}
#content h6 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: 1px solid #FFFFFF;
}
/* Fußzeilen-Formatvorlagen */
#footer ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

#footer p {
	color: #503750;
}
#footer li {
	border-width: 1px;
	border-color: #C0C0C0;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #0000D0;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #503750;
	text-decoration: none;
}
#footer h1 {
	color: #503750;
}
#footer h2 {
	color: #0000FF;
}
#footer h3 {
	color: #503750;
}
#footer h4 {
	color: #503750;
}
#footer h5 {
	color: #503750;
}
#footer h6 {
	color: #503750;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}