/* @override http://campbellfrance.lin01.duall.be/stylesheets/campbellfrance.css */

/* @group basis */

/* @group Tabs */

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 3em 0 0 0;
    padding: 0 0 0 20px;
	background: url(/images/tabs_bg.jpg) repeat-x;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 20px;
    background: url(/images/tabs.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #43b200;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #060;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff;
	border-color: #d2f0b5;
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}


/* @end */

body {
	font: 13px/150% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	background-color: #333;
}

html {
	height: 100%;
}

div.border {
	/*background: url(/images/grid.png);*/ 
	border: 1px solid #666;
	margin: 0;
}

.span-1 .border {
	width: 28px;
}

.span-2 .border {
	width: 68px;
}

.span-3 .border {
	width: 108px;
}

.span-4 .border {
	width: 148px;
}

.span-5 .border {
	width: 188px;
}

.span-6 .border {
	width: 228px;
}

.span-7 .border {
	width: 268px;
}

.span-8 .border {
	width: 308px;
}

.span-9 .border {
	width: 348px;
}

.span-10 .border {
	width: 388px;
}

.span-11 .border {
	width: 428px;
}

.span-12 .border {
	width: 468px;
}

.span-13 .border {
	width: 508px;
}

.span-14 .border {
	width: 548px;
}

.span-15 .border {
	width: 588px;
}

.span-16 .border {
	width: 628px;
}

.span-17 .border {
	width: 668px;
}

.span-18 .border {
	width: 708px;
}

.span-19 .border {
	width: 748px;
}

.span-20 .border {
	width: 788px;
}

.span-21 .border {
	width: 828px;
}

.span-22 .border {
	width: 868px;
}

.span-23 .border {
	width: 908px;
}

.span-24 .border, div.span-24 .border {
	width: 948px;
	margin: 0;
}

.red {
	background-color: red;
	background-image: none;
}

h1 {
	width: 170px;
	display: inline;
	padding: 30px;
	text-align: center;
}

ul.subnav {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.height80 {
	height: 80px;
}

.height150 {
	height: 150px;
}

p {
	margin-bottom: 1em;
}

p.small {
	font-size: 11px;	
}

.kol1,
.kol2,
.kol3 {
	width: 30%;
	float: left;
	padding: 0 .5em;
}





/* @end */

/* @group indeling */

/* @group nav */

ul#navigation {
	position: absolute;
	top: 0;
	right: 0;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	width: 710px;
}

ul#navigation li {
	display: inline;
	margin: 0 1em;
}

ul#navigation li a {
	color: #fff;
	display: block;
	float: left;
	height: 50px;
	text-indent: -9999em;
	background-repeat: no-repeat;
	background-position: left top;
}

ul#navigation li a#acceul {
	width: 94px;
	background-image: url(/images/nav_Accuel.png);
}

ul#navigation li a#valeurs {
	width: 97px;
	background-image: url(/images/nav_Valeurs.png);
}

ul#navigation li a#politique_rh {
	width: 135px;
	background-image: url(/images/nav_PolitiqueRH.png);
}

ul#navigation li a#metiers_et_temoignages {
	width: 240px;
	background-image: url(/images/nav_MetiersetTemoignages.png);
}

ul#navigation li a#offre {
	width: 144px;
	background-image: url(/images/nav_Recuitement.png);
}


ul#navigation li.active a,
ul#navigation li a:hover {
	background-position: 0 -50px;
}

a#nav_contact {
	display: block;
	position: absolute;
	right: 0;
	top: 55px;
	width: 63px;
	height: 10px;
	text-indent: -9999em;
	background: url(img/nav_Contact.png) no-repeat;
	   behavior: url(/stylesheets/PNGfix/iepngfix.htc);
}

/* @end */

/* @group subnav */



ul.subnav a {
	color: #006600;
	text-decoration: none;
	font-size: 16px;
}

ul.subnav a span {
	display: block;
	font-weight: bold;
	font-size: 12px;
	line-height: 10px;
}

ul.subnav li {
	padding: 10px 0;
	text-align: right;
	border-bottom: 1px solid #43b200;
	border-color: #d2f0b5;
}

#homeSubnav h6 {
	text-align: right;	
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 0;
}

#homeSubnav div#produits {
	width: 150px;
	height: 90px;
}



#homeSubnav #nav_Royco,
#homeSubnav #nav_Liebig {
	display: block;
	float: left;
	width: 75px;
	height: 73px;
	margin: 1em 0 0;
	text-indent: -9999em;	
	background: #fff url(/images/nav_Royco.jpg) no-repeat right top;
}

#homeSubnav #nav_Liebig {
	height: 59px;
	background: #fff url(/images/nav_Liebig.jpg) no-repeat right top;
	position: relative;
	left: 10px;
}

#homeSubnav p.smallKlik {
	margin-top: 0;
	text-align: right;
	font-size: 10px;
}




/* @end */

/* @group algemeen */

a,
a:link {
	color: #438c00;
}

h2 {
	color: #006600;
	margin: 0 0 .5em 0;
	font-weight: bold;
	font-size: 2.2em;
}

h3 {
	color: #006600;
	margin: 1em 0 .45em;
	font-weight: bold;
	font-size: 1.2em;
}

p.inleiding {
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 160%;
	margin-top: 1em;
}

.container {
		/*background: url(/images/grid.png);*/ 
}



/* @end */

/* @group top */

#top {
	/*border-top: 8px solid #43b200;*/
	height: 100px;
	/*background: transparent url(../images/bg_top.png) repeat-x;*/
	color: #fff;
	width: 100%;
	height: 50px;
	/*behavior: url(/stylesheets/PNGfix/iepngfix.htc);*/
	background-color: #43b200;
}

#top div.container {
	position: relative;
	height: 50px;
}

#top h1 {
	width: 139px;
	height: 51px;
	text-indent: -9999em;
	background: url(/images/logo_Campbells.gif) no-repeat;
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 0;
}

/* @end */

/* @group pictures */

#pictures {
	height: 240px;
	/*background: #fff url(/images/bg_top_01.png) repeat-x;*/
	background: #fff url(/images/bg01.jpg) no-repeat center top;
}

/* @end */

/* @group content */

#content {
	width: 100%;
	background-color: #fff;
	padding-top: 2em;
	padding-bottom: 2em;
}

/* @group home */

/*body#acceul #content,
body#le_groupe #content,
body#campbell_en_france #content,
body#notre_activite #content {
	background: #fff url(../img/bg01.jpg) no-repeat center top;
}*/

#hometxt {
}



/* @end */

/* @group enFrance */

body#campbell_en_france #page2  {
	padding-top: 2em;
}

div.ImportantDate {
	border:  1px solid #d2f0b5;
	padding: 1em;
	padding-right: 2em;
	margin-top: .5em;
	background-color: #f6fcf0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}

p.txt {
	margin-left: 90px;
}

p.date {
	float: left;
	font-size: 2em;
	font-weight: bold;
	margin: 0;
	position: relative;
	margin-top: 1px;
	color: #43b200;
}

ul#deuxSites {
	display: block;
	width: 540px;
	overflow: hidden;
	margin-bottom: 2em;
	padding-left: 0;
	margin-left: 0;
}

ul#deuxSites li {
	display: block;
	width: 240px;
	padding: 13px 10px 15px 10px;
	float: left;
	margin: 0 10px 0 0;
	border-bottom: 2px solid #d2f0b5;
	border-top: 2px solid #d2f0b5;
	background-color: #f6fcf0;
	min-height: 7em;
	height:auto !important;
	height: 7em;
}

ul#deuxSites li strong {
	display: block;
	font-size: 1.2em;
}

/* @end */

/* @group ativite */

#logolinks {
	border-top: 1px solid #d2f0b5;
	margin-top: 2.5em;
	padding-top: 1em;
	text-align: center;
}

#logolinks a#RoycoLogo,
#logolinks a#LiebigLogo,
#logolinks a#CampbellsLogo,
#logolinks a#LaSoupeLogo,
#logolinks a#ImperialLogo,
#logolinks a#dlLogo {
	display:inline-block;
	width: 125px;
	text-indent: -9999em;
	height: 100px;	
	background: #fff url(/images/logo_ROYCO.png) no-repeat 0 0;
	margin: 0 15px;
}

#logolinks a#RoycoLogo,
#logolinks a#LiebigLogo {
	width: 150px;
}


#logolinks a#LiebigLogo {
	 background-image: url(/images/logo_LIEBIG.png);
}

#logolinks a#CampbellsLogo {
	 background-image: url(/images/logo_Campbells.png);
}

#logolinks a#LaSoupeLogo {
	 background-image: url(/images/Liebig_sur_une_plat.png);
}

#logolinks a#ImperialLogo {
	width: 105px;
	background-image: url(/images/btn_imperial.png);
}

#logolinks a#dlLogo {
	width: 85px;
	background-image: url(/images/btn_dl.png);
}


#logolinks a#RoycoLogo:hover,
#logolinks a#LiebigLogo:hover,
#logolinks a#CampbellsLogo:hover,
#logolinks a#LaSoupeLogo:hover,
#logolinks a#ImperialLogo:hover,
#logolinks a#dlLogo:hover {
	background-position: 0 -100px;
}

body#notre_activite #page1 dl {
	border-bottom: 2px solid #d2f0b5;
	border-top: 2px solid #d2f0b5;
	padding: 1em;
	padding-top: 1.8em;
	margin-top: 1em;
	background-color: #f6fcf0;
}

body#notre_activite #page1 dt {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 .3em 0;
	padding: 0 0 5px 30px;
	color: #43b200;
	background: url(/images/bol_01.png) no-repeat;
}

body#notre_activite #page1 dt.bol2 {
	background-image: url(/images/bol_02.png);
}

body#notre_activite #page1 dt.bol3 {
	background-image: url(/images/bol_03.png);
}

body#notre_activite #page1 dd {
	margin-bottom: 1em;
	padding: 0 30px;
}




/* @end */

/* @group world */

#pagewereld {
	position: relative;
	width: 942px;
	height: 500px;
	background-color: #fff;
	overflow: hidden;
	margin: 30px 0 0 -300px;
	text-align: center;
	border: 1px solid #fff;
}

#pagewereld #wereld {
	margin-top: 65px;
	width: 680px;
	height: 400px;
}

#World table#inleiding  {
}

#World table#inleiding td {
	font-size: 1.4em;
	text-align: center;
	padding: 20px;
	width: 896px;
}

#World table.info {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 10;
	width: 942px;
	width: 936px;
	margin: 0 auto;
	border: 3px solid #d1d1d1;
	border-bottom-width: 2px;
	background-color: #fff;
	text-align: left;
	line-height: 120%;
	display: none;
}

#World table.info td {
	padding: 4px;
}


#World table.info td.location {
	width: 200px;
}

#World table.info td.business,
#World table.info td.brands,
#World table.info td.category {
	border-left: 1px solid #d1d1d1;
	padding-left: 1em;
}

#World table.info td.business {
	width: 200px;
}

#World table.info td.brands {
	width: 220px;
}

#World table.info td.category {
	width: 320px;
}

#World table.info.hover {
	display: block;
}

#World table.info tr {
	border-bottom: 1px solid #d1d1d1;
}

#World table.info {
	color: #000;
	font-size: .9em;
}

#World h2 {
	color: #333;
	font-size: 1.4em;
	margin-top: .5em;
}

#World td.location span,
#World td.business span,
#World td.brands span,
#World td.category span {
	color: #a5a5a5;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .8em;
	display: block;
}

#World td.location span {
	text-transform: capitalize;
	font-style: italic;
	letter-spacing: 0;
	font-size: .9em;
}

/* @end */

/* @group news */

#news {
	margin-top: 2em;
}

#news div.post {
	padding: 1em 0;
	border-top: 1px solid #006600;
}

#news div.post h2 {
	color: #006600;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 .3em 0;
}

#news div.post a {
	color: #a30804;
}

#news div.post p.date {
	color: #a30804;
	margin: 1em 0 0 0;
	font-weight: bold;
	font-size: .85em;
}


/* @end */

/* @group politique RH */

ul.pRH {
	list-style-type: square;
	margin-left: 1.2em;
}

/* @end */

/* @group valeurs */

body#valeurs #valeursA,
body#valeurs #valeursB,
body#valeurs #valeursC,
body#valeurs #valeursD,
body#valeurs #valeursE,
body#valeurs #valeursF {
	display: block;
	float: left;
	width: 320px;
	margin-left: 30px;
	padding: 165px 0 0 0;
	margin-bottom: 10px;
	min-height: 8em;
}

body#valeurs #valeursA,
body#valeurs #valeursC,
body#valeurs #valeursE {
	margin-left: 0;
}

body#valeurs #valeursA {
	background:#fff url(/images/Valeurs_A.jpg) 0 0 no-repeat;
}

body#valeurs #valeursB {
	background:#fff url(/images/Valeurs_B.jpg) 0 0 no-repeat;
}

body#valeurs #valeursC {
	background:#fff url(/images/Valeurs_C.jpg) 0 0 no-repeat;
}

body#valeurs #valeursD {
	background:#fff url(/images/Valeurs_D.jpg) 0 0 no-repeat;
}

body#valeurs #valeursE {
	background:#fff url(/images/Valeurs_E.jpg) 0 0 no-repeat;
}

body#valeurs #valeursF {
	background:#fff url(/images/Valeurs_F.jpg) 0 0 no-repeat;
}



/* @end */

/* @group metiers */

.metier {
	padding: 40px 0  30px 245px;
	background: url(img/bg_temoignages.jpg) no-repeat left bottom;
	min-height: 160px;
	height: auto !important;
	height: 160px;
}

.metierfoto {
	float: left;
	margin-left: -220px;
	width: 166px;
	height: 167px;
}


/* @end */

/* @group temoinages */

a.btnPlus {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999em;
	background: #fff url(img/btn_plus.png) no-repeat;
	margin-top: .5em;
}

div#gezichtjes_hier {
       display: block;
	width: 470px;
	float: left;
	margin-right: 40px;	
}

div#gezichtjes_hier li {
	display: inline;
}

div#gezichtjes_hier li a {
	display: block;
	float: left;
	width: 153px;
	height: 153px;
	border: 1px solid #fff;
	text-indent: -9999em;
	background: #fff url(../images/temPers01.jpg) 0 0 no-repeat;
}

div#gezichtjes_hier li a.selected {
	background-position: 0 -160px;
}

div#blahblah_hier {
	margin-left: 510px;
}

#tab-page-m-eacute-tiers  h3,
#tab-page-t-eacute-moignages h3 {
	font-size: 2em;
}

#tab-page-m-eacute-tiers  h4,
#tab-page-t-eacute-moignages h4 {
	font-weight: normal;
	font-size: 1.5em;
	color: #43b200;
}

#tab-page-m-eacute-tiers  h4 em,
#tab-page-t-eacute-moignages h4 em {
	display: block;
	font-weight: normal;
	font-size: .8em;
	color: #999;
	padding-top: .4em;
}




/* @end */

/* @group offre */

body#offre h2 {
	font-size: 2.4em;
}

div#offres h3 {
	border-bottom: 1px solid #d2f0b5;
	margin-bottom: 0;
	padding-bottom: 1em;
}

div#offres {
	overflow: hidden;
	margin-top: 2em;
	margin-bottom: 1em;
	width: 100%;
}

div#offres p {
	margin-top: .6em;
	color: #43b200;
}

div#offres li {
	width: 100%;
}

div#offres li a {
	display: block;
	width: 100%;
	text-decoration: none;
	padding: .4em;
	border-bottom: 1px solid #d2f0b5;
}

div#offres li a:hover {
	background-color: #f8fdf3;
}

a#spontaan {
	display: block;
	width: 229px;
	height: 58px;
	margin-top: 2em;
	background: #fff url(/images/btn_spontaan.png) no-repeat;
	text-indent: -9999em;
}

a#spontaan:hover {
	background-position: 0 -59px;
}

a.solliciteren,
a.back_link {
	display: block;
	width: 110px;
	height: 30px;
	margin-top: 2em;
	background: #fff url(img/btn_retour.png) no-repeat;
	text-indent: -9999em;
	float: left;
	margin-right: 1em;
}

a.solliciteren {
	background: #fff url(img/btn_appliquer.png) no-repeat;
}

a.solliciteren:hover,
a.back_link:hover {
	background-position: 0 -40px;
}


body#offre ul {
	margin: 0 0 1em 0;
}

body#offre li#stap1,
body#offre li#stap2,
body#offre li#stap3 {
	padding-left: 33px;
	background: url(../images/bol_01.png) 0 0 no-repeat;
	padding-bottom: 20px;
}

body#offre li#stap2 {
	background-image: url(../images/bol_02.png);
}

body#offre li#stap3 {
	background-image: url(../images/bol_03.png);
}

span.required {
	font-size: 1.4em;
	font-weight: bold;
	color: #43b200;
}

body#apply div.job h2 {
	font-size: 2em;
	line-height: 105%;
	border-bottom: 1px solid #060;
	padding-bottom: .5em;
	border-color: #d2f0b5;
}

body#apply div.job h2 span.duration {
		font-size: .5em;
}

body#apply div.job h3,
caption {
	color: #43b200;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 2px;
	padding: .5em 0 0 0;
	margin-top: 1em;
}

body#apply div.job ul {
	margin-left: 1.2em;
}

body#apply div.job ul li {
	list-style-type: disc;
	margin-bottom: .5em;
}



/* @group offre_form */

p.obligatoire {
	color: #9c1810
}

p.obligatoire img {
	margin-right: 5px;
	width: 8px;
	height: 8px;
}

img.star {
	position: relative;
	margin-left: 4px;
	width: 8px;
	height: 8px;
	top:  -4px;
}

/* @group errors JS */

.error {
	clear: both;
	display: block;
	color: #9C170F;
	font-weight: bold;
	margin-bottom: 8px;
	padding: 4px;
	text-align: left;
/*width: 200px;*/
	border:  none;
}

input.error {
	border: 1px solid ;
}

label.error {
	background: url(/images/Alert.gif) no-repeat 0 1px;
	clear: both;
	display: block;
	color: #9C170F;
	font-weight: bold;
	margin-bottom: 8px;
	padding: 4px;
	padding-left: 30px;
	text-align: left;
/*width: 200px;*/
}

/* @end */

/* @group errors Rails */

#errorExplanation {
	border: 2px solid #970704;
	background-color: #ecb5b7;
	padding: 1em;
}

#errorExplanation h2 {
	font-size: 1.2em;
	color: #970704;
}

#errorExplanation p,
#errorExplanation ul li {
	color: #970704;
}



/* @end */


table.tblForm {
	width: 590px;
	margin-bottom: 1em;
}

table.tblForm td.label {
	width: 200px;
	text-align: left;
	vertical-align: top;
	color: #666;
	font-weight: normal;
}

table.tblForm label {
	font-weight: normal;
}


table.tblForm caption {
	margin: 0;
	padding: 1em 0 1em 0;
	text-align: left;
	width: 100%;
	border-top: 1px solid #d2f0b5;
}

table.tblForm input {
	width: 390px;
	font-size: 1em;
}

table.tblForm td.tdSaveInfo {
	text-align: right;
	padding-top: 2em;
}

table.tblForm input.btnSubmit {
	width: 180px;
}

a#btnextraExperience {
	border-top: 1px solid #d2f0b5;
	text-decoration: none;
	display: block;
	width: auto;
	margin-bottom: 1em;
	padding-top: 1em;
}

a#btnextraExperience img {
	border: none;
	position: relative;
	top:  3px;
	left: 4px;
}

a#btnextraExperience:hover {
	color: #060;
}


/* @end */

/* @end */

/* @group contact */

iframe {
	border: 2px solid #43b200;
	padding: 0;
	margin: 0;
	width: 630px;
}

div.adres {
	margin-bottom: 1em;
}

.gegevens {
	float: right;
	width: 210px;
}

.gegevens p a:link {
	color: #438c00;
}


div#consommateur {
	border: 2px solid #43b200;
	width: 590px;
	padding: 5px 20px;
	background-color: #f8fdf3;
}

div#consommateur h3 {
	font-size: 2em;
	margin-top: .5em;
}

a#ideas {
	display: block;
	width: 856px;
	height: 70px;
	border: 2px solid #000;
	margin-top: 2em;
	background: #fff url(/images/banner_ideas_for_innovation.jpg) no-repeat;
	text-indent: -9999em;
}



/* @end */

/* @group Royco */



div#tasse_Royco {
	width: 500px;
	background: #fff url(img/tasse-royco.jpg) no-repeat right top;
	padding-right: 200px;
	min-height: 240px;
	height:auto !important;
	height: 240px;	
}



/* @end */

/* @group Liebig */

#part1,
#part2,
#part3,
#roycotxt {
	border: 1px solid #c0f658;
	margin-bottom: 1em;
	padding: 0 20px 10px 20px;
	width: 590px;
}

#roycotxt {
	padding-top: 15px;
}

#roycotxt ul {
	list-style-type: square;
	margin-left: 1.4em;
}

#roycotxt ul li {
	margin-bottom: 6px;
}

img.LiebigPics {
}

body#royco h4,
body#liebig h4 {
	margin-top: 3em;
	margin-bottom: 1.5em;
	color: #060;
	padding-bottom: 1em;
	border-bottom: 1px solid #000;
	border-color: #d2f0b5;
	font: italic 1.3em Georgia, "Times New Roman", Times, serif;
}

/* @end */



/* @end */

/* @group footer */

#footer {
	color: #fff;
	text-align: center;
	font-size: .9em;
	background-color: #333;
}

#footer a {
	color: #fff;
}

#footer .container {
	margin-top: 20px;
	margin-bottom: 40px;
}


/* @end */



/* @end */