/* Info rechts */
@charset "utf-8";

div#infocontainer-rechts {
	float: left;
	/* breedte 230px */
	width: 200px;
	padding-left: 14px;
	padding-right: 16px;
}

div#infocontainer-rechts a,
div#infocontainer-rechts a:link,
div#infocontainer-rechts a:active,
div#infocontainer-rechts a:visited {
	color: white;
	text-decoration: none;
}
div#infocontainer-rechts a:hover {
	color: black;
	text-decoration: underline;
}

div#voordeelkaart-rechts,
div#magazine-rechts,
div#vestigingen-rechts,
div#wedstrijd-rechts,
div#schilderwerken-rechts {
	width: 200px;
	background-color:#000000;
	background-image:url(../images/bg_rechthoek_groen.jpg);
	background-position:center;
	background-repeat:no-repeat;
	font-size: 1.2em;
}

div#cadeaubon-rechts {
	width: 200px;
	height: 120px;
	background-color:#000000;
	background-image:url(../images/bg_cadeau_strik.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

/* Voordeelkaart */
div#voordeelkaart-rechts {
	/* hoogte 130px */
	height: 120px;
	padding-top: 10px;
	padding-bottom: 0px;
}

div#voordeelkaart-rechts h3 {
	margin: 0;
	line-height: 25px;
}

div#voordeelkaart-rechts h1 {
	color: red;
	margin: 0;
	line-height: 45px;
	font-size: 4.5em;
}

/* Cadeaubon */
div#cadeaubon-rechts {
	/* hoogte 130px */
	height: 110px;
	padding-top: 30px;
}

div#cadeaubon-rechts h1 {
	color: white;
	margin: 0;
	line-height: 25px;
	font-size: 2.5em;
}

div#cadeaubon-rechts a,
div#cadeaubon-rechts a:link,
div#cadeaubon-rechts a:active,
div#cadeaubon-rechts a:visited {
	color: white;
	text-decoration: none;
}
div#cadeaubon-rechts a:hover {
	color: #3F9C34;
	text-decoration: none;
}

/* Vestigingen in jouw buurt */
div#vestigingen-rechts {
	/* hoogte 130px */
	height: 100px;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* Magazine */
div#magazine-rechts {
	/* hoogte 130px */
	height: 120px;
	padding-top: 10px;
}

div#magazine-rechts h3 {
	margin: 0;
	line-height: 30px;
	font-size: 1.2em;
}

div#magazine-rechts a,
div#magazine-rechts a:link,
div#magazine-rechts a:active,
div#magazine-rechts a:visited {
	color: white;
	text-decoration: none;
}
div#magazine-rechts a:hover {
	color: black;
	text-decoration: none;
}

/* Wedstrijd */
div#wedstrijd-rechts {
	/* hoogte 130px */
	height: 120px;
	padding-top: 10px;
}

div#wedstrijd-rechts h3 {
	margin: 0;
	font-size: 2.6em;
}

/* Schilderwerken */
div#schilderwerken-rechts {
	/* hoogte 130px */
	height: 120px;
	padding-top: 5px;
	padding-bottom: 5px;
}