/* 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;
	background-position: 0 0 !important;
}

#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: 628px;
	margin-right: 290px;
	background: #fff url(../images/main_shadow.png) top left repeat-y;
}

#mainContent h1, #mainContent h2 {
	font-size: 15px;
	font-weight: bold;
	color: #051954;
	margin: 0.5em 0;
}
#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: 0px;
}
#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: 47%;
	float: left;
	clear: left;
	margin:0 0 0 0;
}
#mainContent div.rightColumn {
	width: 50%;
	float: right;
	clear: right;
	margin: 0 5px 0 0;
}

#mainContent div.leftColumn h1 {
	padding-bottom: 0;
}

#mainContent a#newsFlash {
	display: block;
	text-align: right;
	color: #7f2400;
	text-decoration: none;
}
#mainContent a#newsFlash img, a.downloadpdf img {
	border: none;
	margin: 0 !important;
}
#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;
	text-align: left;
}

#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;
}
#mainContent .quote li blockquote {
	background: transparent url(../images/quotes.jpg) 255px 0 no-repeat;
	text-align: center;
	padding: 0.5em;
	margin-bottom: -5px;
	font-family: Palatino Linotype, Book Antiqua3, Palatino, serif;
	font-style:italic;
	font-size: 12px;
}

#mainContent .quote li cite {
	display: block;	
	padding-bottom: 5px;
}

/* De extra blokken */
#blocksBar {
	float: left;
	width: 260px;
	margin-left: -289px;
}

#blocksBar .block {
	margin: 0 1em;
	padding: .5em 0;
	background: transparent url(../images/block_border.jpg) bottom center no-repeat;
}
#blocksBar .block_last{
	margin: 0 1em;
	padding: .5em 0;
	background: none;
}

#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 .social_media
{
	clear:both;
	padding:10px 0 15px 0;
}
#blocksBar .social_media:after {
	display: block;
	height: 0;
	clear: both;
	content: '.';
}
#blocksBar .social_media li a
{
	display: block;
	float:left;
	text-decoration:none;
	color:#000;
	font-size:14px;
	width:100px;
}
#blocksBar .social_media li a.twitter_button span
{
	display:block;
	padding:4px 4px 0 35px;
}
#blocksBar .social_media li a.twitter_button img 
{
	display:block;
	float:left;
	padding-left:5px;
	border:0;
}
#blocksBar .social_media li a.linkedin_button span
{
	display:block;
	padding:4px 4px 0 35px;
}
#blocksBar .social_media li a.linkedin_button img 
{
	display:block;
	float:left;
	padding-left:5px;
	border:0;
}
#blocksBar .social_media li a.linkedin_button
{
	float:right;
	margin:0;
}

#blocksBar .webshop
{
	margin-left:5px;
}

#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
{
	margin-left: 1em;
	padding: 0;
	clear:both;
}

#blocksBar .links ul li a
{
	text-decoration:none;
	color:#6D85AB;
	font-size:12px;
}
#blocksBar .links li span
{
	display:block;
	padding:0px 0px 10px 0px;
}
#blocksBar .links li img 
{
	display:block;
	float:left;
	padding:0px 10px 10px 5px;
	border:0;
}
#blocksBar .benefits img {
	padding-left:10px;
}
#blocksBar .benefits h2 {
	font-size:14px;
	font-weight:bold;
	color: #455f83;
}
#blocksBar .benefits span
{
	background:url(../images/benefits_bg.png) no-repeat;
	font-size:16px;
	font-weight:bold;
	display:block;
	float:left;
	width:29px;
	height:39px;
	text-align:center;
	padding:6px 0 0 0px;
	color:#fff;
}
ul.card {
	background: #6d85ab url(../images/card.png) repeat-y -199px 0;
	width: 199px;
	list-style: none;
	margin: 5px 0px;
}
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;
}

form input.center {
	display: block;
	margin: 1em auto 0 auto;
}

form input {
	border: 1px solid #888;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 1px;
}

form input:active, form input:focus {
	border-color: #444;
	background-color: #ccdcee;
}

form label.checkBox {
	width: 100% !important;
	text-align: left;
	margin: 0 0 .5em 0;
	cursor: pointer;
	text-align: left !important;
}
form label.checkBox input {
	border: none;
	margin: 0 12px 0 0;
	width: auto;
}
form input.checkBox {
	border: none;
}

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: 100px;
	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 */
#menu {
	background: url(../images/main_shadow.png) top left repeat-y;
	height: 27px;
}

#menu ul {
	margin: 0 8px 0 9px;
}
#menu ul, #menu ul ul {
	list-style: none;
}

#menu ul li {
	height: 27px;
	float: left;
	background: url(../images/menu.png) no-repeat;
}
#menu ul li a {
	line-height: 27px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

/* Submenu's */
#menu ul li ul {
	clear: both;
	position: relative;
	top: -1px;
	width: 150px;
	left: -1000em;
	z-index:200;
}

#menu ul li:hover ul {
	left: auto;
	margin-left: -1px;
	border-top: 1px solid #455f83;
}

#menu ul li:hover ul li {
	height: auto;
	background: none;
}

#menu ul 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);
}

#menu ul li:hover ul li a:hover {
	color: #ffffff;
	background: #6d85ab;
	opacity: 1;
	/* !!! And get rid of this too */
	filter: alpha(opacity=100);
}

#menu ul li:hover ul li.laatste a {
	border-bottom: 1px solid #000;
	-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 */
#menu ul li {
	background-position: right top;
}
#menu ul li:hover {
	background-position: right -27px;
}

#menu ul li#last {
	background-position: left top;
}
#menu ul li#last:hover {
	background-position: left -27px;
}

#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;
}

/* tabs */
.tabberlive .tabbertabhide {
	display: none;
}

ul.tabbernav {
	margin: .5em 0 0 0 !important;
	padding: 3px 0;
	border-bottom: 1px solid #778;
}

ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}
ul.tabbernav li a {
	padding: 3px 6px;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #dde;
	text-decoration: none;
	-moz-border-radius: 5px 5px 0 0;
}

ul.tabbernav li a:hover {
	color: #000;
	background: #aae;
	border-color: #227;
}

ul.tabbernav li.tabberactive a {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
ul.tabbernav a img{
	margin:0px 2px -3px 0px !important;
}
ul.tabbernav li.tabberactive a:hover {
	color: #000;
	border-bottom: 1px solid white;
}

.tabberlive .tabbed_tab {
	padding: 5px;
	border: 1px solid #778;
	border-top: 0;
}

.more_info_box {
	background-color: #eee;
	color: #000;
	padding: 1em;
}

/* The buttons */
div.centeredButtons {
	text-align: center;
}
div.rightButtons {
	text-align: right;
}
a.button, button {
	cursor: pointer;
	margin: .5em 0 0 0;
	display: inline-block;
}

button {
	border: none;
	white-space: nowrap;
	background: none;
}
button span, button em, a.button em, a.button span, a.button {
	font-size: 11px;
	color: white;
	text-decoration: none;
	font-style: normal;
}
button span, button em {
	display: inline-block;
	line-height: 20px;
	cursor: pointer;
	font-style: normal !important;
}
a.button, a.button span {
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
}
button span, a.button {
	background: #6d85ab url(../images/button.png) no-repeat left top;
	padding-left: 11px;
}
button em, a.button span {
	font-style: normal;
	padding-right: 10px;
	background: #6d85ab url(../images/button.png) no-repeat right top;
}
button:hover em, button.buttonHover em, a.button:hover span {
	background-position: right bottom;
	text-decoration: none;
}
button:hover span, button.buttonHover span, a.button:hover {
	background-position: left bottom;
	text-decoration: none;
}

span.required {
	font-weight: bold;
	color: #f00;
}
