﻿@import url('../layout.css');
body {
	background-repeat: repeat;
	background-attachment: scroll;
	background-image: ;
	background: #FCFDEC;
	font-family: "Courier New", Courier, Monospace;
	font-size: 0.8em;
}
#container {
	width: 700px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 698px;
	background-color: #FCFDEC;
}
#navigation {
	text-algin: center;
	clear: both;
	width: 698px;
	margin-top: 60px;
	margin-bottom: 10px;
	margin-Left: 10px;
	background-color: #FCFDEC;
}
#content {
	float: left;
	width: 518px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 15px 10px 15px 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FCFDEC;
}
/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	color: #3d6c87;
	background-color: #FCFDEC;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Inhaltsformatvorlagen */
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px #265600 solid;
	background-color: #265600;
}
#content img {
	padding: 5px;
	border: 1px;
}
/* Fußzeilen-Formatvorlagen */
#footer p {
	color: #265600;
	margin-top: 5px;
}
#footer a {
	color: #265600;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px #265600 solid;
	background-color: #265600;
}
a {
	color: #265600;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
