
table,div {
	   font-size: 12pt;
	   font-family: georgia, serif;
	   color: #000000;}

    b {color: #690075;}
    i {color: #0071B2;}
    u {color: #0071B2;}
    s {color: #0071B2;}
	


TEXTAREA,INPUT {
Font-Family: georgia, serif;
Font-Size: 12pt;
color:#690075;
Border: 1px #606060 solid;}

 
/* Hauptüberschrift mit Balken*/
h1{
color: #FFFFFF;/* weiß */
display: block;
font-family: "Trebuchet MS", arial, helvetica, verdana, tahoma, sans-serif;
font-size: 20px; line-height: 24px;
font-weight: bold;
text-transform: none;
background-color:#690075;/* violett */
text-align: center;
margin-bottom:0px;letter-spacing:2px;
}
   
/* Kapitelüberschrift violett ohne Balken */
h2{
color: #690075; /* violett */
display: block;
FONT-FAMILY: georgia, serif;
FONT-SIZE: 24px;
FONT-WEIGHT: bold;
text-transform:none;
line-height: 28px;
text-align: center;
background-color:#FFFFFF;
}

/* Absatzüberschrift mit Großbuchstaben */
h3{ 
display: block;
font-family: arial, helvetica, verdana, tahoma, sans-serif;
font-size: 20px; line-height: 22px;
font-weight: bold;
text-transform: uppercase;
text-align: left;
color: #000000;/* schwarz */
margin-bottom:0px;
letter-spacing:;
}

/* Absatzüberschrift mit Groß- und Kleinbuchstaben */
h4{ 
display: block;
font-family: arial, helvetica, verdana, tahoma, sans-serif;
font-size: 20px; line-height: 24px;
font-weight: bold;
text-transform: none;
text-align: left;
color: #000000;/*schwarz*/
margin-bottom:0px;
}

/* Bildertext */
h6 {
font-family: helvetica, sans-serif; 
font-size: 14px; line-height: 16px;
color: #000000;
font-weight: 600;
text-align: left;
}

/* Text im Blocksatz */
p {
text-align:justify;

}

ul.liste1 {
list-style-image:url(images/kugel.gif)
}





/* allgemeine links im text */

/* unvisited link */
a:link {
font-size: 13px;line-height: 14px;
color:#690075; /* violett */
font-family: arial, helvetica, tahoma ,verdana,  sans-serif;
font-weight: bold;
text-decoration:underline;
}

/* visited link */
a:visited {
color: purple;
text-decoration:underline;
}

/* mouse over link */
a:hover {
color: red;
text-decoration: none;
}

/* selected link */
a:active {
color: #04537D; /* mittel-dunkelblau */
text-decoration:underline;	
}

