/* Standardformate, die für alle Seiten gültig sind. */

body
{
background-color:#ffffff;   /*    250050      */
color:#000000;
padding-left:6px;
scrollbar-3dlight-color: #330066;     /* Schattenlinien links uns oben */
scrollbar-arrow-color: #ffffff;       /* Pfeile oben und unten */
scrollbar-base-color: #330066;        /* ???  */
scrollbar-darkshadow-color: #555555;  /* Schattenlinien rechts und unten */
scrollbar-face-color: #ff0000;        /* Scrollbalken  */
scrollbar-highlight-color: #ff0000;   /* #eeeeff; */
scrollbar-shadow-color: #ff0000;      /* Schatten rechts */
scrollbar-track-color: #dddddd;       /* Balkenbahn */
}

body, html
{
font-family: Arial, Helvetica, sansserif;
font-size: 90%;
}

.hint  /* Hinweis z.B. für die Bedienung */
{
font-weight: normal;
}

/* Standard Hyperlinks */

a:link, a:visited, a:hover, a:active
{ 
text-decoration: none;
color: #330066;
background-color: inherit;
}

a:hover
{
color: #ffffff;
background-color: #330066;
}

/* 770 oder 600 Pixel breiter div-Container ,der alles enthält

#center
{
 width:560px;
 margin: 0px auto;
 background-color:transparent;
 text-align:left;
}

/* Fruckausgabe unterdrücken */

@media print
{
#icons_r  {display:none; }
}


/* Container, der vom Menü überlappt wird, mit Rahmen */

#allin
{
 position: absolute;
 top: 8px;
 left: 8px;
 
 border-left: 1px solid #330066;           
 border-bottom: 1px solid #330066;          
 border-right: 1px solid #330066;    
 border-top: 1px solid #330066;   
 background-color: #ffffff;  
 padding-left: 8px;
 padding-right: 8px;
 padding-top: 8px;
 padding-bottom: 8px;
/*  background-image: url(http://www.skc.kusterdingen.com/sk_dok/affenberg_blass.jpg);
 background-repeat:no-repeat;
 background-position: 0px 0px; */
}

/* Container, der die Inhalte enthält und links vom transparenten Gif floatet */

#button
{
border-style: solid;
border-width: 1px;
border-color: #000000;
padding: 5px;
}

#content
{
/* float:left; */
margin:10px;
width: 100%;
/* background-color:#250050; */
}

/* Container für die Symbolleisten */
#icons_r
{
 float:right;
 border: 1px solid #330066;
 background-color: #ffffff;
 padding-left: 2px;
 padding-right: 2px;
 padding-top: 2px;
 padding-bottom: 2px;
 margin-right: 5px;
}

/* Container für das Logo */
#logo
{
float:right;
 border: 0px;
 padding-left: 2px;
 padding-right: 2px;
 padding-top: 2px;
 padding-bottom: 2px;
 margin-right: 5px;
}

/* Container für Marginalien */
#marginalie
{
 float:left;
 font-size: 70%;
}

ul 
{
margin-top: 3px;
margin_bottom: 3px;
}

li {margin-bottom:3px;}

h1 { font-size:130%; font-weight:600; margin-top:3px; margin-bottom:20px; background-color:inherit; color:#ff0000;}
h2 { font-size:110%; margin-top:3px; margin-bottom:3px; background-color:#eeeeee;}
h3 { font-size:100%; }
h4 { font-size:90%; }

/* Tabellen und Formulare*/
td, th, input, option, select
{
font-family: Arial, Helvetica, sansserif;
text-align: left;
}

.pflichtfeld
{
background-color: #ffff99;
border: 1px solid;
}

tr
{
background-color:#eeeeee;
}

td, th
{
/* background-color: #ffffcc; */
vertical-align:top;
font-size: 80%;
}

th
{
color:#ffffff;
background-color:#ff0000;
}

img
{
margin-right: 10px;
float: left;
border: 0px;
}


.spitzmarke
{
color: #5500ff;
weight: 600;
}

/* textarea
{
 font-size: 90%;
}  */

dl { margin-top:0px;}
dd { margin-left:12px;}

dt 
{
padding-left:6px;
}

a.register:link, a.register:visited, a.register:hover, a.register:active
{ 
text-decoration:none;
font-weight:bold;
}

hr  /* Horizontale Linie */
{ 
clear:right;
clear:left;
color:#0000ff;  /* #ffff00;  */
height:1px;
}

/* Kopfzeile */

#header
{
height:42px;
border-bottom:1px solid #000000;
}


/* Scrollbox: statt IFRAME als DIV:
Beispiel:

<table border="0" cellspacing="0" cellpadding="3">
<tr><td style="background-color:#369;">Titel der Box</td></tr>
<tr><td style="width:200px;height:100px;border:1px #369 solid;">
<div style="width:100%;height:100%;overflow:auto;">Ich bin Blindtext. Von Geburt an. Es hat lange gedauert, bis ich begriffen habe, was es bedeutet, ein blinder Text zu sein: Man macht keinen Sinn. Man wirkt hier und da aus dem Zusammenhang gerissen.</div> 
</td></tr>
</table>
*/

#scrollbox
{
width:100%;
height:100%;
overflow:auto;"
}

/* Hilfebox
Beispiel:

<div class="hilfe"><a  href="#">?<span>Hilfetext</span></a></div>
*/

.hilfe {width:20px; z-index:99;}
.hilfe a {color:#FFF; font:bold 16px Arial; text-decoration:none; background-color:#369; display:block; padding:2px 4px 2px 4px;}
.hilfe a:hover {color:#000; background-color:#CDF; width:300px;}
.hilfe a span {display:none;}
.hilfe a:hover span {color:#000; background-color:#FFF; font:14px Arial; display:block; padding:4px;}

/* Balkendiagramm
Beispiel:
<div class="diarahmen">
<span class="diabalken" style="width:45%;">45 %</span>
</div>
*/

.diarahmen {position: relative; width: 130px; border:1px solid #666; background-color:#FFF; padding:0px;}
.diabalken {display: block; position: relative; background:#C93; text-align:center; color: #FFF; height:1.5em; line-height:1.5em; font-family: Arial;font-size:0.7em;}


/* Fotozoom
Beispiel:
<a href="bild.jpg"><img class="fotozoom" src="bild.jpg" alt="Beschreibender Text"
width="80px" height="80px" border="0"></a> <a href="bild.jpg"><img class="fotozoom"
src="bild.jpg" alt="Beschreibender Text" width="80px" height="80px" border="0"></a>
*/

.fotozoom {float:right;}
a:link .fotozoom {width:100px; height:100px;}
a:hover .fotozoom {width:300px; height:300px;}

/* Quermnenu
Beispiel:
<ul id="quermenue">
<li><a href="#">Startseite</a></li>
<li><a href="#">Angebote</a></li>
<li><a href="#">Service</a></li>
<li><a href="#">Kontakt</a></li>
</ul>
*/

#quermenue li {display: inline; padding: 0px 10px;background-color:#006;}
#quermenue a {color:#FFF; text-decoration:none;font-family:Arial;}

/* Link-Symbole */

a.extlink
{
padding-left:16px;
background: url(extern.gif);
background-repeat: no-repeat; 
background-position: left;
}

a.pdflink
{
padding-right:16px;
background: url(pdf.gif);
background-repeat: no-repeat; 
background-position:right;
}

/* Teaser
Beispiel:
<div class="teaser">
<div class="teaserbild"><img src="bild1.jpg"></div>
<div class="teasertext">Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit.</div>
</div>
*/

.teaserbild {float:left;padding-top:5px;}
.teasertext {margin-left:120px;}
.trenner {clear:both;height:15px;}

/* Transparenz
Beispiel:
<img src="erdmaennchen.jpg" class="dreiviertel">
*/

.dreiviertel {filter:Alpha(opacity=75);opacity:0.75;-moz-opacity:0.75;}
.halb {filter:Alpha(opacity=50);opacity:0.5;-moz-opacity:0.5;}
.einviertel {filter:Alpha(opacity=25);opacity:0.25;-moz-opacity:0.25;}


/* Container für einen Einzug, z.B. Aufgabenliste */
#einzug
{
margin-left: 30px;
}


/* Container für Fundstellen */
#found
{
color: #ffffff;
background-color:#0000ff;
}

/* Container für das 2-Spalten-Layout  */
#linke_spalte
{
float:left;
width:47%;
background-color:#ffffee;
}

#rechte_spalte
{
float:right;
width:47%;
background-color:#ffffee;
margin-right: 15px;
}

/* Container für Hervorhebungen  */
#kasten
{
font-family: Arial, Helvetica, sansserif;
font-size: 110%;
text-align: center;
border: 1px solid #ff0000;
background-color: inherit;
padding: 2px;
margin-right: 2px;
margin-bottom: 2px;
}

/* Container für Traueranzeigen  */
#trauer
{
float:left;
width:250px;
font-family: Arial, Helvetica, sansserif;
font-size: 120%;
text-align: center;
border: 3px solid #000000;
background-color:#ffffff;
padding: 8px;
margin-right: 8px;
margin-bottom: 8px;
}

#trennlinie
{
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#ffffff;
}

.bigfat  /* Hervorhebung, z.B. für den Preis */
{
font-size: 130%;
font-weight:bold;
}

.comment   /* Kommentare  */
{
font-size: 80%;
font-style:italic;
}

#rechts   /* rechtsbündiger Anmerkungstext  */
{
clear:all;
font-size: 80%;
font-style:italic;
text-align:right;
}

#links  /* linksbündiger Anmerkungstext  */
{
clear:all;
font-size: 80%;
font-style:italic;
text-align:left;
}

