﻿@import url("layout.css");
body {
	font-family: "Georgia", "Times New Roman", Times, Serif;
	font-size: 0.8em;
	background-attachment: scroll;
}
#container {
	width: 700px;
	margin: 10px auto;
	border: 4px solid #996644;
}
#masthead {
	text-align: center;
	width: 698px;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#content {
	float: left;
	width: 518px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	background-color: #fff;
	border-top: 2px solid #996644;
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding: 0px;
	border: 1px solid #431;
	background-color: #fff;
}
/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	color: #b71;
}
#masthead h3 {
	color: #542;
}
/* Navigationsformatvorlagen*/
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border-top: 2px solid #996644;
}
#navigation a {
	color: #a60;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #964;
}
/* Inhaltsformatvorlagen */
h6 {
	color: #c82;
	margin-left: 8px;
}
h5 {
	color: #c82;
	margin-left: 8px;
}
h4 {
	color: #c82;
	margin-left: 38px;
}
h3 {
	color: #c82;
	margin-left: 8px;
}
h2 {
	color: #c82;
	margin-left: 8px;
}
#content h1 {
	color: #c82;
	margin-left: 8px;
}
#content img {
	padding: 5px;
	border: 1px solid #964;
}
/* Fußzeilen-Formatvorlagen */
#footer p {
	color: #808080;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer a {
	color: #a60;
	text-decoration: underline;
}
#footer a:hover {
	color: #853;
	text-decoration: none;
}
a {
	color: #a60;
	text-decoration: underline;
}
a:hover {
	color: #742;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}