/* Hintergrund */
body {
background-color: #FFFFCC;
}

/* 1. Überschrift: */
h1 {
margin-left: 10px;
font-family: Comic Sans MS, Verdana, Arial, sans-serif;
font-size: 18pt;
font-weight: bold;
font-style: italic;
text-shadow: silver;
color: olive;
filter: shadow(color=gray, direction=135);
}

/* 2. Überschrift: */
h2 {
margin-left: 15px;
font-family: Comic Sans MS, Verdana, Arial, sans-serif;
font-size: 16pt;
font-weight: bold;
font-style: italic;
color: black;
}

/* 3. Überschrift: */
h3 {
margin-left: 20px;
font-family: Comic Sans MS, Verdana, Arial, sans-serif;
font-size: 12pt;
font-weight: bold;
font-style: italic;
color: black;
}

/* normaler Absatz */
p {
font-family: "Comic Sans MS", Verdana, Arial, sans-serif;
font-size: 10pt;
color: black;
}

/* normaler Text */
.normal {
font-family: "Comic Sans MS", Verdana, Arial, sans-serif;
font-size: 10pt;
color: black;
}

/* mittlerer Fließtext: */
.mittel {
font-family: "Comic Sans MS", Verdana, Arial, sans-serif;
font-size: 8pt;
color: black;
}

/* kleiner Fließtext: */
.klein {
font-family: Verdana, Arial, sans-serif;
font-size: 6pt;
color: blue;
}

/* Zeitungsartikel: */
p.zeitung {
font-family: Times New Roman, serif;
font-size: 11pt;
}

/* Bildunterschrift: */
p.bildtext {
font-family: Arial, sans-serif;
font-style: italic;
font-size: 9pt;
}

/* Überschrift mit Pulldownmenue */
div.navi {
background-color: #FFFFCC;
font-size: 18pt;
width: 585px;
height: 10px;
position: absolute;
top: 0px;
left: 30px;
}

/* Block zur wechselnden Anzeige */
div.block {
background-color: #FFFFCC;
width: 585px;
position: absolute;
top: 0px;
left: 0px;
}

/* Block allgemein */
div {
background-color: #FFFFCC;
}

/* IFrame zur wechselnden Anzeige */
iframe.block {

width: 585px;
position: absolute;
top: 200px;
left: 60px;
}

/* kleiner Link */ 
a.klein {
font-size: 8pt;
font-family: "Comic Sans MS", Verdana, Arial, sans-serif;
}

/* großer Link */ 
a.gross {
font-size: 12pt;
font-family: "Comic Sans MS", Verdana, Arial, sans-serif;
}

/* Text wie Link - schwarz */
.nolink {
font-size: 10pt;
font-family: "Comic Sans MS", Verdana, Arial, sans-serif;
}

/* normale Tabelle */
table {
font-size: 10pt;
font-family: "Comic Sans MS", Verdana, Arial, sans-serif;
}

/* Schatten von Objekten */
.schatten {
filter:progrid:DXImageTransform.Microsoft.Shadow(direction=135, strength=10);
}

/* Expand - Collapse von Microsoft */
/* Expand */
.expanded {

align:left; visibility:visible;
}
/* Collapse */
.collapsed {
position:absolute; top:auto; align:left; visibility:hidden;
}
/* ExpFav */
.ExpFav {
position:absolute; right:100px; align: right; 
}

