/*** reist.ch StyleSheet ***/
/*** C. Reist | letzte Aenderung: 07.05.08 ***/

/*** Text Classes***/
.bodytext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #4C4C4C; font-weight: normal;}
.bodytextbold {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px; color: #4C4C4C; font-weight: bold;}
.bodytextitalic { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #4C4C4C; font-style: italic;}
.bodytextsmall { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #4C4C4C; font-weight: normal;}
.bodytextbig { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #4C4C4C; font-weight: normal;}
.bodytextbigbold { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #4C4C4C; font-weight: bold;}

/*** Link Classes***/
A:link { color: #000000; text-decoration: none;}
A:visited { color: #000000; text-decoration: none;}
A:active { color:#000000; text-decoration:none;}
A:hover { color:#4C4C4C; text-decoration:underline;}
