@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0; 
	padding: 0;
	/*text-align: center; */
	color: #000000;
	background-repeat: no-repeat; 
	background-attachment: fixed; 
	background-position: left bottom; 
    font-family: Verdana;
}
h1 {
    font-family: Verdana;
    font-size: 24px;
    margin-top: 0px;
    padding-bottom: 5px;
}
h2 {

}
h4 {
    color: #112f72;
    font-size: 12pt;
}
/* Tekstlinks en imagelinks */
p, li, td {
    font-size:11px;
}
a, a:visited {
	font-size: 11px; 
	text-decoration: none;
	color: #0A4197;
}

a:hover {
	text-decoration: underline;
}

#container { 
	width: 100%;  
	margin: 0 auto; 
	text-align: left; 
} 
/* HEADER */
#header { 
	padding: 0;  
} 

#logo {
	width:217px;
	height:148px;
	float:left;
	text-align: center;
	padding-top: 34px;
}

#rlogo{
	position:absolute;
	right:0px;
	top:0px;
	width:350px;
	height:182px;
	

	
}
#h_title{
	width:99%;
}
#topnav{
	float:left;
	width:600px;
	/*margin: 0 180px 0 217px; */
	height: 182px;
	
}
/* MIDDLE */
#sidebar1 {
	float: left; 
	width: 172px; 
	padding: 0px;
	padding-left: 45px;
}

#notkholder{
	text-align:center;
	margin-top:20px;	
	font-size:9px;
	width:130px;
	color: #666666;
}

#mainContent { 
	margin: 0 34px 0 217px; 
	padding: 18px  0  20px 0; 
	border-top: solid 1px #B0B0B2;
	min-height:280px;
    position: relative;
} 
#flashcontentHome{
	width:746px;
	height:250px;
}
/* FOOTER */
#footer { 
	padding: 5px 34px 10px 0px;
	text-align:right; 
 	margin-left: 217px;
    border-top: solid 1px #B0B0B2;
	color: #B0B0B2; 
	font-size: 11px;
} 

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*topnavigation*/
.topnavdiv{
	float:left;
	margin-top:100px; 
	height:20px;
	background-image:url(images/topnavmiddlepiece.gif);
	background-repeat:repeat-x; 
}
.topnavleft{
	float:left;
	margin-top:90px;
	width:16px;
	height: 30px; 
}

.topnavright{
	float:left;
	margin-top:90px;
	margin-right: 10px;
	width:16px;
	height: 30px; 
}
.topnavrightlast{
	float:left;
	margin-top:90px;
	width:16px;
	height: 30px; 
}
a.toplink, a.toplink:visited {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

a.toplink:hover {
	font-size: 13px; 
	color: #0A4197;
	text-decoration: none;
}


/*leftnavigation*/
.navlink a {
	font-size: 12px; 
	text-decoration: none;
	color: #666666;
    text-transform: uppercase;
}

.navlink {
	padding-bottom: 20px;
}

.navlink a:hover {
	font-size: 12px; 
	color: #0A4197;
	text-decoration: none;
}

.subnavlink {
	padding-bottom: 20px;
}

.subnavlink a {
	font-size: 9px; 
	text-decoration: none;
	color: #666666;
	padding-left: 30px;
}

.subnavlink a:hover {
	font-size: 9px; 
	color: #0A4197;
	text-decoration: none;
}
#eXTReMe{
	visibility:hidden;
}
img {
	border: 0;
}
input, textarea  { 
	color: #000; 
	font-size: 9pt;
	font-weight: normal; 
	font-family: Verdana, Lucida, Arial, Helvetica, san-serif, sans-serif; 
	text-decoration: none; 
	background-color: #ffffff; 
	padding: 2px;
	border-left: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #ccc; 
	border-bottom: solid 1px #ccc;
}
/* 3 Keuze's */
.stapHolder {
	
	width:760px;
	height:175px;
}
.textKeuze {
	width:250px;
	float:left;
}
.keuze {
	float:left;
	height:169px;
	width:169px;
}
/* Forms */
.signup_input {
	height: 13px;
	font-size: 10px;
	border: 1px solid #000000;
	width: 200px;
}
.box130 {
	height: 13px;
	font-size: 10px;
	border: 1px solid #000000;
	width: 91px;
	float:left;
	margin-right:12px;
}
.box50 {
	height: 13px;
	font-size: 10px;
	border: 1px solid #000000;
	width: 30px;
	float:left;
	margin-right:5px;
}
.inputfield {
	height: 13px;
	font-size: 10px;
	border: 1px solid #000000;
}
.signup_textarea {
	border: 1px solid #000000;
	width: 350px;
}
.signup_button {
	height: 18px;
	cursor: pointer;	
	border: 1px solid #000000;
	font-size: 10px;
}
.tdcolor {
	color:#DCEAED;
}
#formulier {
	margin-top:10px;
	padding:0px;
	font-size:10px;
}
.mandatory 
{
    color: #000;
    float: right;
}
.mandatory_legend
{
    color: #000;
}
.formerror 
{
    margin-top: 10px;
    padding: 2px;
    border: #f88 1px solid;
}
.newssummary 
{
    font-size: 11px;
}
.guestbook 
{
    font-size: 10px;
}
.guestbookrow
{
    background: #e9e9e9;
}
.guestbookrow.odd 
{
    background: #f9f9f9;
}
.guestbookentry
{
    padding: 2px;
    margin-left: 90px;
}
.guestbookname
{
    float: left;
    width: 80px;
    padding: 2px;
}
.guestbooktitle
{
    color: #0A4197;
    font-size: larger;
    font-weight: bold;
    margin-left: -3px;
}

.guestbookentry hr
{
    border-color: -moz-use-text-color -moz-use-text-color #CCCCCC;
    border-style: none none solid;
    border-width: 0 0 1px;
}

.guestbookrow 
{
    background-color: #E9E9E9;
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
}

.guestbook .pager 
{
    text-align: center;
    padding-bottom: 5px;
}
.newscontent, .newscontent p
{
    font-size: 9pt;
    line-height: 14pt;
}

#footerlinks 
{
	float: left;
}
#footerlinks a
{
    font-size: 12px;
    padding: 0px 5px;
    color: #ccc;
}
#animation_home
{
    width: 750px;
    height: 250px;
    overflow: hidden;
    border: 0px solid #ccc;
    position: relative;
    font-size: 36px;
    color: #888;
}
#animation_home div 
{
    overflow: visible;
}
#animlogo
{
    background: #fff;
}
#abin-kwaliteitsmeter
{
    display: inline;
}
#social_media 
{
    float: right;
    margin-top: -15px;
}

div.klanttab
{
    display: inline-block;
    border: 1px solid #bbb;
    padding: 5px;
    cursor: pointer;
}
div.klanttab.active 
{
    background: #ddd;
    cursor: default;
}
div.klantpage
{
    width: 100%;
    display: none;
}
div.klantpage.active
{
    display: block;
}
tr.vraag td
{
    padding-top: 5px;
    line-height: 30px;
    font-size: 12px;
    padding: 0 5px;
}
span.vraag
{
    
}
table.klantdata 
{
    border-collapse: collapse;
    border: 1px solid #ccc;
}

table.datatable td.inline {
	min-width: 320px;
	vertical-align: top;
}
table.datatable td.inline div {
	display: inline-block;
}