﻿@import url('layout.css');
body {
	font-family: Arial, Helvetica, Sans-Serif; /*font-size: 0.74em; */ /*		color: #000;*/;
	font-size: 12px;
	color: #04b;
	background-color: #67b;
}
#container {
	width: 900px;
	margin: 0 auto;
/*	background-color: #cdf;*/	background-color: #ECFFFF;
}
#masthead {
	font-size: 11px;
	text-align: left;
	width: 900px;
	overflow: auto;
	background-color: #CCFFFF;
}
/*#masthead {
	text-align: left;
	width: 900px;
	overflow: auto;
	background-color: #CCFFFF;
}*/
#masthead img {
	float: left;
	border-width: 0px;
	border-collapse: collapse;
}
#masthead ul {
	font-size: 0.93em;
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}
#masthead li {
	display: block;
	border: 1px solid #cdf;
}
#masthead a {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	display: block;
	padding: 1px;
/*	border-bottom: 1px solid #f9f9f9;*/
}
#masthead a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b; /*	border-bottom: 1px solid #f9f9f9;*/;
	background-color: #f9f9f9;
}
#content {
	float: left;
	width: 670px;
	padding: 15px;
	overflow: auto;
	background-color: #fff;
	margin: 0px;
	position: relative;
}
#content img {
	display: block;
	border-width: 0px;
}
#content p {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 12px;
	margin-right: 5px;
}
#content td {
	vertical-align: top;
}
#content ul {
	margin-top: 6px;
	margin-bottom: 6px;
}
#content li {
	margin-bottom: 6px;
}
#sidebar {
	float: left;
	width: 200px;
	background-color: #CCFFFF;
	position: relative;
	clear: both;
	display: inline;
}
#sidebar img {
	border-width: 0px;
}
#sidebar ul {
	font-size: 0.93em;
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
/*	border-top: 1px solid #cdf;
	border-bottom: 1px solid #cdf;*/
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	display: block;
	padding: 3px 5px 3px 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;
}
#page_content {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: #ECFFFF;
}
#footer {
	clear: both;
	width: 900px;
	background-color: #CCFFFF;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
/* Formatvorlagen für die Navigation im Sidebar */
/* Formatvorlagen für die Navigation im Masthead */
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
/*#footer a {
	color: #333;
	text-decoration: underline;
}*/
#footer a:hover {
	color: #333;
	text-decoration: none;
}
#datentabelle table {
	border: 1px solid #CCCCCC;
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	vertical-align: middle;
	width: 100%;
}
#datentabelle td {
	border: 1px solid #CCCCCC;
	line-height: 21px;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
#content a {
	color: #660066;
	font-weight: bold;
	text-decoration: none;
}
.notwendigesInputFeld {
	text-align: right;
	color: #CC0000;
}
.noprint {
	display: none;
}
.tabellenhintergrund_rosa {
	border-style: solid;
	background-color: #FFCCFF;
}
.tabellenhintergrund_hviolett {
	background-color: #DFDFFF;
}
.tabellenhintergrund_horange {
	background-color: #FFCCCC;
}
.tabellenhintergrund_hgelb {
	border-style: solid;
	background-color: #FFFFCC;
}
.tabellenhintergrund_hgruen {
	background-color: #CCFFCC;
}
.hinweise {
	background-color: #FFFFCC;
	font-style: italic;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-color: #C0C0C0;
	border-bottom-style: solid;
}
.tab_spaltenbeschr_zentr {
	text-align: center;
	background-color: #F0F0F0;
}
.tab_zeilenbeschr {
	font-weight: bold;
	background-color: #F0F0F0;
}
.tab_spaltenbeschr {
	text-align: left;
	background-color: #F0F0F0;
}
.tab_zellumrandung {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
}
.small_font {
	font-size: xx-small;
	margin-bottom: 0px;
}
.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}
.aktion_hinweis {
	font-size: 12pt;
}
.border_collapse
{
	border-collapse: collapse;
}
.margin_top_bottom_6px
{
	margin-top: 6px;
	margin-bottom: 6px;
}
.grafik_rand {
	border-width: 1px;
	border-color: #0099FF;
	border-style: solid;
}
