﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	background-color: #FFA04C;
	background-image: url('');
	background-repeat: repeat;
	background-attachment: fixed;
	text-align: left;
}
#container {
	width: 706px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 698px;
	border-top: 0px solid #dcdcdc;
	border-right: 0px solid #a9a9a9;
	border-bottom: 0px solid #808080;
	border-left: 0px solid #a9a9a9;
	background-image: url('../bilder/officeheader.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 150px;
	border-width: 4px;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #C5FF8B;
	border-width: 4px;
}
#content {
	float: left;
	width: 515px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #FFFFCC;
}
#footer {
	text-align: center;
	clear: both;
	width: 703px;
	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: #FDFDCB;
}
/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	color: #003300;
	height: 150px;
	margin-top: -3px;
	width: 683px;
}
#masthead h3 {
	color: #5f8ea9;
	height: 95px;
}
/* Navigationsformatvorlagen*/
#navigation ul {
	list-style-type: none;
	width: 98%;
	display: block;
	margin: 0;
	padding: 0;
	height: 228px;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid;
}
#navigation a {
	text-decoration: none;
	display: block;
	padding: 0px;
	border: 0px #FFA04C solid;
	height: 26px;
	width: 146px;
	text-align: left;
	background-image: inherit;
}
#navigation a:hover {
	border-style: solid;
	border-width: 0px;
	color: #fff;
	text-decoration: none;
	background-image: inherit;
}
/* Inhaltsformatvorlagen */
#content h1,h2,h3,h4,h5,h6 {
	color: #003300;
	margin-top: 0px;
	text-align: left;
	height: 36px;
	font-size: 16pt;
}
#content
#content img {
	padding: 5px;
	border: 0px solid #808080;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	vertical-align: middle;
	z-index: 2;
	left: 412px;
	top: 185px;
	position: absolute;
}
en-Formatvorlagen */
#footer p {
	color: #808080;
	margin-top: 5px;
	width: 667px;
	text-align: right;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


