﻿@import url("layout.css");
@import url("tabelle.css");
body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	color: #000099;
	background-color: #009999;
}
#container {
	width: 910px;
	margin: 10px auto;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-attachment: scroll;
	border: 3px solid #5b7ea1;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 12px 5px 8px #888;
	-webkit-box-shadow: 12px 5px 8px #888;
	-moz-box-shadow: 12px 5px 8px #888;
}
#masthead {
	color: #000099;
	margin-top:10px;
	overflow: auto;
}
#sidebar {
	float: left;
	width: 160px;
	position: relative;
	clear: both;
	display: inline;
	margin-top:15px;
}
#content {
	float: right;
	width: 740px;
	margin-top:15px;
}
#footer {
	text-align: center;
	clear: both;
	padding: 0;
	overflow: auto;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
/* Formatvorlagen für die Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #FFFFFF;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #000099;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #009999;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 0.8em;
	color: #000099;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #000099;
	text-decoration: underline;
}
#footer a:hover {
	color: #009999;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.abstand {
	padding-left:10px;
	padding-right:10px;
}
.bild {
	border:0px;
	border-width:0px;
}
.frame {
	width:100%;
	border:0px;
	margin-top: 0px;
}
.neu {
	font-size: x-large;
	color:#0066FF;
	font-weight:bold;
}
