/* FLECTO Website CSS voor normale beeldschermen. By Aaron van Geffen 05-09-2008 */
* {
	margin: 0;
	padding: 0;
	font: 12px Arial, Tahoma, Helvitica, sans-serif;
}

/* Body en wrapper */
body {
	background: #fff;
	color: #000;
	margin: 13px;
}

#wrapper, #header, #navigation, #menu {
	width: 918px;
	margin: 0 auto;
}

#wrapper {
	background: #fff url(../images/blocksbar.png) top right repeat-y;
	overflow: hidden;
}

/* De header en logos */
#header {
	background: url(../images/header.png) no-repeat;
	height: 134px;
}

a#logo {
	text-align: left;
	padding: 59px 0 0 28px;
	display: block;
}
a#logo img {
	border: none;
}

h2#slogan {
	text-align: left;
	padding: 2px 0 0 29px;
}

div#navigation {
	background: #fff url(../images/main_shadow.png) top left repeat-y;
	overflow: visible;
	height: 27px;
}

form#search {
	float: left;
	width: 275px;
	margin-left: -275px;
	height: 27px;
	background: #fff url(../images/navigation.png) top left repeat-x;
}

form#search input {
	float: right;
	border: none;
	background: transparent url(../images/search.png) top left no-repeat;
	height: 22px;
	margin: 2px 0;
	padding-left: .5em;
}
form#search input#search_go {
	background-position: top right;
	text-indent: 200em;
	width: 30px;
	margin: 2px 2px 2px -2px;
	/* ie7 won't text indent, so hack around it! */
	font-size: 0;
	text-align: right;
	color: #ddd;
}

/* De breadcrumbs */
ul#breadcrumbs {
	float: left;
	height: 22px;
	width: 625px;
	margin: 0 270px 0 9px;
	height: 27px;
	background: #fff url(../images/navigation.png) top left repeat-x;
	padding-left: 5px;
}

ul#breadcrumbs li {
	display: inline;
	font-size: 12px;
	background: #fff url(../images/breadcrumbs.jpg) 0 4px no-repeat;
	list-style-position: outside;
	padding-left: 10px;
	line-height: 27px;
}
ul#breadcrumbs li.first {
	background: none;
	padding-left: 0;
}

ul#breadcrumbs li a {
	color: #8c8c8c;
	text-decoration: none;
	line-height: 22px;
}

ul#breadcrumbs li a:hover {
	color: #000000;
	text-decoration: underline;
}

/* De belangrijkste zaken: content! */
#mainContent {
	float: left;
	padding: 0 5px 5px 15px;
	text-align: justify;
	width: 625px;
	margin-right: 273px;
	background: #fff url(../images/main_shadow.png) top left repeat-y;
}

#mainContent h1, #mainContent h2 {
	font-size: 15px;
	font-weight: bold;
	color: #051954;
	margin-top: .5em;
}
#mainContent h3, #mainContent h4 {
	font-size: 12px;
	font-weight: bold;
	color: #6d85ab;
	margin: .5em 0;
}

#mainContent p {
	margin: 0 0 1em 0;
}

#mainContent p.inlineInfo {
	clear: both;
	font-size: 11px;
	color: #8c8c8c;
}

#mainContent a {
	color: #051954;
}

#mainContent a:hover {
	text-decoration: none;
}
#mainContent i, #mainContent em {
	font-style: italic;
}

#mainContent b, #mainContent strong {
	font-weight: bold;
}

#mainContent ul, #mainContent ol, #mainContent dl {
	margin-left: 2em;
}
#mainContent img {
	margin: 10px;
}
#mainContent a img {
	border: none;
}

#mainContent hr {
	border-top: 1px solid #051954;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

#mainContent div.leftColumn {
	width: 49%;
	float: left;
	clear: left;
	margin-right: 10px;
}
#mainContent div.rightColumn {
	width: 49%;
	float: left;
	clear: right;
}

#mainContent div.leftColumn h1 {
	padding-bottom: 0;
}

#mainContent a#newsFlash {
	display: block;
	text-align: right;
	color: #7f2400;
	text-decoration: none;
}
#mainContent a#newsFlash img {
	border: none;
	margin: 0;
}
#mainContent a#newsFlash span {
	display: block;
}

/* Bijlagen */
#mainContent ul#attachments {
	list-style: none !important;
	margin: 1em 0 1em 0;
	padding: 0;
}

#mainContent ul#attachments li {
	padding-left: 20px;
	min-height: 20px;
	background: url(../images/attach.png) no-repeat;
	margin-bottom: 10px;
}

#mainContent ul#attachments li img {
	border: 0;
	font-weight: bold;
}

#mainContent ul#attachments li a {
	text-decoration: none;
}

#mainContent ul#attachments li a span {
	font-size: 11px !important;
	text-decoration: underline;
}

#mainContent ul#attachments li a:hover span {
	text-decoration: none;
}

.strong_list li {
	font-weight: bold;
}

.strong_list li span {
	text-align: justify;
}

/* Tussenpagina */
#mainContent div.tussenpagina div {
	float: left;
	width: 291px;
	margin: .5em;
	-moz-border-radius: 7px;
}
#mainContent div.tussenpagina div h3 {
	display: block;
	background: url(../images/cats_header.png) bottom left no-repeat;
	margin: 0;
	color: black;
	font-size: small;
	font-style: italic;
	padding: 2px 20px;
}
#mainContent div.tussenpagina div p {
	padding: 5px 10px 10px 10px;
	margin: 0;
	overflow: hidden;
	max-height: 83px;
	background: url(../images/cats_content.png) top left no-repeat;
}
#mainContent div.tussenpagina div a {
	display: block;
	text-align: right;
	margin-top: 0;
	background: url(../images/cats_footer.png) top left no-repeat;
	height: 19px;
	padding: 1px 10px;
}

/* Generieke tabellen */
ul.pageIndex {
	margin: 0 0 0 1em !important;
}
ul.pageIndex li {
	float: left;
	background-color: #e5e4ed;
	border: solid #051954;
	list-style: none;
}
ul.pageIndex.above li {
	border-width: 1px 0 0 0;
	margin-top: 10px;
}
ul.pageIndex.below li {
	border-width: 0 0 1px 0;
	margin-bottom: 10px;
}
ul.pageIndex.above li.first {
	border-width: 1px 0 0 1px;
	-moz-border-radius: 4px 0 0 0;
	-webkit-border-top-left-radius: 4px;
}
ul.pageIndex.below li.first {
	border-width: 0 0 1px 1px;
	-moz-border-radius: 0 0 0 4px;
	-webkit-border-bottom-left-radius: 4px;
}
ul.pageIndex.above li.last {
	border-width: 1px 1px 0 0;
	-moz-border-radius: 0 4px 0 0;
	-webkit-border-top-right-radius: 4px;
}
ul.pageIndex.below li.last {
	border-width: 0 1px 1px 0;
	-moz-border-radius: 0 0 4px 0;
	-webkit-border-bottom-right-radius: 4px;
}
	ul.pageIndex li a, ul.pageIndex li span
	{
		display: block;
		float: left;
		text-decoration: none;
		color: #000;
		text-align: center;
		background-color: #ddd;
		padding: 2px 6px;
		border-right: 1px solid #bdc3d2;
		font-size: 11px;
	}
	ul.pageIndex li.last a, ul.pageIndex li.last span
	{
		border-right: none;
	}
	ul.pageIndex li span
	{
		color: #aaa;
	}
	ul.pageIndex li.selected a
	{
		font-weight: bold;
		background: #C6C6C7 !important;
	}
	ul.pageIndex li a:hover
	{
		background: #eee;
		color: #000;
	}

#mainContent table.summary {
	width: 98%;
	border-collapse: collapse;
	clear: both;
}

#mainContent table.summary th {
	background: #6d85ab;
	text-align: center;
}

#mainContent table.summary th a {
	color: #eee;
	text-decoration: none;
	font-weight: bold;
}

#mainContent table.summary tr.even {
	background: #ffffff;
}

#mainContent table.summary tr.odd {
	background: #dedede;
}

#mainContent table.summary tr.even:hover, #mainContent table.summary tr.odd:hover {
	background: #e3eaec;
}

#mainContent table.summary td, #mainContent table.summary th {
	border: 1px solid #bdc3d2;
	padding: 3px;
}

#mainContent table.summary td a, #mainContent table.summary td {
	text-decoration: none;
	font-size: 11px;
}

#mainContent table.summary td a:hover {
	text-decoration: underline;
}

#mainContent .quote li {
	background: transparent url(../images/quotes.jpg) -40px 0 no-repeat;
	list-style-type: none;
	text-align: right;
	margin-bottom: .5em;
}
#mainContent .quote li blockquote {
	background: transparent url(../images/quotes.jpg) 238px 0 no-repeat;
	font-style: italic;
	text-align: center;
	padding: .5em;
	margin-bottom: -5px;
}

#mainContent .quote li cite {
	display: block;
	background: transparent url(../images/block_border_white.jpg) bottom center no-repeat;
	padding-bottom: 5px;
}

/* De extra blokken */
#blocksBar {
	float: left;
	width: 270px;
	margin-left: -270px;
}

#blocksBar .block {
	margin: 0 1em;
	padding: .5em 0;
	background: transparent url(../images/block_border.jpg) bottom center no-repeat;
}

#blocksBar .block h3 {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #455f83;
}

#blocksBar .block a {
	text-decoration: underline;
	color: #7f2400;
}
#blocksBar .block a:hover {
	text-decoration: none;
}

#blocksBar .block li, #blocksBar .block p {
	list-style: none;
	padding-bottom: .5em
}

#blocksBar .webshop {
	margin: .5em .5em 0 .5em;
}

#blocksBar .webshop a {
	width: 250px;
	text-align:center;
	display: block;
	background: transparent url(../images/button_webwinkel.jpg) top left no-repeat;
	text-decoration: none;
	color: #fff;
}
#blocksBar .webshop a:hover{
	background-position: 0 -31px;
	text-decoration: underline;
}
#blocksBar .webshop a span{
	line-height: 31px;
}

#blocksBar .links ul li {
	list-style: circle;
	margin-left: 1em;
	padding: 0;
}

ul.card {
	background: #6d85ab url(../images/card.png) repeat-y -199px 0;
	width: 199px;
	list-style: none;
	margin: 5px 0;
}
ul.card li {
	padding: 1px 10px 1px 25px;
}
ul.card li.first {
	background: transparent url(../images/card.png) no-repeat 0 0;
	padding-top: 15px;
}
ul.card li.last {
	background: transparent url(../images/card.png) no-repeat -398px 100%;
	padding-bottom: 15px;
}
ul.card li a img {
	margin: 0 !important;
}

dl.importantInfo, dl.info {
	margin-left: 0 !important;
	padding: .5em;
}
dl.importantInfo {
	border: 1px solid #000;
}
dl.importantInfo dt, dl.info dt {
	float: left;
	font-weight: bold;
	margin-right: -150px;
}
dl.importantInfo dd, dl.info dd {
	margin-left: 150px;
}

#footer {
	background: url(../images/footer.png) 0 -31px repeat-x;
	clear: both;
	height: 31px;
	width: 918px;
	margin: 0 auto;
}
#footer span {
	display: block;
	float: left;
	background: url(../images/footer.png) -17px 0 no-repeat;
	padding: 0 15px 3px 15px;
}
#footer span, #footer b, #footer a {
	font-size: 11px;
	line-height: 27px;
}
#footer b {
	font-weight: bold;
}
#footer a, #footer a.right, #footer {
	color: #fff;
}
#footer a.right {
	background: transparent url(../images/footer.png) 60px 0 no-repeat;
	float: right;
	text-align: right;
	width: 50px;
	padding: 0 15px 3px 15px;
	margin-left: -50px;
}
#footer a.right:hover {
	text-decoration: none;
}

input[type=submit], button {
	border: 1px solid #aaa;
	background: #eee;
	-moz-border-radius: 3px;
	padding: 1px 3px 1px 4px;
	cursor: pointer;
	margin: 1px auto;
}
input[type=submit]:hover, button:hover {
	border: 2px solid #aaa;
	margin: 0 auto;
	padding-left: 3px;
}
input[type=submit]:active, button:active {
	border: 2px solid #999;
	background: #ddd;
	margin: 0 auto;
	padding-left: 3px;
}

form input.center {
	display: block;
	margin: 1em auto 0 auto;
}

fieldset {
	border: 1px solid #aaa;
	padding: 1em;
	margin: 1em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

fieldset legend {
	color: #347CB1;
	font-weight: bold;
}

fieldset.feedback {
	margin: 1em 0;
	width: 350px;
}

fieldset.feedback label {
	display: block;
	float: left;
	clear: right;
	width: 85px;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
}
fieldset.feedback input, fieldset.feedback textarea {
	width: 230px;
	margin-bottom: 1px;
}

div.buttonContainer {
	margin-top: 1em;
	height: 25px;
}
fieldset.feedback div.buttonContainer input {
	width: 150px;
	display: block;
	margin: 0 auto;
}

/* Algemene menustyles */
ul#menu {
	height: 27px;
	background: url(../images/main_shadow.png) top left repeat-y;
}
ul#menu, ul#menu ul {
	list-style: none;
}

ul#menu li {
	width: 150px;
	height: 27px;
	float: left;
	background: url(../images/menu.png) no-repeat;
}
ul#menu li a {
	width: 150px;
	line-height: 27px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

/* Submenu's */
ul#menu li ul {
	clear: both;
	position: relative;
	top: -1px;
	width: 150px;
	left: -1000em;
}

ul#menu li:hover ul {
	left: auto;
	margin-left: -1px;
	border-top: 1px solid #455f83;
}

ul#menu li:hover ul li {
	height: auto;
	background: none;
}

ul#menu li:hover ul li a {
	background: #95aed4;
	color: #000000;
	border: solid #000000;
	border-width: 0 1px 0 1px;
	padding: 5px;
	width: 139px;
	height: auto;
	font-size: 11px;
	text-indent: 0;
	text-decoration: none;
	opacity: 0.85;
	line-height: normal;
	font-weight: normal;
	text-align: left;
	/* !!! Get rid of this */
	filter: alpha(opacity=85);
}

ul#menu li:hover ul li a:hover {
	color: #ffffff;
	background: #6d85ab;
	opacity: 1;
	/* !!! And get rid of this too */
	filter: alpha(opacity=100);
}

ul#menu li#first {
	margin-left: 9px;
}

ul#menu li#last ul li a, ul#menu li#first ul li a{
	width: 140px;
}

ul#menu li:hover ul li.laatste a {
	border-bottom: 1px solid #000000;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

/* Styles voor de items van het hoofdmenu */
ul#menu li {
	background-position: right top;
}
ul#menu li:hover {
	background-position: right bottom;
}

ul#menu li#last {
	background-position: left top;
}
ul#menu li#last:hover {
	background-position: left bottom;
}

#sbox-window {
	background: #FFF !important;
}

#sbox-window img {
	cursor: pointer;
}

#sbox-window p {
	margin: 0.7em 0 0 0;
}
div.captcha {
	margin-bottom: .3em;
}
div.captcha img {
	margin: 0 !important;
}
div.captcha a {
	display: block;
	margin-left: 100px;
}

#accordion h2, #accordion .section {
	border: 1px solid #051954;
}
#accordion h2 {
	cursor: pointer;
	line-height: 24px;
	text-indent: 24px;
	color: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #6d85ab url(../images/accordion.jpg) 5px 0 no-repeat;
}
#accordion h2.open {
	-moz-border-radius: 8px 8px 0 0;
	background-position: 5px -24px;
}
#accordion div.section {
	padding: .5em;
	-moz-border-radius: 0 0 8px 8px;
}
#accordion div.section.open {
	border-bottom: 1px solid !important;
}

a.bluebutton {
	background: transparent url(../images/button_blue.png) no-repeat -10px 0px;
	display: block;
	float: left;
	text-decoration: none;
	/* padding, margins and other styles here */
}
a.bluebutton span {
	background: transparent url(../images/button_blue.png) no-repeat top right;
	display: block;
	line-height:20px;
	color: #fff;
  /* padding, margins and other styles here */
}

/* The messages: */
.errorNotice, .successNotice, .infoNotice {
	border: 1px solid;
	padding: 1em;
	margin: 1em auto;
	width: 80%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.errorNotice h2, .successNotice h2, .infoNotice h2{
	text-indent: -200em;
	height: 22px;
	width: 22px;
	margin: 0 .5em 0 0;
	float: left;
}
.errorNotice p, .successNotice p, .infoNotice p {
	margin: 1px 0 0 30px !important;
}
div.errorNotice {
	border-color: #db0048;
	background-color: #f66;
}
div.errorNotice h2 {
	background: url(../images/notices.jpg) 0 -44px no-repeat;
}
div.successNotice {
	border-color: #5a9e5a;
	background-color: #7ddb7d;
}
div.successNotice h2 {
	background: url(../images/notices.jpg) 0 0 no-repeat;
}
div.infoNotice {
	border-color: #517db0;
	background-color: #ccdcee;
}
div.infoNotice h2 {
	background: url(../images/notices.jpg) 0px -22px no-repeat;
}