﻿/* Body */
body
{
    background-color: #003399; /* blau */
    color: #FFFF66; /* gelb */
    font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
}

/* DIV */
div
{
    text-align: left;
    width: 95%;
    vertical-align: top;
    line-height: 25px;
    font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-weight: 400;
    font-size: 14px;
}

/* div.wahl nur in Auswahl für weitere Seiten Masterpage 
{
    line-height: 14px;
    text-align: left;
    list-style-type: square;
}*/

div.center /*häufig */
{
    text-align: center;
}


/* div.left /* nicht gefunden float: left;line-height: 24px;width: 201px;*/


/* div.right nicht gefunden float: right; line-height: 24px; width: 201px; */


/* Überschriften */
h1
{
    text-align: center;
    line-height: 32px;
    font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 28px;
    font-weight: bold;
}

h2
{
    text-align: center;
    line-height: 28px;
    font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 24px;
    font-weight: bold;
}

h3
{
    text-align: center;
    line-height: 24px;
    font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 20px;
    font-weight: bold;
}

h4
{
    text-align: center;
    line-height: 20px;
    font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 16;
    font-weight: bold;
}

/* Tabellen */
table
{
    border: medium solid #FFFFFF;
    width: 100%;
    font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
}

table.right /* häufig */
{
    width: 96%;
}



tr
{
    padding: 3px;
}

tr.bg1 /* für Zeilen in Tabellen */
{
    background-color: #0099CC;
}

tr.bg2 /* für Zeilen in Tabellen */
{
    background-color: #0000FF;
}

tr.bg3 /* Zeilen in stuecke_uebersicht.aspx */
{
    background-color: #0066CC;
    }

td
{
    text-align: center; /* line-height: 14px; */
}

td.inhalt
{
    vertical-align: top;
    text-align: center;
    background-color: #003399;
    font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-style: normal;
    line-height: 18px;
    color: #FFFF66;
    font-size: 14;
    font-weight: 400;
    border: medium solid #C0C0C0;
    padding: 10px;
}

td.links
{
    padding: 3px;
    width: 250px;
    text-align: left;
    background-color: #003399;
}
td.silver
{
    border-style: solid;
    border-width: 2pt; 
    border-color:Silver;
} 
td.gold
{
    border-style: solid;
    border-width: 2pt; 
    border-color: Maroon;
} 

td.left /* häufig -- nur alte Dateien */
{
    text-align: left;
    vertical-align: top;
}

td.mid /* häufig -- nur alte Dateien */
{
    text-align: center;
}

td.uebersicht
{ 
    
    border: 2px solid silver; 
}

/* td.termin
{
    border-width: 2px;
    border-color: silver;
    border-style: solid none solid none;
} */

/* P-Element - für alte Seiten*/

p.links
{
    text-align: left;
  }



p.mitte
{
    text-align: center;
}
p.big
{
    font-weight: bold;
    text-align: left;
}

href
{
    color: #FF0000; /* rot */
}

a:link /* Farbe für einen Link */
{
    color: fuchsia;
}

a:visited /* besuchter Link */
{
    color: #99FF33; /*gelbgrün*/
}

a:hover /* Link + Maus darüber */
{
    color: black;
}

a:active /* Link aktiviert (beim Ausführen) */
{
    color: #FF0000; /* rot  */
}

Input.clsButton
{
    background-color: #FFFFFF;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 180px;
}

Input.clsButton_oben
{
    margin-top: 5px;
    margin-bottom: 5px;
    width: 180px;
}

input.clsButton_wahl
{
    margin: 5px;
    width: 300px;
}
