@charset "UTF-8";
/* CSS LANG BIJOB */


/*** HTML ELEMENTS ***/

p, form, img, h1, h2, h3, h4, h5, h6, ul, ol, li, html, body {
	margin:0;
	padding:0;
}

a img {
	border:none;
}

html {
	height:100%;
}

body {
	background:url(../images/theme/bg-body.gif) repeat-x #002d4a;
	font:62.5% Arial, Helvetica, sans-serif;
	color:#21242a;
}

/*** PAGE LAYOUT ***/

#page {
	background:url(../images/theme/bg-page.gif) repeat-y center;
	width:964px;
	margin:0 auto;
}

/*** SUB-HEADER ***/

#sub-header {
	width:930px;
	height:36px;
	background:#000000;
	margin:0 auto;
}

/*** HEADER ***/

#header {
	width:930px;
	height:536px;
	margin:0 auto;
	background:url(../images/theme/bg-header-lang.gif) no-repeat;
}

#header h1#logo a {
	display:block;
	width:207px;
	height:207px;
	background:url(../images/theme/logo-bijob-big.gif) no-repeat;
	position:relative;
	left:50%;
	top:45px;
	margin:0 0 0 -104px;
}

#header h1#logo a span {
	position:absolute;
	left:-5000px;
}

#header #sponso {
	width:208px;
	height:84px;
	position:relative;
	left:50%;
	margin:80px 0 0 -104px;
}

#header #sponso a {
	display:block;
	float:left;
	width:104px;
	height:84px;
}

#header #sponso a.eures {
	background:url(../images/theme/eures-big.gif) no-repeat;
}
#header #sponso a.actiris {
	background:url(../images/theme/actiris-big.gif) no-repeat;
}


/*** CONTENT ***/

#content {
	width:870px;
	margin:0 auto;
	padding:70px 30px 0 30px;
	font-size:1.3em;
}

#content a {
	display:block;
	float:left;
	width:285px;
	height:72px;
	margin:0 7px 0 0;
}

#content a.fr {
	background:url(../images/theme/bg-lang-button-fr.gif) no-repeat;
}

#content a.fr:hover {
	background:url(../images/theme/bg-lang-button-fr-hover.gif) no-repeat;
}

#content a.nl {
	background:url(../images/theme/bg-lang-button-nl.gif) no-repeat;
}

#content a.nl:hover {
	background:url(../images/theme/bg-lang-button-nl-hover.gif) no-repeat;
}
#content a.en {
	background:url(../images/theme/bg-lang-button-en.gif) no-repeat;
	margin:0;
}

#content a.en:hover {
	background:url(../images/theme/bg-lang-button-en-hover.gif) no-repeat;
}

#content a span {
	position:absolute;
	left:-5000px;
}

/*** FOOTER ***/

#footer {
	width:964px;
	height:60px;
	margin:0 auto;
	background:url(../images/theme/footer-lang.gif) no-repeat 1px 0;
}
