﻿.flag-nl-NL
{
	background-image:url(../images/flags/nl-NL.png);
	background-repeat:no-repeat;
	background-position:2px center;
	padding-left:24px !important;
}

.flag-en-US
{
	background-image:url(../images/flags/en-US.png);
	background-repeat:no-repeat;
	background-position:2px center;
	padding-left:24px !important;
}

.flag-fr-FR
{
	background-image:url(../images/flags/fr-FR.png);
	background-repeat:no-repeat;
	background-position:2px center;
	padding-left:24px !important;
}

.flag-de-DE
{
	background-image:url(../images/flags/de-DE.png);
	background-repeat:no-repeat;
	background-position:2px center;
	padding-left:24px !important;
}


nl-NL
{
	background-image:url(../images/flags/nl-NL.png);
	background-repeat:no-repeat;
	background-position:2px center;
	padding-left:24px !important;
}

en-US
{
	background-image:url(../images/flags/en-US.png);
	background-repeat:no-repeat;
	background-position:2px center;
	padding-left:24px !important;
}

de-DE
{
	background-image:url(../images/flags/de-DE.png);
	background-repeat:no-repeat;
	background-position:2px center;
	padding-left:24px !important;
}

fr-FR
{
	background-image:url(../images/flags/fr-FR.png);
	background-repeat:no-repeat;
	background-position:2px center;
	padding-left:24px !important;
}


.chooseNL
{
	cursor:pointer;
	position:absolute;
	width:16px;
	height:11px;
	background-image:url(../images/flags/nl-NL.png);
	background-repeat:no-repeat;
	right:72px;
	top:10px;
}

.chooseEN
{
	cursor:pointer;
	position:absolute;
	width:16px;
	height:11px;
	background-image:url(../images/flags/en-US.png);
	background-repeat:no-repeat;
	right:52px;
	top:10px;
}

.chooseDE
{
	cursor:pointer;
	position:absolute;
	width:16px;
	height:11px;
	background-image:url(../images/flags/de-DE.png);
	background-repeat:no-repeat;
	right:32px;
	top:10px;
}
.chooseFR
{
	cursor:pointer;
	position:absolute;
	width:16px;
	height:11px;
	background-image:url(../images/flags/fr-FR.png);
	background-repeat:no-repeat;
	right:12px;
	top:10px;
}
