
table,div {
	   font-size: 12pt;
	   font-family: georgia, serif;
	   color: #000000;}

    b {color: #660099;}
    i {color: #660099;}
    u {color: #F2D900;}
    s {color: #F2D900;}
	


TEXTAREA,INPUT {
Font-Family: georgia, serif;
Font-Size: 12pt;
color: #000000;
Border: 1px #000000 solid;
text-align: left;
)
   
/* Hauptüberschrift mit Balken*/
h1{
color: #FFFFFF;/* weiß */
display: block;
font-family: "Trebuchet MS", arial, helvetica, verdana, tahoma, sans-serif;
font-size: 24px; line-height: 28px;
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: 20px;
FONT-WEIGHT: bold;
text-transform:none;
line-height: 24px;
text-align: center;
}


/* 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: 16px; line-height: 18px;
color: #000000;
font-weight: 600;
text-align: left;
}


/* Text im Blocksatz */

p {
text-align:justify;

}

ul.liste1 {
list-style-image:url(images/kugel.gif)
}

a:link, a:visited, a:active{
color:#00517F; /* mittelblau */
font-size:16pt;
FONT-WEIGHT: bold; 
}
a:hover{
color:#0071B2; /* mittelhellblau */
text-decoration:none; }


/* allgemeine links im text */

/* unvisited link */
a:link {
font-size: 14px;line-height: 18px; color:#46688e;
font-family: arial, helvetica, tahoma ,verdana,  sans-serif;
text-decoration:underline;
}

/* visited link */
a:visited {
color: purple;
text-decoration:underline;
}

/* mouse over link */
a:hover {
color: red;
text-decoration:underline;
}

/* selected link */
a:active {
color: #04537D; /* mittel-dunkelblau */
text-decoration:underline;	
}

