/* DATEI: dfm.css, Stand: 12.09.2016 */

/* Seitengestaltung */

body
{
width:700px;
background-color:#F01400;
/*background-color:darkred;*/
scrollbar-highlight-color:white;
scrollbar-3dlight-color:white;
scrollbar-arrow-color:black;
scrollbar-base-color:lightgrey;
}


/* Schriftarten */

h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,strong,em
{ font-family:Arial,Helvetica,sans-serif; font-size:10pt; color:#1E0080; }

h1
{
font-size:14pt;
margin-top:0pt;
margin-bottom:9pt;
}

h1.white
{ color:white; }

h1.grey
{ color:#555555; }

h2
{
font-size:12pt;
font-weight:bold;
margin-top:0pt;
margin-bottom:6pt;
}

h2.bluebox
{
margin-top:0pt;
}

h2.white
{ color:white; }

h2.brown
{ color:brown; }

h3
{
font-weight:bold;
margin-top:14pt;
margin-bottom:7pt;
text-align:center;
}

h3.white
{ color:white; }

h4
{margin-bottom:7pt;}

/* Normaltext */
p
{
color:#1E0080;
margin-top:7pt;
margin-bottom:7pt;
}

p.preview
{
font-weight:bold;
margin-bottom:14pt;
}

p.previewbrown
{
color:brown;
font-weight:bold;
margin-bottom:14pt;
}

p.brown
{
color:brown;
margin-top:7pt;
margin-bottom:7pt;
}

p.white
{ color:white;
font-weight:bold;
}

td
{
color:#1E0080;

}
/* Bildboxen */

#pictboxleft
{
float:left;
padding-left:2px;
margin-top:3px;
margin-right:5px;
}

#pictboxright
{
float:right;
padding-left:2px;
margin-top:3px;
margin-left:5px;
}

/* Bildlegenden: */

p.pict
{
font-size:8pt;
font-style:normal;
margin-top:3px;
margin-bottom:2px;
}

/* Längere Zitate */

blockquote
{
font-style:italic;
}

/* Bildrahmen */

img.pict
{
border-top:1pt solid darkgray;
border-left:1pt solid gray;
border-right:1pt solid #eeeeee;
border-bottom:1pt solid white;
}

/* Aufzählungen */
li
{
margin-top:2pt;
margin-bottom:2pt;
}

ul,ol
{
margin-top:7pt; margin-bottom:7pt;
}


/* Links */

a:link
{
text-decoration:underline;
font-weight:bold;
color:#1E0080;
}

a:visited
{
text-decoration:underline;
font-weight:bold;
color:#1E0080;
}

a:hover
{
text-decoration:underline;
font-weight:bold;
color:#F01400;
}

a:active
{
text-decoration:underline;
font-weight:bold;
color:#F01400;
}

/* Links Navigationsbalken */

p.navbar
{
font-size:8pt;
font-weight:bold;
margin-bottom:0pt;
text-align:left;
color:#ffffff;
}

a.navbar:link,
a.navbar:visited
{
text-decoration:none;
font-size:8pt;
font-weight:bold;
margin-bottom:0pt;
text-align:left;
color:#ffffff;
}

a.navbar:hover,
a.navbar:active
{
text-decoration:underline;
font-size:8pt;
font-weight:bold;
margin-bottom:0pt;
text-align:left;
color:#ffffff;
}

/* Seitennavigation linker Frame */

  /* Blauer Kasten */

#navicol {
position:absolute;
left:23px;
top:128px;
width:200px;
background-color:#1E0080;
}

  /* Festlegungen für Links */
#navicol a
{
color:#ffffff;
text-decoration:none;

padding:2px;
margin:3px 8px 3px 3px;
font-size:9pt;
}


#navicol a:hover,
#navicol a:active
{
color:#1E0080;
background-color:#C8C8FF;
}

#navicol a:active
{
color:#F01400;
background-color:#C8C8FF;
}

#navicol p
{
color:#ffffff;
display:block;
border-bottom:1px solid #ffffff;
}


/* Farbige Kästen */

#beigebox
{
width:675px;
background-color:#FFFFE4;
/*background-color:beige;*/
padding:10px;
margin-top:5px;
margin-left:0px;
border-top:1px solid white;
border-left:1px solid white;
border-right:1px solid darkgray;
border-bottom:1px solid gray;
}

#bluebox
{
background-color:#DDDDFF;
padding:5px;
margin-top:10px;
border-top:1px solid white;
border-left:1px solid #FFFFDE;
border-right:1px solid tan;
border-bottom:1px solid tan;
}

/* Tabellenformate */

table
{
background-color:#1E0080;
width:100%;
}

p.table
{
margin-top:0pt;
margin-bottom:0pt;
}

th
{
background-color:#FFB464;
padding:5px;
vertical-align:top;
text-align:left;
}

td
{
background-color:beige;
padding:5px;
vertical-align:top;
}

td.cat
{
font-weight:bold;
background-color:#DDDDFF;
padding:5px;
vertical-align:top;
}