﻿@import url("bichler-layout.css");
body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: medium;
	color: #000;
	background-color: #FFFECE;
}
#container {
	width: 800px;
	margin: 0 auto 0 70px;
	background-color: #FFB73E;
}
#masthead {
	text-align: right;
	width: 800px;
	overflow: auto;
	background-color: #FFB73E;
}
#sidebar {
	float: left;
	width: 154px;
	background-color: #FFB73E;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 616px;
	padding: 15px;
	overflow: auto;
	background-color: #FFB73E;
	margin: 0px;
	position: relative;
}
#footer {
	clear: both;
	width: 800px;
	background-color: #000000;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#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 ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 0px none #FFFB00;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
	border-bottom-color: #000000;
	border-bottom-style: none;
	border-bottom-width: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: medium;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #f9f9f9;
	background-color: #000000;
	border-bottom-color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: medium;
	border-bottom-width: 0px;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: small;
	text-align: center;
	margin: 0px;
	padding: 2px;
	font-family: Arial, Helvetica, Sans-Serif;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
