﻿#tabelle { border: none; }
#tabelle td {
	font-size:12px;
}
#erlaeuterung { position: relative; margin-top:28em; padding:0.5em; } /* Ab -Anmerkungen- den Abstand zu den Layern festlegen (top) */
.divimmeran { position: absolute; margin:0 0 0 -1px; top:209px; width:800px; height:360px; visibility: visible; border:1px solid #00c; }/* Den Abstand der Layer (top) steuern */
/*.divimmeran { position: absolute;right:2px; }*/
.divtitel { position: absolute; left:auto ; top:210px; width:800px; height:360px; visibility: visible; }/* Den Abstand der Layer (top) steuern */
.divebenen { position: absolute; left:auto; top:210px; width:800px; height:360px; visibility: hidden; }/* Den Abstand der Layer (top) steuern */
/* ab hier die Ebenen EIN uns AUS Buttens steuern. Nicht veraendern! */
.anbutton {
width:16px;
height:16px;
display:block;
text-indent:-9999px;
float:left;
border: none;
}
.anbutton:hover {
background-position:0 -16px;
}
.einbutton {
background: url(bilder/ein.png) no-repeat;
}
.zubutton {
width:16px;
height:16px;
display:block;
text-indent:-9999px;
border: none;
float:left;
}
.zubutton:hover {
background-position:0 -16px;
}
.ausbutton {
background: url(bilder/aus.png) no-repeat;
}
/* ENDE Buttensteuerung */
/* Steuermenue definieren */
#spoiler {
font-family: Arial;
font-size: 12px;
color: CC0000;
font-weight: bold;
background-color: #AEB9CE;
display: none;
position: relative;
/* top: 1em;*/
left: 1em;
text-align:left;
padding: 1em;
z-index:100;
width:25em;
border:1px solid #030;
}
/* Allgemein */
.links { text-align:left; }
.rechts { text-align:right; }
.mitte { text-align:center; }
.klein { font-size:0.8em; }
ol.zahlenformat li { list-style-type:decimal-leading-zero; }
