/*
* Cache van main.style.css
* Created: 2009-04-17 18:20:40
*/

/*
* $Author: sjors $
* $LastChangedDate: 2006-07-05 13:58:04 +0200 (wo, 05 jul 2006) $
* $Id: main.style.css 18 2006-07-05 11:58:04Z sjors $
* $Rev: 18 $
*/

/* Style reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
:focus {outline: 0;}
body {line-height: 1; color: black; background: white;}
ol, ul {list-style: none;}
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* End style reset */

.clear {clear: both; line-height: 0px;}
img {border: 0px;}
strong {font-weight: bold;}
em {font-style: italic;}
.hidden {display: none;}
.error {color: red;}
.floatleft {float: left;}

html {height: 100%;}

body {
	height: 100%;
	background-color: #ECECED;
	background-image: url(/images/interface/bgbody.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	margin-top: -127px;
}

body, th, td {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #231f20;
	line-height: 13px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #004a95;
}
h1 {
	font-size: 13px;
	margin: 5px 0px;
}
h2 {
	font-size: 12px;
	margin: 5px 0px;
}
p {
	margin: 10px 0px;
}

a {
	color: #f2932e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

hr {
	border: none 0;
	border-top: 1px dotted #004a95;
	height: 1px;
	clear: both;
}

/* Interface */
div#headerspacer {
	clear: both;
	height: 127px;
}

a#skiptocontent, a#skiptocontent:hover {
	color: #fffffe;
	float: left;
}
div#middle {
	margin: 0px auto;
	padding-top: 127px;
	width: 851px;
	position: relative;
	left: 67px;
	min-height: 100%;
	_height: 100%;
}
div#logo {
	width: 350px;
	height: 126px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -229px;
	background-color: #ffffff;
}
div#logo img {
	margin: 30px 0px 0px 31px;
}
div#address {
	position: fixed;
	bottom: 0px;
	left: 50%;
	font-size: 11px;
	line-height: 15px;
	color: #004a95;
	padding-bottom: 10px;
	margin-left: -338px;
}
div#content {
	width: 420px;
	padding: 10px;
	margin-left: 130px;
}
div.column {
	width: 210px;
	float: left;
}
div.contentwide {
	width: 420px !important;
}
div#contentwrapper {
	position: relative;
}
div#contentcolumn {
	width: 133px;
	padding: 10px 9px;
	float: right;
	background-color: #ececed;
	position: absolute;
	top: 0px;
	right: 135px;
	margin-left: 141px;
}
div.imagesonly {
	width: 150px !important;
	padding: 0px !important;
}
div.imagesonly img {
	margin: 0px 0px 1px 0px !important;
	float: left;
}
/* Interface */

/* Nav */
ul#menu {
	background-color: #004a95;
	height: 24px;
	margin-left: 129px;
	margin-right: 135px;
	padding-left: 3px;
}
ul#menu li {
	float: left;
	line-height: 24px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0px 2px;
	font-size: 11px;
}
ul#menu li.current > a {
	color: #f2932e;
}
ul#menu li.current a.current {
	color: #f2932e;
}
ul#menu li a {
	color: #ffffff;
	text-decoration: none;
}
ul#menu li a:hover {
	color: #f2932e;
	text-decoration: none;
}
ul#menu ul {
	display: none;
	position: absolute;
	top: 280px;
	left: 50%;
	margin-left: -440px;
	z-index: 2;
}
ul#menu li.current ul {
	display: block;
}
ul#menu ul li {
	float: none;
	color: #004a95;
	margin-left: 20px;
	line-height: 18px;
}
ul#menu ul li.current {
	color: #f2932e;
	padding-left: 13px;
	background-image: url(/images/interface/bullet_menu.png);
	background-repeat: no-repeat;
	background-position: 2px 5px;
}
ul#menu ul li.current > a {
	color: #f2932e;
}
ul#menu ul li.current a.current {
	color: #f2932e;
}
ul#menu ul li a {
	color: #004a95;
}
ul#menu ul li a:hover {
}
ul#menu li.current ul li ul {
	position: static;
	display: none;
	margin: 0px 0px 10px -22px;
	padding: 0px;
}
ul#menu li.current ul li.current ul {
	display: block;
}
ul#menu ul ul li {
	text-transform: none;
}
ul#menu ul ul li.current {
	background-image: none;
	padding-left: 2px;
}

ul#langselector {
	position: absolute;
	top: 106px;
	left: 50%;
	width: 350px;
}
ul#langselector li {
	float: right;
	color: #004a95;
	padding: 0px 1px;
}
ul#langselector li a {
	color: #004a95;
	text-decoration: none;
}
ul#langselector li a:hover {
	text-decoration: none;
	color: #F2932E;	
}
li.separator {
	background: none;
	padding: 0px;
	margin: 0px;
}
/* Nav */

/* Column right */
div#contentcolumn h4 {
	font-size: 9px;
	text-transform: uppercase;
	margin: 5px 0px 2px 0px;
}
div#contentcolumn p {
	margin: 2px 0px;
	font-size: 10px;
	line-height: 12px;
}
div#contentcolumn p.readmore, div#contentcolumn p.readmore a, div#contentcolumn p.readmore a:hover {
	color: #004a95;
	text-decoration: none;
}
div#contentcolumn p.readmore a:hover {
	text-decoration: underline;
}
div#contentcolumn img {
	margin-top: 8px;
}
div#contentcolumn hr {
	margin-top: 10px;
	border: none 0;
	border-top: 1px dotted #004a95;
	height: 1px;
}
/* Column right */

div.iteminlist {
	border-top: 1px dotted #004a95;
	border-bottom: 1px dotted #004a95;
	padding: 10px 0px;
	margin: 15px 0px;
	position: relative;
}
div.iteminlist img {
	float: left;
	margin-right: 10px;
}
div.iteminlist span.label {
	display: block;
	float: left;
	width: 60px;
}
div.iteminlist div.date {
	position: absolute;
	top: -12px;
	right: 0px;
	font-size: 9px;
	color: #c8ccdd;
}
div.iteminlist div.hasimage {
	width: 280px;
}
div.iteminlist p.readmore {
	margin-bottom: 0px;
}
div.iteminlist p.readmore, div.iteminlist p.readmore a, div.iteminlist p.readmore a:hover {
	color: #004a95;
	text-decoration: none;
}
div.iteminlist p.readmore a:hover {
	text-decoration: underline;
}

div.imgrotator, div.imgrotatorlast {
	width: 22px;
	height: 23px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #004a95;
	background-color: #f2932e;
	color: #004a95;
	text-align: center;
	line-height: 24px;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
}
div.imgrotatorlast {
	height: 22px;
	border-bottom: 1px solid #004a95;
}
div.imgrotator.hover, div.imgrotatorlast.hover, div.imgrotator.current, div.imgrotatorlast.current {
	background-color: #004a95;
	color: #ffffff;
}

/* News */
span#newsdate {
	margin-bottom: -5px;
}
div#newsimages {
	width: 174px;
	height: 150px;
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
div#newsimages div.images {
	width: 190px;
	margin-left: 24px;
	position: relative;
}
div#newsimages img {
	float: left;
}
/* News */

label {
	float: left;
	margin: 9px 5px 9px 0px;
	cursor: pointer;
	width: 150px;
	text-align: right;
}
input.text {
	border: 0;
	background-color: #ffffff;
	background-image: url(/images/interface/inputfield.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 125px;
	padding: 1px 8px 0px 8px;
	margin: 5px 0px;
}
.nolabel {
	margin-top: 5px;
	margin-left: 160px;
}

ul.selector {
	background-color: #ffffff;
	list-style: none;
	margin: 0px;
	border-style: solid;
	border-color: #004a95;
	border-width: 1px 1px 0px 1px;
	overflow: hidden;
	width: 165px;
}
ul.selector li {
	border-bottom: 1px solid #004a95;
	padding: 2px 5px 3px 5px;
	color: #004a95;
	line-height: 12px;
}
ul.selector li.firstitem {
	background-image: url(/images/interface/pulldown_arrow.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-right: 15px;
}
ul.selector a {
	color: #004a95;
	text-decoration: none;
	margin-left: 10px;
}
ul.selector a:hover {
	text-decoration: underline;
}
h2.department_toggler {
	margin: 15px 0px -10px 0px;
	cursor: pointer;
}

/* Imagezoom */
div#bodyoverlay {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: #ffffff;
	z-index: 10;
}
div#zoomdiv {
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	z-index: 11;
}
div#zoomdiv a {
  background-repeat: no-repeat;
}
div#zoomdiv a.close {
	position: absolute;
	color: #999999;
	top: 5px;
	right: 10px;
	font-size: 11px;
	text-transform: lowercase;
	height: 20px;
	line-height: 20px;
}
div#zoomdiv a.previous, div#zoomdiv a.next {
	position: absolute;
	bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
}
div#zoomdiv a.previous {
	left: 10px;
	padding-left: 20px;
  /*background-image: url(/images/nav/back_up.png);
  _background-image: url(/images/nav/back_up.gif);*/
  background-position: center left;
}
div#zoomdiv a.previous:hover {
	/*background-image: url(/images/nav/back_ov.png);
	_background-image: url(/images/nav/back_ov.gif);*/
}
div#zoomdiv a.next {
	right: 10px;
	padding-right: 20px;
  /*background-image: url(/images/nav/next_up.png);
  _background-image: url(/images/nav/next_up.gif);*/
  background-position: center right;
}
div#zoomdiv a.next:hover {
	/*background-image: url(/images/nav/next_ov.png);
	_background-image: url(/images/nav/next_ov.png);*/
}
div#zoomdiv_img {
	position: relative;
	top: 15px;
}
div#zoomdiv_img img {
	position: absolute;
}
/* Imagezoom */

div.imagerotator {
	width: 436px;
	height: 220px;
	overflow: hidden;
	margin: -9px -10px 10px -11px;
	position: relative;
}
div.imagerotator img {
	position: absolute;
	top: 0px;
	left: 0px;
}