﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	color: #000;
	background-color: #F0F0F0;
}
#container {
	width: 893px;
	margin: 10px auto;
	background-color: #FFFFFF;
}
#masthead {
	text-align: right;
	width: 893px;
	color: #FFFFFF;
	overflow: auto;
	background-color: #7BA1B8;
}
#sidebar {
	float: left;
	width: 154px;
	margin-top: 16px;
	margin-bottom: 16px;
	background-color: #FFFFFF;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 700px;
	padding: 15px;
	overflow: auto;
	background-color: #fff;
	margin: 0px;
	position: relative;
}
#content img {
	display: block;
}
#footer {
	clear: both;
	width: 893px;
	color: #FFFFFF;
	background-color: #7BA1B8;
	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;
	margin-top: 2px;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	padding: 6px;
	border-bottom: 1px solid #f9f9f9;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #7BA1B8;
	border-bottom: 1px solid #f9f9f9;
}
#sidebar li ul {
 	font-size: 0.85em;
 	font-weight: lighter;
	display: block;
	margin: 0 10px;
	width: 144px;
}
#sidebar li:hover ul {
	font-size: 0.85em;
	font-weight: lighter;
	display: block;
	margin: 0 10px;
	width: 144px;
}
/* Formatvorlagen für Content */
#content a {
	text-decoration: underline;
}
#content a:hover {
	color: #7BA1B8;
	text-decoration: none;
}
a {
	text-decoration: underline;
}
a:hover {
	color: #7BA1B8;
	text-decoration: underline;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}