/* Kasten fŸr HauptŸberschrift*/
h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 17pt;
font-weight: bold;
color: white;
width: 530px;
background-color: #069;
border-style: solid;
border-width: 2px;
border-color: #f4f7fb;
padding: 3px;
}

h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14pt;
font-weight: bold;
color: white;
width: 300px;
background-color: #069;
border-style: solid;
border-width: 1px;
border-color: #f4f7fb;
padding: 3px;
}

/* normaler Fließtext Blocksatz*/
p {
font-family: Verdana, Arial, Herlvetica, sans-serif;
font-size: 12pt;
text-align: justify;
color: #000000;
background-color: white;
}

/* normaler Fließtext */
p.norm {
font-family: Verdana, Arial, Herlvetica, sans-serif;
font-size: 11pt;
text-align: justify;
color: #000000;
background-color: white;
}

/* normaler Fließtext */
p.norma {
font-family: Time, Arial, Herlvetica, sans-serif;
font-size: 10pt;
text-align: justify;
color: #000000;
background-color: white;
}

/* Kontaktadresse */
p.klein {
font-size: 9pt;
color: gray;
background-color: white;
margin-left: 5px;
}

.kasten {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
text-align: justify;
padding: 5px;
color: black;
background-color: #0000ff;
border-style: solid;
border-width: 1px;
border-color: #00ffff;
width: 530px;
}

.rot {
font-family: "Century Gothic", "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 13pt;
font-weight: bold;
color: white;
}

.blau {
font-family: "Century Gothic", "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 13pt;
font-weight: bold;
color: black;
}



/* Links blau, nicht unterstrichen */

A:link, A:visited, A:active {
text-decoration: none;
font-weight: bold;
color: #069;
}
A:hover {
font-weight: bold;
color: #154998;
text-decoration: underline;
}







