/* Rahmen-Hintergrundfarbe Dunkelblau = #333366; */
/* Inhalt-Hintergrundfarbe Dunkelblau = #616387; */

/* Angaben zur Scrollleiste funktionieren nur im IE */
body
{
     scrollbar-3dlight-color: #333366;
     scrollbar-arrow-color: #616387;
     scrollbar-darkshadow-color: #C0C0C0;
     scrollbar-face-color: #616387; /* OK */
     scrollbar-highlight-color: #C0C0C0;
     scrollbar-shadow-color: #C0C0C0;
     scrollbar-track-color: #333366; /* OK */
}


/* Style für die Seiten des Hauptfensters */
.MainStyle {
     background-color: #616387;
     font-family: Verdana,Trebuchet MS, ArialHelvetica;
     font-weight: normal;
     color: #000000;
     font-size: 10pt;
     text-align: center;
     padding: 15px;
}

/* Style für eigentlich jede Seite */
.ContentStyle { width:560px; margin:0px auto; }


/* Tabellen der Startseite, Termineseite, Kirmesseiten und des Gästebuchs */
.Infobox, .KirmesBox, .Tabelle {
     border: 0;                  /* Tabellenrahmen */
     background-color: #616387;  /* Hintergrundfarbe Tabelle */
     width : 98%;                /* Tabellenbreite */
     font-family : Verdana,Trebuchet MS,Arial,Helvetica; /* Schriftart */
     color : #000000;            /* Schriftfarbe */
     text-align : left;          /* Textausrichtung */
     margin:0px auto;            /* Innenabstand: Oben: 0px, Mittig */
}


/* Überschrift einer Tabellenzelle */
.InfoboxHeader, .KirmesHeader, .TabellenHeader {
     background-color: #C0C0C0;  /* Hintergrundfarbe Tabellenzelle */
     font-size       : 12pt;     /* Schriftgröße */
     font-weight     : bold;   /* Schriftgewicht */
     text-align      : left;
     font-family     : Times New Roman;
     vertical-align	 : middle;
}

/* Überschrift einer Tabellenzelle auf Kirmesseiten */
.KirmesHeader {
     font-size       : 16pt;     /* Schriftgröße */
}


/* Normale Tabellenzelle */
.InfoboxInhalt, .KirmesInhalt, .TabellenZeile, .TabellenZeile2 {
     background-color: #E0E0E0;  /* Hintergrundfarbe Tabellenzelle*/
     font-size       : 10pt;     /* Schriftgröße */
     vertical-align  : top;      /* Vertikale Ausrichtung */
     padding: 5px;               /* Innenabstand */
}

/* Normale Tabellenzelle, alternative Hintergrundfarbe */
.TabellenZeile2 {
     background-color: #FFFFFF;  /* Hintergrundfarbe Tabellenzelle*/
}

/* Tabellenzelle mit Datum*/
.InfoboxDatum, .KirmesUhrzeit {
     background-color: #C0C0C0;  /* Hintergrundfarbe Tabellenzelle*/
     font-size       : 12pt;     /* Schriftgröße */
     vertical-align  : middle;      /* Vertikale Ausrichtung */
     padding: 5px;               /* Innenabstand */
     font-weight: bold;
}

.KirmesUhrzeit {
     width: 120px;
}

/* auf Kimesseiten der einleitende Text nach der Überschrift */
.KirmesEinleitung { font-size: 11pt; color: #E0E0E0; text-align: center; }

/* Überschrift Kirmes */
.KirmesUeberschrift {font-family:Impact; font-size:40pt; font-weight:normal;}


/* Normale Tabellenzelle */
.InfoboxFooter {
     background-color: #C0C0C0;  /* Hintergrundfarbe Tabellenzelle*/
     font-size       : 10pt;     /* Schriftgröße */
     padding: 5px;               /* Innenabstand */
     text-align: center;
}

/* Normale Tabellenzelle */
.InfoboxLine {
     background-color: #C0C0C0;  /* Hintergrundfarbe Tabellenzelle*/
     height: 5px;
}


/************************/
/*        Button            */
/************************/
.Button {
     font-family     : Verdana, Arial;   /* Schriftart */
     font-size       : 10pt;             /* Schriftgröße */
     color           : #FFFFFF;          /* Schriftfarbe */
     background-color: #B0B0B0;          /* Hintergrundfarbe */
}

.Button:active {
     border-right-style:none;
     border-bottom-style:none;
}

.top580px { vertical-align:top; width: 580px; }

/* Klasse mit gleicher Hintergrundfarbe wie body, um Tabellen als Layout-Mittel einzusetzten */
.transparent { background-color: #616387; }







/* Ausrichtung links  */
.links {text-align:left;}

/* ????? */
.block
{
    border: 1px solid #DBDB79;
    padding: 15px;
    margin-bottom: 10px;
    background: #FEFAAB url(images/background_columnleft.gif) repeat-y;
    vertical-align: top;
}

/* Gestrichelte Linie zur optischen Trennung */
.TrennLinie
{
    border-bottom: 1px dashed #C0C0C0;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}


/* Textausrichtung mittig */
.Antwort {  color: #FFFFFF; }

/* Textausrichtung mittig */
.HinweisText {  font-size: 8pt; color: #FFFFFF; text-align:center; }


/* Textausrichtung mittig */
.TextMittig { text-align: center; }


/* Weiße fette Schrift, Kirmes 2004*/
.TextHell {
     font-weight     : bold;
     color           : #C0C0C0;
     vertical-align : top;
}



/* Links */
a:link, a:visited, a:hover {
     font-size: 10pt;
     font-weight:bold;
     color:#000080;
     text-decoration:none;
}

a:visited { color:#505050; text-decoration:none; }
a:hover   { color:#000080; text-decoration:underline; }