﻿.myAbstractCSSClassFLLLogo a {
/*
Deze wordt gebruikt voor de logo's van fll en jrfll
*/
	display: block;
	width: 116px;
	text-decoration: none;
	text-align: center; /*background-color:white;*/;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: black; /* bepalen van de locatie van het 'menu woord' (bijv Home, Actueel...)*/;
	padding-top: 5px;
	height: 90px;
}

.myAbstractCSSClassFLLLogo a:hover {
/*
Deze wordt gebruikt voor de logo's van fll en jrfll
*/
	height: 90px; /* bepalen van de locatie van het 'menu woord' (bijv Home, Actueel...) bij een hover*/;
	padding-top: 16px;
}

.myAbstractCSSClassFLL a {
	display: block;
	width: 116px;
	text-decoration: none;
	text-align: center; /*background-color:white;*/;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: black; /* bepalen van de locatie van het 'menu woord' (bijv Home, Actueel...)*/;
	padding-top: 5px;
	height: 60px;
}

.myAbstractCSSClassFLL a:hover {
	height: 60px; /* bepalen van de locatie van het 'menu woord' (bijv Home, Actueel...) bij een hover*/;
	padding-top: 16px;
}

.customjrFLLActive a
{
	background-image: url('../images/jrFLL_active_button_groen_small.jpg');background-repeat: no-repeat;
	position: absolute;top: 110px;height: 60px;left: 270px;
	padding-top: 16px;
}

.customjrFLLInactive a
{
	background-image:url('../images/jrFLL_inactive_button_groen_small.jpg');background-repeat: no-repeat;
	position:absolute;top:110px; height:60px; left:438px;
}


.customjrFLLInactive a:hover
{
	background-image: url('../images/jrFLL_active_button_groen_small.jpg');
	background-repeat: no-repeat;
}

#STPpartners {
	position: relative;
	left: 7px;
	top: 50px;
}
#FLLLogo {
	text-align: left;
	position: absolute;
	right: 30px;
	top: 20px;
	
	background-image:url('../images/jrFLLlogo.jpg');
	background-repeat: no-repeat;
	position:absolute;

}
#jrFLLLogo {
	text-align: left;
	position: absolute;
	right: 120px;
	top: 20px;
	
	background-image:url('../images/FLLlogo.jpg');
	background-repeat: no-repeat;
	position:absolute;
	/*
	top:110px; 
	height:60px; 
	left:438px;
*/
}
#VSClid {
	position: absolute;
	left: 7px;
	width: 238px;
	bottom: 0px;
}
#onzichtbaar2 {
	height: 50px;
	top: 20px;
/*	background-color:aqua;*/
}

.customjrFLLLogo a
{
background-image:url('../images/jrFLLlogo.jpg');background-repeat: no-repeat;
	position:absolute;top:110px; height:60px; left:438px;
}

.customFLLLogo a
{
	background-image:url('../images/FLLlogo.jpg');background-repeat: no-repeat;
	position:absolute;top:110px; height:60px; left:438px;
}