﻿/* RODE KLEUR: #cc0033 - GRIJZE KLEUR: #333333 - LICHTGRIJZE KLEUR: #939393 */


/************************** TOPMENU **************************/

#topmenu a:link, #topmenu a:visited {
	font-size: 			13px;
	text-decoration:	none;
	color:				#ffffff;

}

#topmenu a:hover, #topmenu a:active {
	color:				#ffffff;
}

/************************** SMALLE BUTTON **************************/

#topmenu a:link.small, #topmenu a:visited.small {
	display:			block;
	float: 				left;
	height:				20px;
	width: 				90px;
	text-align:			center;
	padding-top:		20px;
	background:			url('../images/interface/rollovertop1.png') 100% 100%;
	}


#topmenu a:hover.small, #topmenu a:active.small {
	background:			url('../images/interface/rollovertop1.png') 100% 100%;
	}


/************************** BREDE BUTTON **************************/

#topmenu a:link.wide, #topmenu a:visited.wide {
	display:			block;
	float: 				left;
	height:				20px;
	width: 				190px;
	text-align:			center;
	padding-top:		20px;
	margin-right:		6px;
	margin-left:		2px;
	}


#topmenu a:hover.wide, #topmenu a:active.wide {
	background:			url('../images/interface/rollovertop2.png') 100% 100%;
	}



