﻿@import url("layout.css");
body {
	font-family: Arial;
	font-size: small;
	background-color: #005e4f;
	background-repeat: repeat;
	background-attachment: scroll;
	text-align: center;
	padding: 10px;
}
#container {
	width: 820px;
	margin: 0 auto;
	padding: 10px;
	border-top: 1px solid #99ff99;
	border-right: 1px solid #99ff99;
	border-bottom: 1px solid #99ff99;
	border-left: 1px solid #99ff99;
	background-color: #005e4f;
}
#masthead {
	text-align: center;
	width: 800px;
	padding: 10px;
	border: 0px dotted #725972;
	background-color: #005e4f;
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-right: 1px solid #99ff99;
}
#content {
	float: left;
	width: 660px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 820px;
	border-top: 1px solid #99ff99;
}
/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigationsformatvorlagen*/
#navigation ul {
	width: 139px;
	margin: 0;
	padding: 0;
	color: #99ff99;
}
#navigation li {
	margin: 0;
	padding: 0;
	background-color: #005e4f;
	color: #FFFFFF;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #99ff99;
	background-color: #005e4f;
	font-weight: 700;
	font-family: Arial;
}
#navigation a:hover {
	color: #005e4f;
	text-decoration: none;
	background-color: #fff;
}
/* Inhaltsformatvorlagen */

1 {
	color: #503750;
}
#content img {
	padding: 5px;
	float: left;
	vertical-align: super;
}
/* Fußzeilen-Formatvorlagen */
#footer p {
	color: #99FF99;
}
#footer p {
	color: #99FF99;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: left;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial;
}
#footer a:hover {
	color: yellow;
	text-decoration: none;
}
a {
	color: #FFFF00;
	text-align: left;
}
a:hover {
	color: #99ff99;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
