﻿/* DATEI: style.css */
body {
	font-family: Verdana;
	font-size: 8px;
	background-color: #FFFFFF;
}
/* Textformate */
h5 {
	font-size: 20px;
	color: #808080;
	margin-bottom: 0px;
}
h1 {
	font-size: 8px;
	color: #000000;
	margin-bottom: 0px;
}
h2 {
	font-size: 10px;
	color: #808080;
	margin-bottom: 2px;
}
h3 {
	font-size: 12px;
	color: #000000;
	margin-bottom: 0px;
}
h4 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 2px;
}
/* Absatzformate */
p {
	margin-top: 0px;
	margin-bottom: 0;
}
code {
	font-size: 14px;
	color: #0000ff;
}
/* Auflistung*/
pre {
	font-family: Verdana;
	font-size: 12;
	color: #808080;
	padding: 1px;
}
/* Links - gelten auch fuer Menue */
a:link, a:visited, a:active, a:hover {
	padding: 0px;
	text-decoration: none;
	color: #FF9900;
	font-size: 10px;
}
a:active, a:hover {
	text-decoration: underline;
	color: #3E599C;
}
/* Bannerbereich (Header) */
#title {
	height: 40px;
	padding: 0px;
	border-bottom: 0px solid #000000;
	margin-bottom: 0px;
}
/* Menuebereich - Links */
#left {
	width: 120px;
	float: left;
	line-height: 20px;
	background-color: #FAF9F9;
	padding-left: 2pt;
	font-size: 18px;
	color: #000000;
}
/* Menueueberschriften */
.menutitle {
	font-weight: bold;
	border-bottom: 1px solid #A6A6A2;
	margin-top: 0px;
	background-color: #e6e7e2;
	margin-bottom: 5px;
}
/* Contentbereich -Rechts */
#content {
	width: 75%;
	float: left;
	padding-top: -10pt;
	padding-left: 20pt;
}
/* Tabellendefinitionen allgemein*/
table {
	margin: 0px;
	color: #000000;
	padding: 0px;
	font-size: 10px;
	line-height: 120%;
	text-align: justify;
}
/* Zelldefinitionen */
td {
	border: 0px solid #E6E6E2;
	vertical-align: top;
	text-align: left;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 20px;
}
