@charset "utf-8";
/* Stylesheet met algemene layout elementen */
@import url(VinzStylesLayout.css);

/* grafische tekst van het homepage logo, text-indent zet html-tekst buiten beeld */
#header #h1-mainlogo {
	background-image: url(../assets/images/images_header-h1/header-h1-bg-imageH-NL.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: center;
}

/* grafische tekst van het portfolio logo, text-indent zet html-tekst buiten beeld */
#header #h1-portfoliologo {
	background-image: url(../assets/images/images_header-h1/header-h1-bg-imageP-NL.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: center;
}

/* grafische tekst van het contact logo, text-indent zet html-tekst buiten beeld */
#header #h1-contactlogo {
	background-image: url(../assets/images/images_header-h1/header-h1-bg-imageC-NL.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: center;
}

/* grafische tekst van het links logo, text-indent zet html-tekst buiten beeld */
#header #h1-linkslogo {
	background-image: url(../assets/images/images_header-h1/header-h1-bg-imageL-NL.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: center;
}

/* Taallink */
.language {
	font-size: x-small;
	float: right;
	color: #FFFFFF;
	margin-right: 3px;
	background-image: url(../assets/images/images_mainbody/footer-flag-en.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-left: 20px;
	padding-top: 0px;
}
