/* @override 
	http://campbells.lin01.duall.be/stylesheets/default.css
	http://www.campbells.be/stylesheets/default.css
*/

/* reset all */

@import url("reset.css");

/* @group IE PNG fix
http://www.twinhelix.com/css/iepngfix/
in IE bij background-image moet het formaat gelijk zijn aan het beeld */

/*
.jcarousel-next , ..jcarousel-prev {
	behavior: url(/stylesheets/PNGfix/iepngfix.htc);
}
#PNGtest {
	display: block;
	width: 200px;
	height: 200px;
	background: transparent url(PNGfix/PNGtest.png) 0 0;

}
*/

/* @group Main */

body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-size: 12px;
	line-height: 160%;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #333;
}

body#fr ul#ULmission li div dl dt {
	width: 300px;
}

h1,
h2,
h3,
h4 {
	font-size: 1.82em;
	font-weight: bold;
	letter-spacing: 0.5px;
	color: #5d5d5d;
	padding: 0 0 .6em 0;
	margin: 0;
}

h2 {
	color: #9c170f;
	font-size: 1.5em;
	padding: 0 0 .4em 0;
}

h3 {
	color: #9c170f;
	font-size: 1.25em;
	padding: 0 0 .2em 0;
}

h4 {
	color: #9c170f;
	font-size: 1em;
	padding: 0 0 .2em 0;
}

p, ol, ul {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	margin-bottom: 1em;
}

a {
	color: #900;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

hr {
	width: 100%;
	height: 2px;
	border: 0;
	background-color: #d5d5d5;
	margin: 2em 0;
}

p.inleiding {
	font-weight: normal;
	font-size: 1.4em;
	line-height: 140%;
	width: 100%;
}

#top p.inleiding {
	margin-left: 310px;
}

/* @end */

/* @group Wrappers */

.wrapperkleur {
	overflow: hidden;
	width: 100%;
	clear: both;
	background-color: #8FBB2D;
}

.wrapper {
	background: inherit;
	overflow: hidden;
	width: 100%;
	clear: both;
}

a#header {
	/*default image */
	background-image: url(../images/banner/Back00_00.png);
}

.lichtgroen {
	background-color: #8FBB2D;
}

.lichtblauw {
	background-color: #07A1D7;
}

.lichtgeel {
	background-color: #fcaf23;
}

.kaki {
	background-color: #8C9B3E;
}

.rood {
	background-color: #BD392C;
}

.roze {
	background-color: #FA4E96;
}

.paars {
	background-color: #C59CD8;
}

.oranje {
	background-color: #FF9706;
}

#topbanner {
	background-image: url(../images/algemeen/schaduw_top.png);
	background-repeat: repeat-x;
	height: 260px;
}

.clickable {
	cursor: pointer;
}

/* @end */

/* @group Header
 */

#header {
	display: block;
	width: 940px;
	height: 260px;
	margin: 0px auto;
	position: relative;
}

a#IElink {
	display: block;
	width: 940px;
	height: 260px;
}

/* Logo */


#logo {
	position: absolute;
	z-index: 100;
	top:  30px;
	left: 0;
}

#logo h1 {
	display: none;
}

#logo a {
	display: block;
	text-decoration: none;
	width: 280px;
	height: 80px;
	background: url(../images/logo.gif) no-repeat 0 0;
	text-indent: -9999em;
}


/* @end */

/* @group Menu */

.navigatie {
	background: url(../images/nav/nav_bg.jpg) repeat-x 0 bottom;
}

#menu {
	display: block;
	width: 940px;
	height: 30px;
	margin: 0px auto;
	padding: 0;
}

#menu #taalnav {
	float: left;
	margin-top: 12px;
}

#menu #taalnav a {
	float: none;
	display: inline;
	font-size: .9em;
	font-weight: bold;
	color: #000;
}

#menu ul {
	margin: 0px;
	padding: 0;
	list-style: none;
	float: right;
}

#menu li {
	display: inline;
}

#menu ul li a {
	display: block;
	float: left;
	margin: 0;
	padding: 10px 8px;
	background: inherit;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #182C33;
}

#menu ul li a:hover,
#menu ul li.active a {
	color: #a11810;
	background: url(../images/nav_active_arrow.gif) no-repeat center top;
}

/* @end */

/* @group Page */

#maincontentwrapper {
	background: #fff url(../images/nav/belownav_SH.jpg) repeat-x 0 0;
}

#page {
	width: 940px;
	margin: 0px auto;
	padding: 0 2em;
	min-width: 880px;
	overflow: hidden;
	margin-top: 2em;
	padding-bottom: 2.5em;
}

#page .links {
	float: left;
	width: 320px;
	border: 1px solid #d1d1d1;
}

#page .rechts {
	float: right;
	width: 560px;
	border: 1px solid #d1d1d1;
	margin-bottom: 2em;
}

.bericht {
	border: 2px solid #a7170c;
	padding: 2em;
	text-align: center;
	color: #a7170c;
	background-color: #fef9c9;
}

.berichtje {
	border: 2px solid #a7170c;
	width: 555px;
	float: right;
	padding: 2em;
	text-align: center;
	color: #a7170c;
	background-color: #fef9c9;
}

/* @group home */

.home #links {
	float: left;
	width: 450px;
	padding-top: 10px;
}

.home #rechts {
	float: right;
	width: 460px;
	padding-top: 20px;
}

.home #rechts h2 {
	font-size: 2.6em;
	font-weight: normal;
	line-height: 120%;
}

.home #links h2 {
	font-weight: normal;
}

.home #rechts p.inleiding {
	font-size: 1.2em;
	line-height: 150%;
}


#otherSites {
	border-top: 1px solid #999;
	padding-top: 1.5em;
	margin-top: 2em;
	padding: 1em;
	background-color: #e8e8e8;
}

/* @group Post */

.post a {
	text-decoration: none;
}

.post a h2 {
	color: #9C170F;
	font-size: 1.5em;
	padding: 0 0 0.4em;
}

.post {
	margin-top: 20px;
	overflow: hidden;
	width: 100%;
}

.post img {
	float: left;
	margin-top: 8px;
}

.post .article {
	margin-left: 95px;
	overflow: hidden;
	width: 350px;
}

.post a {
	color: #b48554;
}

/* @end */

/* @end */

/* @group merken */

div.merken div.top {
	display: block;
	height: 280px;
	margin-bottom: 2em;
	padding: 0 360px 10px 20px;
	padding-right: 360px;
	background: #fff none bottom left no-repeat;
}

div.merken div#devos_lemmens {
	background: #fff url(../images/merken/devos_lemmens.jpg) bottom left no-repeat;
}

div.merken div#lacroix {
	background: #fff url(../images/merken/lacroix.jpg) bottom left no-repeat;
}

div.merken div#imperial {
	background: #fff url(../images/merken/imperial.jpg) bottom left no-repeat;
}

div.merken div#liebig {
	background: #fff url(../images/merken/liebig.jpg) bottom left no-repeat;
}

div.merken div#aiki {
	background: #fff url(../images/merken/aiki.jpg) bottom left no-repeat;
}

div.merken div#deli_soup {
	background: #fff url(../images/merken/deli_soup.jpg) bottom left no-repeat;
	}

div.merken div#v8 {
	background: #fff url(../images/merken/v8.jpg) bottom left no-repeat;
}

div.merken div#royco {
	background: #fff url(../images/merken/royco.jpg) bottom left no-repeat;
}

div.merken div#de_blauwe_hand {
	background: #fff url(../images/merken/de_blauwe_hand.jpg) bottom left no-repeat;
}

div.merken div#oxo {
	background: #fff url(../images/merken/oxo.jpg) bottom left no-repeat;
}

div.merken div#soup_maison {
	background: #fff url(../images/merken/soup_maison.jpg) bottom left no-repeat;
}

.merken .top h2 {
	margin-top: 20px;
	margin-left: 310px;
	width: 100%;
	font-size: 2.6em;
	font-weight: normal;
	line-height: 120%;
}

.merken .top p {
	margin-left: 310px;
}

.merken #links {
	float: left;
	width: 560px;
}

.merken #links.nonewsMarge {
	float: right;
	width: 610px;
}

.merken #links #extrainfo {
	background-color: #f9f9f9;
	padding: 20px;
	margin: 1.8em 0;
	border: 1px solid #d5d5d5;
	border-left: 0;
	border-right: 0;
}

.merken #rechts {
	float: right;
	width: 320px;
	margin-bottom: 2em;
}

.merken #rechts h3 {
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #888;
	margin-bottom: 1em;
}


.merken #rechts .post {
	margin-top: 0;
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 1em;
}

.merken #rechts .post .article {
	margin-left: 0;
	padding: 0;
	width: 320px;
}

.merken ul {
	list-style-type: disc;
	margin-left: 1.4em;
}

/* @end */

/* @group testimonials */

.testimonials {
	background-color: #fff;
	width: 100%;
	overflow: hidden;
}

.testimonials #links {
	float: left;
	width: 260px;
}

.testimonials #rechts {
	float: right;
	width: 670px;
	margin: 0 0 20px 0;
	padding: 0;
}

.testimonials #rechts h2 {
	/*
	font-size: 2.4em;
	font-weight: bold;
	line-height: 120%;
	letter-spacing: -.04em;
	*/
	font-family: Arial, Helvetica, Calibri, Geneva, sans-serif;
	font-size: 2.6em;
	font-weight: normal;
	line-height: 120%;
	background: #fff url(../images/testimo_quotes.png) no-repeat 20px 12px;
	padding-left: 65px;
	padding-bottom: .1em;
}

.testimonials #rechts h2 span strong {
	color: #555;
}

.testimonials #rechts h2 span {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: .35em;
	display: block;
	margin-top: .2em;
	color: #888;
	border-bottom: 1px solid #d5d5d5;
}

.testimonials #rechts p.inleiding {
	padding-top: 1em;
	margin-right: 0;
	padding-right: 0;
	width: 575px;
}

.testimonials #rechts p {
	margin-left: 65px;
}

#vrijesollicitatie {
	float: left;
	margin-top: 20px;
}

/* @end */

/* @group contact */

.contact #links {
	width: 430px;
}

.contact #links {
	float: left;
	width: 440px;
	padding-top: 10px;
}

.contact #rechts {
	float: right;
	width: 460px;
	padding-top: 10px;
}

#route {
	margin-top: 2em;
}

#route h2 {
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: .8em;
	margin: 2em 0 .2em 0;
	color: #555;
}

#route p {
	
}

#route h3 {
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: .4em;
	margin-bottom: .4em;
	cursor: pointer;
}

.contact address {
	font-weight: bold;
	font-style: normal;
}

.contact address strong {
	color: #9c170f;
	font-size: 1.4em;
	line-height: 120%;
	margin-left: -2px;
}

/* @end */

/* @group vacatures */

/* @group vrije sollicitatie */

div#page.vrije_sollicitatie {
	width: 540px;
	min-width: 540px;
}

div#page.vrije_sollicitatie table {
	margin: 1em 0 .2em 0;
}

div#page.vrije_sollicitatie tbody tr {
	border: 1px solid #fff;
}

div#page.vrije_sollicitatie td.label {
	text-align: right;
	padding: .6em 1em;
	width: 200px;
	background-color: #efefef;
	vertical-align: middle;
}

div#page.vrije_sollicitatie td.input {
	padding: .6em 1em;
	vertical-align: text-top;
	width: 340px;
	background-color: #e4e4e4;
}

div#page.vrije_sollicitatie td.tdSaveInfo {
	padding: 1em;
	text-align: right;
	background-color: #d1d1d1;
}

div#page.vrije_sollicitatie caption {
	text-align: left;
	padding: 1em 0 0.2em;
	color: #9c170f;
	font-weight: bold;
	font-size: 1.3em;
	padding-bottom: .2em;
}

div#errorExplanation {
	border: 1px solid #9c170f;
	padding: 1em;
	background-color: #fef9c9;
	margin-bottom: 2em;
	margin-top: 1em;
}

div#errorExplanation p {
	margin-bottom: .4em;
}

div#errorExplanation ul {
	margin: 0;
}

div#errorExplanation ul li {
	color: #9c170f;
}

/* @end */

#vacatures {
	border-top: 1px solid #d5d5d5;
	padding: 2em 0 0 0;
	margin-top: 1em;
}

.vacatures #vacatures {
	border-top: none;
	margin-top: 0;
	padding-top: 20px;
}

#vacatures #links {
	float: left;
	width: 260px;
}

#vacatures #rechts {
	float: right;
	width: 575px;
	margin: 0 30px 20px 0;
	padding: 0 0 0 65px;
}

#vacatures #rechts h4 {
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #888;
}

#vacatures #rechts a {
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 12px;
	padding: .3em .5em;
}

#vacatures #rechts a.noVacatureBtn {
	display: block;
	float: left;
	width: 200px;
	height: 46px;
	padding: 0;
	background: #fff url(../images/nav/btn_career.jpg) no-repeat 0 0;
	text-indent: -9999em;
}

#vacatures #rechts a.noVacatureBtn:hover {
	background: #fff url(../images/nav/btn_career.jpg) no-repeat 0 -46px;
}



#vacatures #rechts a:hover {
	background: url(../images/nav/nav_bg.jpg) repeat-x left bottom;
}

div.links_back_solliciteer {
	border-top: 1px solid #d5d5d5;
	padding: 1em 0 0 0;
}

#vacatures #rechts a.solliciteren,
#vacatures #rechts a.back_link {
	display: block;
	float: left;
	margin-right: 5px;
	width: 120px;
	height: 29px;
	background: #fff url(../images/nav/btn_sollicteer.png) center top no-repeat;
	text-align: center;
	padding-top: 4px;
	color: #333;
	font-weight: bold;
}

#vacatures #rechts a.back_link {
	width: 106px;
	padding-right: 18px;
}

#vacatures #rechts a.solliciteren {
	float: right;
}

#vacatures #rechts ul.list li {
	border-bottom: 1px solid #d5d5d5;
}

#vacatures h2 {
	font-size: 2.6em;
	font-weight: normal;
	line-height: 120%;
}

.vacaturedetail {
	
}

.vacaturedetail ul {
	list-style-type: square;
	margin-left: 1.5em;
}

.vacaturedetail ol {
	list-style-type: decimal;
	margin-left: 2.2em;
}

.vacaturedetail h4 {
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: .5em;
	margin-bottom: .5em;
	padding-top: 1em;
}

.vacaturedetail li {
	padding: .45em 0;
	line-height: 150%;
	font-weight: normal;
}

.vacaturedetail ul ul {
	margin-bottom: 0;
	list-style-type: lower-alpha;
}

.vacaturedetail li li {
	padding: 0;
}

/* @end */

/* @group geschiedenis */

div#page.geschiedenis {
	background-color: #fff;
	width: 941px;
}

#historyWrapper div.jcarousel-clip-horizontal {
	height: 400px;
}

ul#ULhistory {
	width: 884px;
	height: 383px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

ul#ULhistory li {
	height: 383px;
	width: 283px;
	background: #fff url(../images/history/tijdslijn_00.jpg) 0 0 no-repeat;
	margin: 0;
	padding: 0;
}

ul#ULhistory li div {
	display: block;
	height: 355px;
	width: 240px;
	padding: 0;
	margin-left: 20px;
}

ul#ULhistory li div h3 {
	display: none;
}

ul#ULhistory li div p {
	position: absolute;
	bottom: 0;
	display: block;
	width: 240px;
	margin: 0 0 30px 0;
}

#historyWrapper div.jcarousel-container div.jcarousel-prev {
	margin-top: 135px;
}

#historyWrapper div.jcarousel-container div.jcarousel-next {
	margin-top: 135px;
}

/* @group tijdslijnItems */

ul#ULhistory li#tijdslijn_01 {
	background: url(../images/history/tijdslijn_01.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_02 {
	background: url(../images/history/tijdslijn_02.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_03 {
	background: url(../images/history/tijdslijn_03.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_04 {
	background: url(../images/history/tijdslijn_04.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_05 {
	background: url(../images/history/tijdslijn_05.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_06 {
	background: url(../images/history/tijdslijn_06.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_07 {
	background: url(../images/history/tijdslijn_07.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_08 {
	background: url(../images/history/tijdslijn_08.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_09 {
	background: url(../images/history/tijdslijn_09.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_10 {
	background: url(../images/history/tijdslijn_10.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_11 {
	background: url(../images/history/tijdslijn_11.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_12 {
	background: url(../images/history/tijdslijn_12.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_13 {
	background: url(../images/history/tijdslijn_13.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_14 {
	background: url(../images/history/tijdslijn_14.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_15 {
	background: url(../images/history/tijdslijn_15.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_16 {
	background: url(../images/history/tijdslijn_16.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_17 {
	background: url(../images/history/tijdslijn_17.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_18 {
	background: url(../images/history/tijdslijn_18.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_19 {
	background: url(../images/history/tijdslijn_19.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_20 {
	background: url(../images/history/tijdslijn_20.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_21 {
	background: url(../images/history/tijdslijn_21.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_22 {
	background: url(../images/history/tijdslijn_22.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_23 {
	background: url(../images/history/tijdslijn_23.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_24 {
	background: url(../images/history/tijdslijn_24.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_25 {
	background: url(../images/history/tijdslijn_25.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_26 {
	background: url(../images/history/tijdslijn_26.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_27 {
	background: url(../images/history/tijdslijn_27.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_28 {
	background: url(../images/history/tijdslijn_28.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_29 {
	background: url(../images/history/tijdslijn_29.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_30 {
	background: url(../images/history/tijdslijn_30.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_31 {
	background: url(../images/history/tijdslijn_31.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_32 {
	background: url(../images/history/tijdslijn_32.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_33 {
	background: url(../images/history/tijdslijn_33.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_34 {
	background: url(../images/history/tijdslijn_34.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_35 {
	background: url(../images/history/tijdslijn_35.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_36 {
	background: url(../images/history/tijdslijn_36.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_37 {
	background: url(../images/history/tijdslijn_37.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_38 {
	background: url(../images/history/tijdslijn_38.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_39 {
	background: url(../images/history/tijdslijn_39.jpg) no-repeat;
}

ul#ULhistory li#tijdslijn_40 {
	background: url(../images/history/tijdslijn_40.jpg) no-repeat;
}

/* @end */

/* @end */

/* @group World */

#pagewereld {
	position: relative;
	width: 942px;
	height: 500px;
	background-color: #fff;
	overflow: hidden;
	margin: 30px auto;
	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;
	background-color: #fff;
	text-align: left;
	line-height: 120%;
	display: none;
	padding-bottom: 2px;
}

#World h2 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	line-height: 120%;
}

#World ul {
	margin: 0;
}

#World p,
#World h3,
#World ul,
#World ul li,
#World ul li h3 {
	color: #333;
	font-size: 11px;
	margin: 0;
	padding: 0;
	line-height: 130%;
	font-weight: normal;
}

#World table.info td.business h3 {
	font-size: 1em;
	font-size: 13px;
	margin: 0;
}

#World #info {
	border-top: 1px solid #d1d1d1;
	padding-top: 1em;
}

#World #info.hover {
	display: none;
}

#World td {
	padding: 3px 8px;
}

#World td span {
	font-weight: normal;
	font-size: 9px;
	letter-spacing: 1px;
	color: #999;
	text-transform: uppercase;
}

#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;
}

/* @end */

/* @group nieuws */

.nieuws #links {
	float: left;
	width: 440px;
	margin-top: 15px;
}

.nieuws #rechts {
	float: right;
	width: 480px;
}

.nieuws #rechts h2 {
	font-size: 2.6em;
	font-weight: normal;
	line-height: 120%;
	border-bottom: 1px solid #CCC;
	margin-bottom: .5em;
}

.nieuws #rechts p.inleiding {
	font-size: 1.5em;
	line-height: 140%;
}

/* @end */

/* @group mission */

#missionWrapper div.jcarousel-clip-horizontal {
	
}

ul#ULmission {
	
}

ul#ULmission  li {
	height: 100%;
	padding-top: 2em;
	padding-bottom: 0;
	font-family: Helvetica, Arial, "Helvetica Neue", Geneva, sans-serif;
}

ul#ULmission  li div {
	display: block;
}

ul#ULmission li div h3 {
	font-weight: normal;
	font-style: normal;
	font-size: 4em;
	color: #7f7f7f;
	text-align: center;
	margin-bottom: 20px;
	line-height: 104%;
}

ul#ULmission li div h3 span {
	color: #9c170f;
	font-size: 1.3em;
	vertical-align: -.15em;
}

ul#ULmission li div p {
	text-align: center;
	margin-bottom: 20px;
	color: #3f3f3f;
	font: normal normal 2em/135% Helvetica, Arial, "Helvetica Neue", Geneva, sans-serif;
}

ul#ULmission li div p.groot {
	font-size: 3em;
	line-height: 135%;
	text-align: center;
	margin-bottom: 20px;
}

ul#ULmission li div dl {
	text-align: center;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.25em;
	line-height: 120%;
}

ul#ULmission li div dl dt {
	letter-spacing: 3px;
	color: #bf9860;
	font-size: 2em;
	border-top-style: solid;
	border-top-width: 1px;
	width: 200px;
	margin: 10px auto;
	padding-top: 20px;
}

ul#ULmission li div dl dd {
	font-weight: bold;
}

ul#ULmission li div div.belofte {
	width: 25em;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2em;
}

ul#ULmission li div div.belofte p {
	color: #bf9860;
	line-height: 110%;
	font-size: 3em;
}

ul#ULmission li div div.belofte p.een {
	text-align: right;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: .5em;
}

ul#ULmission li div div.belofte p.twee {
	text-align: left;
}

ul#ULmission li div div.belofte p strong {
	color: #9c170f;
	text-align: left;
}

ul#ULmission li div div.belofte p span {
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}

#missionWrapper div.jcarousel-container div.jcarousel-prev {
	margin-top: 135px;
}

#missionWrapper div.jcarousel-container div.jcarousel-next {
	margin-top: 135px;
}

/* @group tijdslijnItems */

li#tijdslijn_01 {
	background: url(../images/history/tijdslijn_01.jpg) no-repeat;
}

li#tijdslijn_02 {
	background: url(../images/history/tijdslijn_01.jpg) no-repeat;
}

li#tijdslijn_03 {
	background: url(../images/history/tijdslijn_01.jpg) no-repeat;
}

/* @end */

/* @end */

/* @end */

/* @group Banners & Merken */

ul#banners {
	border: 1px solid green;
}

#merkenenbannerswrapper {
	background-image: url(../images/banner_onderaan/onderaan_SH.png);
	background-repeat: repeat-x;
	behavior: url(PNGfix/iepngfix.htc);
}

#bannersonderaan {
	width: 870px;
	margin: 20px auto;
	padding: 0 35px;
	position: relative;
	overflow: hidden;
}

#bannersonderaan .links,
#bannersonderaan .midden,
#bannersonderaan .rechts {
	display: block;
	width: 280px;
	height: 70px;
	left: 0;
}

#bannersonderaan .links {
	float: left;
}

#bannersonderaan .midden {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}

#bannersonderaan .rechts {
	float: left;
}

#merkenWrapper {
	width: 940px;
	margin: 20px auto 0 auto;
	padding: 0;
	background: transparent url(../images/banner_onderaan/merken_sh.png) no-repeat 0 4px;
	height: 100px;
}

#merkenWrapper div.jcarousel-clip-horizontal {
	height: 75px;
	border: 1px solid #aaa;
}

ul#ULmerken li a {
	height: 70px;
	display: block;
	border-top: 5px solid white;
	border-bottom: 5px solid white;
}

ul#ULmerken li a.borderwhite {
	border-top: none;
	border-bottom: 10px solid white;
}

/*
#merken ul {
	background-color: #fff;
	margin: 0 auto 20px auto;
	border: 1px solid #aaa;
	width: 870px;
	height: 70px;
	overflow: hidden;
	display: block;
	position: relative;
}

#merken ul li {	
	list-style-type: none;
	background-color: inherit;
	width: 145px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
	padding-right: 0px;
	text-align: center;
}

#merken #merkenLinks,
#merken #merkenRechts {
	display: block;
	width: 29px;
	height: 29px;
	text-indent: -6000px;
	background: transparent url(../images/nav/home_btn_links.png) no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 20px;
}

#merken #merkenRechts {
	background: transparent url(../images/nav/home_btn_rechts.png) no-repeat 0 0;
	left: 910px;
}

#merken #merkenLinks:hover,
#merken #merkenRechts:hover {
	background-position: 0 -29px;
}
*/

/* @end */

/* @group Footer */

#footer {
	width: 940px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #adadad;
}

#footer a {
	text-decoration: none;
	color: #adadad;
}

#legal {
	clear: both;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

#legal a {
	border-bottom: 1px dotted #adadad;
	text-decoration: none;
}

/* @end */

/* @group jcarousel */

/* @group jcarousel lib */

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */

.jcarousel-container {
	position: relative;
}

.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
	float: left;
	list-style: none;
	

/* We set

the width/height explicitly. No width/height causes infinite loops. */
    width: 145px;
	height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */

.jcarousel-next {
	z-index: 3;
	display: none;
}

.jcarousel-prev {
	z-index: 3;
	display: none;
}

/* @end */

/* @group jcarousel skin */

.jcarousel-container {
	
}

.jcarousel-container-horizontal {
	padding-right: 34px;
	padding-left: 34px;
}

div.jcarousel-clip-horizontal {
	display: block;
	background-color: #fff;
}

.jcarousel-item {
	width: 75px;
	height: 75px;
}

.jcarousel-item-horizontal {
	
}

.jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}

/* @group horizontal bttns */

.jcarousel-next-horizontal {
	position: absolute;
	top: 20px;
	right: 0;
	width: 29px;
	height: 29px;
	cursor: pointer;
	background: transparent url(../images/nav/bttns.png) no-repeat -29px 0;
}

.jcarousel-next-horizontal:hover {
	background-position: -29px -29px;
}

.jcarousel-next-horizontal:active {
	background-position: -29px -87px;
}

.jcarousel-next-disabled-horizontal,
 .jcarousel-next-disabled-horizontal:hover,
 .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-position: -29px -58px;
}

.jcarousel-prev-horizontal {
	position: absolute;
	left: 0;
	width: 29px;
	height: 29px;
	cursor: pointer;
	background: transparent url(../images/nav/bttns.png) no-repeat 0 0;
	top: 20px;
}

.jcarousel-prev-horizontal:hover {
	background-position: 0 -29px;
}

.jcarousel-prev-horizontal:active {
	background-position: 0 -87px;
}

.jcarousel-prev-disabled-horizontal,
 .jcarousel-prev-disabled-horizontal:hover,
 .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background-position: 0 -58px;
}

/* @end */

/* @end */

/* @end */

/* @group nieuws ELien */

/*

#news                { width: 600px; }
#news_foto_top       { background: url(..images/news/header.png) top left no-repeat; height: 150px; border-bottom: 1px solid #CCC; border-top: 1px solid #CCC; margin: 20px 0px 60px 0px;  }
.border              { border-bottom: 2px solid #9C170F; margin-bottom: 10px; padding-bottom: -5px; }
#news_titel_small p  { font-size: 10px; color: #666; margin: -5px 0px 35px 0px; }
.news_artikel_titel  { font-size: 15px; color: #404141; margin-bottom: 5px; }
.news_artikel_datum  { font-size: 9px; margin-left: 10px; }

#news h2             { font-size: 25px; }
#news p              { font-weight: normal; line-height: 22px; color: #6c6d6e; margin: -5px 0px 40px 0px;  }


*/

/* @end */

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

: 200px;*/
}

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

.no_news {
	border: 1px solid #d1d1d1;
}

.no_news p {
	text-align: center;
	margin-top: 15px;
	font-weight: normal;
	color: #d1d1d1;
}

/* @group nivoslider */

#slider-wrapper {
	width: 400px;
    height: 300px;
}

#slider {
    width:400px;
    height:300px;
	background:url(../images/slider/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top: 0px;
	left: 0px;
	display:none;
}
#slider a {
	border: 0;
	display: block;
	width: 100%;
}

.nivoSlider a.nivo-imageLink{
	position:absolute;
	top:0px;
	left:0px;
	width:;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:90;
	display:none;
}


.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/slider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/slider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}



/* @end */


