/* Hier wird der Linkrahmen gelöscht */
a:focus {
outline: none;
}
 
#ueberschrift {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 0.9em;
font:bold;
color: #3b5998;
}

#text1 {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 0.8em;
color: #333333;
}

/* Hier kommt die Textformatierung für die Links im Kopfbereich */
#text2 {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 0.8em;
font:bold;
color: #5A5A5A;
}

/* Hier kommt die Textformatierung für die Links im Kopfbereich */
#text3 {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 0.7em;
color: #ffffff;
}

/* Hier kommt die Textformatierung für den Kopf */
#text-kopf {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 0.8em;
color: #333333;
font:bold;
}

/* Hier kommt die Textformatierung für den Fussbereich */
#text-fuss {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 0.7em;
color: #3b5998;
}

/* Hier kommt die Textformatierung für Links */
a:link {color:#094AB1; text-decoration:none}
a:visited {color:094AB1; text-decoration:none}
a:active {color:094AB1; text-decoration:none}
a:hover {color:094AB1; text-decoration:underline}

/* Hier wird die graue Box unter dem eigentlichen Text geformt */
#box1 {
position: static;
width: 100%;
height: 50px;
background: #cccccc;
}

/* Box mit gestrickelter Umrandung */
#box2 {
background: #EBEEF4;
padding: 5px;
border: 1px solid #cccccc;
border-bottom-style: dashed;
border-top-style: dashed;
border-left-style: dashed;
border-right-style: dashed;
}

/* Box mit gestrickelter Umrandung */
#box3 {
background: #666666;
padding: 5px;
border: 1px solid #999999;
border-bottom-style: dotted;
border-top-style: dotted;
border-left-style: dotted;
border-right-style: dotted;
}

