﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	float: left;
}
/*Formatierung Kopfzeile mit Logo*/
#header {
	font-family: Arial;
	font-size: small;
	color: black;
	background-color: #eee;
}
table.header {
	width: 100%;
}
td.logo {
	width: 100px;
}
td.titel {
	width: 50%;
}
td.frei {
	width: inherit;
}
td.link {
	width: 150px;
}
/*Formatierung 2. Kopfzeile*/
#menue {
	font-family: Arial;
	font-size: small;
	color: black;
}
table.menue {
	width: 100%;
}
rohdaten.tr.grund, rohdaten.tr.kontext, rohdaten.tr.hilfen,  {
	height: 20px;
	font-size: xx-small;
	background-color: aqua;
	font-weight: bold;
}
rohdaten.tr.modelle, rohdaten.tr.anleitung,  {
	height: 20px;
	font-size: xx-small;
	background-color: yellow;
	font-weight: bold;
}
tr.eingaben {
	height: 20px;
	background-color: #eee;
}
td.1 {
	width: auto;
	font-weight: bold;
	color: maroon;
}
td.thema1 {
	width: auto;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	font-weight: bold;
	color: black;
}
td.thema2 {
	width: auto;
}
td.thema3 {
	width: auto;
}
td.thema4 {
	width: auto;
}
td.thema5 {
	width: auto;
}
td.thema6 {
	width: auto;
}
td.thema7 {
	width: auto;
}
td.thema8 {
	width: auto;
}
td.thema9 {
	width: auto;
}
td.thema10 {
	width: auto;
}
td.copy {
	width: auto;
}
td.literatur {
	width: auto;
}
/*Formatierung 3. Kopfzeile Suchen*/
#cse {
	height: auto;
}
/*Formatierung Inhalt der Seite, 3-spaltig*/
#container {
	clear: both;
	min-height: 600px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: medium;
	color: black;
	padding-top: 15px;
}
table.container {
	border-collapse: collapse;
	margin: 0.3em 0em 0em;
	width: 100%;
}
caption {
	background-color: #fe0;
	font-size: medium;
	font-weight: bold;
	color: maroon;
}
}
th {
	border: 0px solid #000;
}
td {
	border: 0px solid #000;
	height: 29px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	color: black;
}
thead.header {
	background-color: #0fc;
}
tbody.body {
	background-color: #0fc;
}
td.navi {
	background-color: silver;
	width: 180px;
	font-size: small;
	vertical-align: top;
	color: black;
	padding-left: 10px;
}
td.text {
	background-color: #0f0;
	font-size: small;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	color: black;
	min-width: 600px;
}
td.weiter {
	background-color: #fe0;
	font-size: small;
	vertical-align: top;
	color: black;
	padding-right: 10px;
	min-width: 180px;
}
tr.oben {
	background-color: aqua;
}
col.navi, col.weiter {
	background-color: #0f0;
}
col.text {
	background-color: #f00;
}
colgroup.menue {
	background-color: orange;
}
colgroup.rohdaten {
	background-color: aqua;
}
}
/*Formatierung Fusszeile*/
#fusswerbung {
	padding-left: 200px;
}
/*Formatierung Fusszeile*/
#footer1 {
	font-family: Arial;
	font-size: small;
	color: black;
	background-color: #eee;
	padding-bottom: 15px;
}
table.footer1 {
	border-collapse: collapse;
	margin: 0.3em 0em 0em;
	width: 100%;
}
th.footer1 {
	border: 0px solid #000;
}
}
tr.footer1 {
	border: 0px solid #000;
}
td.fuss1 {
	border: 0px solid #000;
}
td.fuss2 {
	border: 0px solid #000;
}
col.foot1, col.foot2, col.foot5, col.foot6, col.foot7, col.foot8 {
	background-color: #eee;
	width: 10%;
}
col.foot3, col.foot4 {
	background-color: #eee;
	width: 20%;
}
colgroup.foot {
	background-color: #d0f;
}
/*allgemeine Formate*/
h1 {
	font-family: Arial;
	font-size: medium;
	color: maroon;
}
h2 {
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: black;
}
p {
	font-family: Arial;
	font-size: small;
	color: black;
	margin: 15;
}
ul {
	list-style: disc;
	list-style-position: inside;
	font-style: normal;
	margin: 15;
	padding: 0.3em;
}
li-p {
	list-style: disc;
	list-style-position: inside;
	margin: 15;
	padding: 0.3em;
}
ol {
	list-style: decimal;
	list-style-position: inside;
	line-height: 30px;
	margin: 15;
	padding: 0.3em;
}
a {
	padding: 1px;
	font-weight: bold;
}
a:link {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	color: black;
	background-color: #C0C0C0;
}
a:visited {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	color: #666;
	background-color: #eee;
}
a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	color: black;
	background-color: white;
}
a:active {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	color: white;
	background-color: gray;
}
blockquote {
	margin: 10px 10px;
	padding: 3px;
	color: #575757;
	padding: 0 0px;
}
/*noch nicht richtig formatiert:*/
ul.liste01 {
	list-style-type: none;
	line-height: 120%;
	padding: 100px 100px;
	margin: 100px;
}
li.liste01 {
	font-family: Arial,sans-serif;
	font-size: small;
	font-weight: normal;
	color: #4F4F4F;
	line-height: 120%;
	padding: 20px;
	margin: 20px;
	counter-increment: inherit;
	list-style-type: none;
}
ol.liste01 {
	font-family: Arial,sans-serif;
	font-size: small;
	font-weight: normal;
	color: #4F4F4F;
	line-height: 120%;
	padding: 20x;
	margin: 22px;
	counter-increment: inherit;
	list-style-type: none;
}

