/* DATEI: format.css */

body { margin-top:10px; margin-bottom:10px; }

body { background-color:#fffcfe; }

body {
   scrollbar-base-color:#ede6ee;   
   scrollbar-face-color:#d3bbd8;
   scrollbar-shadow-color:#d3bbd8;
   scrollbar-highlight-color:#d3bbd8;
   scrollbar-track-color:#ede6ee;
   scrollbar-arrow-color:#823995;
/*   scrollbar-3dlight-color:;*/
/*   scrollbar-darkshadow-color:;*/
 }

/*   scrollbar-base-color:; komplette Farbe mit automatischen Abstufungen */
/*   scrollbar-face-color:; Scrollbalken, Hintergrund u. Schatten heller*/
/*   scrollbar-shadow-color:; Schatten rechts u. unten*/
/*   scrollbar-highlight-color:; Rahmen rundherum, Hintergrund heller angepasst*/
/*   scrollbar-3dlight-color:; Rahmen mit 3D-Effekt*/
/*   scrollbar-darkshadow-color:; Schatten rechts u. unten*/
/*   scrollbar-track-color:; Hintergrund*/
/*   scrollbar-arrow-color:; Pfeil*/

#wrapper {
    width: 944px;
    border: 1px solid #823995;
    margin: 0px auto;
}

table { width:80%; border-collapse:collapse; border:none; }

td, p { vertical-align:top; }

td { padding:10px; }

p, h1, h2, h3, h4, ul, ol, li, div, td, th, address, blockquote, nobr, b, i
     { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9pt; color:#40414A; }

h1 { font-size:18pt; font-weight:normal; }


h2 { font-size:16pt; font-weight:normal; }

h3 { font-size:12pt; font-weight:normal; }

h4 { font-size: 115%;
	font-weight: normal;
    letter-spacing: -0,5px;
    margin: 5px 0 15px 0;
    color:	#823995;
 }

h5 { font-size:10pt; font-weight:normal; font-style:italic; }

li { margin-bottom:5pt; }

.kursiv { font-style:italic; }

.unterstrichen { text-decoration:underline; }

.fett { font-weight:bold; }

.kleiner_absatz { margin-bottom:-5pt; vertical-align:top; }

.indent { margin-left:20pt; text-indent:-20pt; }

.navi { font-size:10pt; font-weight:normal; }

.navi a

.navi a hover

.navi2 { font-size:8pt; font-weight:bold; }

.klein { font-size:8pt; }

.spalte_links { width:250px; }

.lockerer_text { line-height:15pt; }

/* p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; } */

a:link { color:#823995; text-decoration:none; }
/* a:visited { color:#40414A; text-decoration:none; }
a:active { color:#ff5ed7; text-decoration:none; } */
a:hover { color:#505050; }

a.header_normal:link { color:#40414A; text-decoration:none; }
a.header_normal:visited { color:#40414A; text-decoration:none; }
a.header_normal:active { color:#ff5ed7; text-decoration:none; }
a.header_normal:hover { color:#ff5ed7; text-decoration:underline; }

a.header_clicked { color:#ff5ed7; text-decoration:none; font-weight:normal; }
/*
a.header_clicked:visited { color:#ff5ed7; text-decoration:none; font-weight:normal; }
a.header_clicked:active { color:#ff5ed7; text-decoration:none; font-weight:normal; }
a.header_clicked:hover { color:#ff5ed7; text-decoration:none; font-weight:normal; }
*/