/* Titel der Seite */
.titel {
Font-Family: Arial, Helvetica, Sans-Serif;
Font-Size: 12px;
text-align: right;
background-color: #666666;
color: #fcdf92;
padding-right: 5px;
}

/* Zwischenüberschrift */
.zwischen {
Font-Family: Arial, Helvetica, Sans-Serif;
Font-Size: 12px;
text-align: left;
background-color: #666666;
color: #fcdf92;
padding-left: 15px;
width: 600 px;
}

/* Normalabsatz */
.normalabsatz {
margin-left: 20px;
width: 580px;
}

/* Link als Button */
A.buttonlink:link {background-color:#ffe8ad; font-size:11px; text-decoration:none; border-style:outset; border-width:1px; border-color:#cccccc; padding-left:2px; padding-right:2px;}
A.buttonlink:visited {background-color:#ffe8ad;font-size:11px; text-decoration:none; border-style:outset; border-width:1px; border-color:#cccccc; padding-left:2px; padding-right:2px;}
A.buttonlink:hover{font-size:11px; text-decoration:none; color:#fcdf92; background-color:#666666; border-style:inset; border-width:1px; border-color:#cccccc; padding-left:2px; padding-right:2px;}
A.buttonlink:aktive {font-size:11px; text-decoration:none; color:#fcdf92; background-color:#666666; border-style:inset; border-width:1px; border-color:#cccccc; padding-left:2px; padding-right:2px;}

A:link {
color: #666666; text-decoration:none;
}
A:visited {
color: #666666; text-decoration:none;
}
A:hover {
color:#fcdf92; background-color:#666666; text-decoration:underline;
}
BODY {
Color: #000000;
Font-Family: Arial, Helvetica, Sans-Serif;
Font-Size: 12px;
Font-Variant: normal;
Background-Color: #fcdf92;
margin-left: 5px;
scrollbar-face-color:#FCDF92;
scrollbar-highlight-color:#F9F9E5;
scrollbar-3dlight-color:#FCDF92;
scrollbar-darkshadow-color:#666666;
scrollbar-shadow-color:#999999;
scrollbar-arrow-color:#999999;
scrollbar-track-color:#FCDF92
}
