/* body: */
/* Hintergrund, Scroll-Balken, Standardschrift */
body 
{ 
    margin-top:1px; 
    margin-bottom:1px; 
    scrollbar-face-color: #CCCCCC; 
    scrollbar-highlight-color: #FFFFFF; 
    scrollbar-shadow-color: #000000; 
    scrollbar-3dlight-color: #000000; 
    scrollbar-arrow-color: #000000; 
    scrollbar-track-color: #999999; 
    scrollbar-darkshadow-color: #CCCCCC; 
    background-color:#FFF3B7;
    font-family:Arial,Helvetica; 
    font-size:10pt;
}

/* select, option */
/* Darstellung der Auswahllsten */
select,option 
{ 
    font-family:Arial,Helvetica;
    font-size:8pt; 
    height:15pt; 
}

/* Darstellung in Tabellenspalten */
th
{
    font-family:Arial,Helvetica;
    font-size:10pt; 
    font-weight:bold; 
    text-align:center;
}
td
{
    font-family:Arial,Helvetica;
    font-size:10pt; 
}

/* link */
/* Darstelling von Links */
a:link 
{
    font-family:Verdana,Arial,Helvetica; 
    color:#0000A0; 
    text-decoration:none; 
}
a:visited 
{
    font-family:Verdana,Arial,Helvetica; 
    color:#0000A0; 
    text-decoration:none; 
}
a:active 
{
    font-family:Verdana,Arial,Helvetica; 
    color:#0000ff; 
    text-decoration:underline; 
}
a:hover 
{
    font-family:Verdana,Arial,Helvetica;
    color:#0000ff;
    text-decoration:underline;
}

/* Darstellung von Links im Menu-Frame */
a:link.menu {
    height:36px;
    background-color:#FFF3B7;
}
a:visited.menu {
    height:36px;
    background-color:#FFF3B7;
}
a:active.menu {
    height:36px;
    background-color:#ffd295;
}
a:hover.menu {
    height:36px;
/*    background-color:#0097d3; */
    background-color:#ffd295;
}

.header {
    color:#0097d3;
    height:2px;
}
.gross {
/*    font-family:"Futura LT BT",Futura,"Frutiger Light",Arial,Helvetica; */
    font-size:14pt;
    text-align:center;
}

/* Darstellung von Ueberschriften: */
h1 
{
    font-family:Arial,Helvetica; 
    font-size:18pt; 
    color:#0097d3;
    text-decoration:none;
    text-align:center;
}
h2 
{
    font-family:Arial,Helvetica;
    font-size:12pt;
    color:#0097d3;
    text-decoration:none;
}

.artikel,.artikelliste { width:500px; }

.listentitel
{
    font-family:Arial,Helvetica; 
    font-size:12pt; 
    font-weight:bold;
    color:#0097d3;
    text-decoration:none;
}

.titel
{
    font-family:Arial,Helvetica; 
    font-size:18pt; 
    color:#0097d3;
    text-decoration:none;
    text-align:center;
}

.bu,.bu1,.bu2,.bu3,.bu4,.bu5 { text-align:center; font-style:italic; }
.bild,.bild1,.bild2,.bild3,.bild4,.bild5 { text-align:center; margin-top:4px; margin-bottom:2px; }

