a:link {
text-decoration : none;
color : #f37022;
}
a:visited {
text-decoration : none;
color : #f37022;
}
a:hover {
text-decoration : none;
color : #ff3300;
}
a:active {
text-decoration : none;
color : #ff3300;
}
/*Formatierung für den linken Rahmen (Links)*/
.text {
font-size : 12px;
color : #f37022;
line-height : 21px;
font-weight : 500;
font-family : Arial, Helvetica, sans-serif;
}
/*Formatierung für die Überschrift des normalen Texts*/
.headline {
font-size : 14px;
color : black;
line-height : 18px;
margin-top : 20px;
margin-right : 20px;
margin-left : 0;
margin-bottom : 20px;
font-weight : 600;
font-family : Arial, Helvetica, sans-serif;
}
/*Formatierung für normalen Text*/
.lesen {
font-size : 13px;
color : black;
line-height : 18px;
margin-top : 20px;
margin-right : 20px;
margin-left : 0;
margin-bottom : 20px;
font-family : Arial, Helvetica, sans-serif;
}

/*Formatierung für Bildunterschriften*/
.imagetext {
font-size : 11px;
color : black;
line-height : 16px;
margin-top : 0;
margin-right : 0;
margin-left : 0;
margin-bottom : 0;
font-family : Arial, Helvetica, sans-serif;
}
/*Rechts oben*/
.head {
font-size : 15px;
font-weight : 500;
letter-spacing : 1px;
color : black;
font-family : Arial, Helvetica, sans-serif;
}
/*Nur Eingangsseite*/
.intro {
font-size : 18px;
letter-spacing : 1.5px;
color : black;

line-height : 34px;
font-family : Arial, Helvetica, sans-serif;
}
/* scrollbar sichtbar*/
.sb
{
scrollbar-3dlight-color : #666666;
scrollbar-arrow-color : #CC3300;
scrollbar-base-color : #F3E2B4;
scrollbar-darkshadow-color : #666666;
scrollbar-face-color : #f3e2b4;
scrollbar-highlight-color : #F3E2B4;
scrollbar-shadow-color : #666666;
}
td
{
font-family: Arial, Helvetica, sans-serif;
background-repeat:no-repeat;
}