﻿@import url("layout.css");
.center {
	text-align: center;
}
.small {
	font-size: small;
}
.weiß {
	color: #FFFFFF;
}
.kopf {
	margin-top: 10;
	margin-bottom: 78px;
}
.page {
	margin-top: 5px;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	color: #000;
	background-color: #CFBF95;
}
#container {
	border-width: 1px;
	border-style: solid;
	border-color: #dcdcdc #a9a9a9 #808080 #a9a9a9;
	width: 850px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#masthead {
	text-align: right;
	width: 850px;
	overflow: auto;
	margin-bottom: 5px;
	height: 72px;
}
#sidebar {
	float: left;
	width: 170px;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 643px;
	padding: 15px;
	overflow: auto;
	margin: 0px;
	position: relative;
}
#content img {
	display: block;
}
#footer {
	clear: both;
	width: 850px;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #CFBF95;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
/* Formatvorlagen für die Navigation */
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #0044BB;
	text-decoration: underline;
}
#footer a:hover {
	color: #333333;
	text-decoration: none;
}
a {
	color: #0044BB;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}

