@charset "UTF-8";
/* CSS Document */

body
{
	background-color:#5a7f0a;
	margin:0px;
	padding:0px;
}

#background
{
	width:941px;
	height:550px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/background.jpg);
	padding-top:100px;
	background-repeat:no-repeat;
}

#language_container
{
	width:432px;
	height:241px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	/*background-image:url(images/language_background.png);
	!important;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://www.p-i.be/images/language_background.png');*/
}

#language_container_bg
{
	width:432px;
	height:241px;
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/language_background.png);
	!important;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://www.p-i.be/images/language_background.png');
}

#container_fr
{
	position:absolute;
	margin-top:135px;
	margin-left:52px;
	width:321px;
	height:34px;
}

#container_nl
{
	position:absolute;
	margin-top:177px;
	margin-left:52px;
	width:321px;
	height:34px;
}

#btn_fr
{
	background-image:url(images/but_fr.png);
	display:block;
	width:321px;
	height:34px;
}

#btn_fr:hover, #btn_fr:focus
{
	background-image:url(images/but_fr_on.gif);
}

#btn_nl
{
	background-image:url(images/but_nl.gif);
	display:block;
	width:321px;
	height:34px;
}

#btn_nl:hover, #btn_nl:focus
{
	background-image:url(images/but_nl_on.png);
}