/* Standardformate, die für alle Seiten gültig sind. */
body
{
background-color:#ffffff;  	/* Hintergrundfarbe  */
color:#000000;			/* Vordergrundfarbe, Schriftfarbe */
padding-left:3px;               /* Abstand der Schrift links */
scrollbar-3dlight-color: #330066;     /* Schattenlinien links uns oben */
scrollbar-arrow-color: #330066;       /* Pfeile oben und unten */
scrollbar-base-color: #330066;        /* ???  */
scrollbar-darkshadow-color: #330066;  /* Schattenlinien rechts und unten */
scrollbar-face-color: #ffffcc;        /* Scrollbalken  */
scrollbar-highlight-color: #ffffcc;   /* #eeeeff; */
scrollbar-shadow-color: #ffffcc;      /* Schatten rechts */
scrollbar-track-color: #eeeeee;       /* Balkenbahn */
}

body, html
{
font-family: Arial, Helvetica, sans-serif;
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;                /* ffff00 */
font-weight: 600;
background-color: inherit;     /* inherit */
}

a:hover
{
color: #ffffff;
/* font-weight: 600;  */
background-color: #330066;  
}

/* div-Container, der alles enthält */

#center
{
 width:560px;
 margin: 0px auto;
 background-color:transparent;
 text-align:left;
}


/* Container, der vom Menü überlappt wird, mit Rahmen */

#allin
{
 position: absolute;
 top: 4px;
 left: 4px;
 
 border-left: 1px solid #330066;           /* #ffffff;  */
 border-bottom: 1px solid #330066;           /* #ffffff;  */
 border-right: 1px solid #330066;           /* #ffffff;  */
 border-top: 1px solid #330066;           /* #ffffff;  */
 background-color: #FFFFCC;               /*  #250050;  */
 padding-left: 4px;
 padding-right: 4px;
 padding-top: 4px;
 padding-bottom: 4px;
}

/* Container, der die Inhalte enthält und links vom transparenten Gif floatet */

#content
{
/* float:left; */
margin: 3px;
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;
}

/* Container für Marginalien */
#marginalie
{
 float:left;
 font-size: 70%;
}

img
{
margin-right: 10px;
float: left;
border: 0px;
}

/* Container für einen Einzug, z.B. Aufgabenliste */
#einzug
{
margin-left: 30px;
}

iframe
{
scrollbar-3dlight-color: #330066;     /* Schattenlinien links uns oben */
scrollbar-arrow-color: #330066;       /* Pfeile oben und unten */
scrollbar-base-color: #330066;        /* ???  */
scrollbar-darkshadow-color: #330066;  /* Schattenlinien rechts und unten */
scrollbar-face-color: #ffffcc;        /* Scrollbalken  */
scrollbar-highlight-color: #ffffcc;   /* #eeeeff; */
scrollbar-shadow-color: #ffffcc;      /* Schatten rechts */
scrollbar-track-color: #eeeeee;       /* Balkenbahn */
}

/* Container für Fundstellen */
#found
{
color: #ffffff;
background-color:#0000ff;
}

#l_floater
{
float:left;
width:47%;
}

#r_floater
{
float:right;
width:47%;
}

/* 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: 5px;
}

/* 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;
}

/* Container grün*/
#gruen
{
float:left;
width:250px;
font-family: Arial, Helvetica, sansserif;
font-size: 120%;
text-align: center;
border: 3px dotted #009900;
background-color:#ffffff;
padding: 8px;
margin-right: 8px;
margin-bottom: 8px;
}

/* Tabellen und Formulare*/
td, th, input, option, select
{
font-family: Arial, Helvetica, sans-serif;
text-align: left;
}

.pflichtfeld
{
background-color: #ffccff;
border: 1px solid;
}

td, th
{
background-color: #ffffcc;
vertical-align:top;
font-size: 90%;
}

th
{
color:#ffff00;                 /*   #250050;  */
background-color:#330066;      /*  ffffff;  */
}

#trennlinie
{
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#ffffff;
}

ul 
{
margin-top: 3px;
margin-bottom: 3px;
}

li {margin-bottom:3px;}

h1 { font-size:140%; font-weight: bold; margin-top:3px; margin-bottom:20px;}
h2 { font-size:120%; font-weight: bold; margin-top:3px; margin-bottom:3px; background-color:#eeeeee;}
h3 { font-size:100%; font-weight: bold; }
h4 { font-size:90%; font-weight: bold; }


.bigfat  /* Hervorhebung, z.B. für den Preis */
{
font-size: 160%;
font-weight: bold;
}

.comment   /* Kommentare  */
{
font-size: 80%;
font-style:italic;
}

.bez   /* Bezeichner  <span id="bez">...</span>*/
{
font-size: 80%;
color: #5500ff;
}

.spitzmarke
{
color: #5500ff;
font-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;
}