@charset "iso-8859-1";
/* CSS Document */

/*General classes*/
body{font: small "Times New Roman", Times, serif; color:#FFFFFF;}
table{font: small "Times New Roman", Times, serif; color:#FFFFFF;}
a,vlink, alink{font: normal small "Times New Roman", Times, serif; color:#FFFFFF; text-decoration:none; border:0px;}
h1,h2,h3{color:#455f60;}

/*selfmade classes*/

a.text{font: bolder medium "Times New Roman", Times, serif; color:#669999; text-decoration:none; border:0px;
       }
	  
a.text:hover{font: bolder medium "Times New Roman", Times, serif; color:#FF2222; text-decoration:none; border:0px;
       }

.rubr{font: bolder small "Times New Roman", Times, serif;
	color:#567c7e;}
	
.subrubr{font: small "Times New Roman", Times, serif;
	color:#455f60;
	margin-left:20px;
	cursor: hand;}
	
.mButUp{
	font: normal small "Times New Roman", Times, serif;
	color:#FFFFFF;
	text-decoration: none;
	font-weight:bolder;}

.mButOver{
	font: normal small "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: underline;}

.sublist {font: small "Times New Roman", Times, serif;
	color:#455f60;
	margin-left:20px;
	list-style-type:square;}
	
.headers{
	font: bolder medium "Times New Roman", Times, serif;
	color:#423f38;
	text-align:center;}

.bodytext{
	font: small "Times New Roman", Times, serif;
	color:#455f60;
	text-align:justify;}

.strassed{
	color:#455f60;
	font-size:large;
	font-weight:bolder;}

