/* CSS Document ZLSM website dienstregeling*/

/* basic elements */



.titleheader {
	font-family: Times;
	font-size: 22px; 
	color:#333333;
	font-weight: bold;
	background : transparent;
	}

body 	{
	font-family: Verdana;
	font-size: 10px; 
	color:#333333;
	font-weight: normal;
	background-color:#7e001d;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	}

.regular {
	font-size: 10px;
	font-weight: normal;
	color: #303030;
	font-family: Verdana;
}

.rijdagenSmall01 {
	font-size: 12px;
	font-weight: bold;
	color: #303030;
	font-family: Times;
}

.rijdagenSmall02{
	font-size: 16px;
	font-weight: bold;
	color: #303030;
	font-family: Times;
}

.rijdagenBig {
	font-size: 22px;
	font-weight: bold;
	color: #303030;
	font-family: Times;
}

table { 
	font-size: 10px;
	font-weight: normal;	
	font-family: Verdana;
	}
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #333333;
	}
a:visited{
	font-weight: bold; 
	text-decoration: none; 
	color: #333333;
	}
	
.laagseizoen{
	background-color: #6394de;	
	color: #303030;
}


.themalaagseizoen{
	color: #303030;
	border-color:#c53a2f;
	border-width:medium;
	background-color: #6394de;	
}

.hoogseizoen{
	background-color: #348510;
	color: #303030;	
}

.evenementen{
	background-color: #c53a2f;
	color:white;	
}
	


