/*******************************************************************************
* Basic Body Solutions 
* -------------------
* Created : April 01, 2008
*
*******************************************************************************/

/**************************** HTML elements ***********************************/
body, html {
	background: #e0e0e0;
	background-image: url(../images/background.jpg);
	background-position: top;
	background-repeat:no-repeat;	
	margin: 0px;
	padding: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;	
	
}

/*De plant helemaal rechtsonder*/
.right_table{
	background-image: url(../images/background_right_table.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

.text_table_top{
	background-image: url(../images/background_table_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.text_table_expand{
	background-image: url(../images/background_table_expand.jpg);
	background-position:top;
	background-repeat:repeat;
}

.footer{
	background-image: url(../images/footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

/*De grote header om de hoofdpagina aan te duiden*/
.header_groot{
	font-size: 23px;
}	

/*De kleine header om de subpagina aan te duiden*/
.header_klein{
	font-size: 16px;
	color:#FF3399;
	font-variant:small-caps;
	font-weight:bold;
	letter-spacing: -1px;
}		

/*De groene header in de content*/
.header_tekst_klein{
	font-size: 19px;
	/*color:#539e3f;*/
	color:#666666;
	font-variant:small-caps;
	font-weight:600;*/
	line-height: 160%;
}	

/*Het menu rechtsonder*/
a.menu_rechts, a.menu_rechts:link, a.menu_rechts:visited, a.menu_rechts:active { 
	font-size: 15px;
	text-decoration: none; 
	color:#FF3399;
}

a.menu_rechts:hover {
	font-size: 15px;
	text-decoration: none; 
	color:#333333;
}
a.menu_rechts2, a.menu_rechts2:link, a.menu_rechts2:visited, a.menu_rechts2:active { 
	font-size: 12px;
	text-decoration: none; 
	color:#999999;	
}

a.menu_rechts2:hover {
	font-size: 12px;
	text-decoration: none; 
	color:#FF3399;
}

/*Gebruikt voor de content*/
.normale_tekst{
	font-size: 12px;
	color:#000000;
	/*font-variant:small-caps;*/
}
.tijd{
	line-height:20px;
	font-size: 12px;
	font-weight:bold;
	color:#666666;;
	/*font-variant:small-caps;*/
}

.prijs{
	font-size: 12px;
	font-weight:bold;
	color:#539e3f;
	/*font-variant:small-caps;*/
}
.prijs2{
	line-height:20px;
	font-size: 12px;
	font-weight:bold;
	color:#539e3f;;
	/*font-variant:small-caps;*/
}

/* Tekst kleur om naar de bovenkant van de pagina te gaan */
a.naar_boven, a.naar_boven:link, a.naar_boven:visited, a.naar_boven:active { 
	font-size: 9px;
	text-decoration: none; 
	color:#FF3399;	
}

a.naar_boven:hover {
	font-size: 9px;
	text-decoration: none; 
	color:#FF3399;
}

table {
	border-collapse:collapse;	/*Dit is voor FF, nu worden de randen vd tabel niet meegenomen*/	
}

#btn_vestiging{
	background:url(../images/btn_vestiging.png) no-repeat 0 0;
	width:112px;
	height:67px;
	position:absolute;
	margin-top:50px;
	cursor:pointer;
}
#btn_webshop{
	background:url(../images/webshop.png) no-repeat 0 0;
	width:112px;
	height:130px;
	position:absolute;
	margin-top:140px;
	cursor:pointer;
}






