﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	background-color: #f2f2f7;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 700px;
	margin: 10px auto;
	color: #FFFF99;
	background-color: #99CCFF;
	visibility: visible;
}
#masthead {
	text-align: left;
	width: 698px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
	height: 150px;
	z-index: 3;
}
#navigation {
	float: left;
	width: 130px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #ffffcc;
	border-right: 1px solid #ffffcc;
	border-left: 1px solid #ffffcc;
	background-color: #99CCFF;
	bottom: auto;
}
#content {
	background-color: #fff;
	background: #DEDFFF;
	float: left;
	width: 518px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px #808080 groove;
	border-left: 1px solid #a9a9a9;
}
#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: #CEC7CE;
	height: 167px;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigationsformatvorlagen*/
#navigation ul {
	background: #FFE373;
	list-style-type: none;
	width: 130px;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
	font-weight: bolder;
	font-size: small;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #A9A9A9;
}
#navigation a {
	background-color: #fff;
	border-color: #CCCCFF;
	background: #CCCCFF;
	color: #666666;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	font-size: small;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
/* Inhaltsformatvorlagen */
h6 {
	color: #3d6c87;
}
h5 {
	color: #3d6c87;
}
h4 {
	color: #3d6c87;
}
h3 {
	color: #3d6c87;
}
h2 {
	color: #000000;
}
#content h1 {
	color: #000000;
}
#content img {
	padding: 5px;
	border: 0px #FFFFFF solid;
}
/* Fußzeilen-Formatvorlagen */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #000000;
	text-decoration: underline;
	font-family: Arial, Helvetica, Sans-Serif;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.neueFormatvorlage1 {
}
#navigation {
	float: left;
	width: 130px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #ffffcc;
	border-right: 1px solid #ffffcc;
	border-left: 1px solid #ffffcc;
	background-color: #99CCFF;
	bottom: auto;
}
