
/* ///////////// body /////////////*/
	
html /* IE 10 and above
{ -ms-overflow-style: none;margin: 0px 0px 0px 0px;
}*/,
body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	font: normal 15px/1.5 Verdana, Arial, sans-serif;
	color: #FFFFFF;
	height: 100%;
	width: 100%;
 overflow: hidden;
 overflow-x:hidden;
 overflow-y:auto; /*or hidden if you want*/
}

body,button,input,select,textarea{font-family:"Arial"}::-moz-selection{background:#8c8dc3;color:#ffffff;text-shadow:none}::selection{background:#8c8dc3;color:#ffffff;text-shadow:none}

/*============ I FRAME BORDER ====================*/

#borderiframe {
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-color: #8c8dc3 #8c8dc3 #8c8dc3 #8c8dc3;
}

/*/////////////////////// TABLE BORDER LIGHT BLUE ////////////////////////*/

#borderlightblue {
border-width:2px;
border-color:#71cef5;
border-style:solid;
 -moz-border-radius: 15px;
 border-radius: 15px;
}

/*///////////////////////// PAGE LAYOUT ////////////////////////////////////////*/

#bottom {
position: absolute;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
height: 50px;
}

/*/////////////////////////////////////////////////////*/

/*=========== TEXT SIZE DEFINITIONS =====================*/

.tekst {  font-family: Arial; font-size: 12pt; font-style: normal; font-weight: bold; color: #2e3192; text-decoration: none}
.tekstvet {  font-family: Arial; font-size: 12pt; font-style: normal; font-weight: bold; color: #2e3192; text-decoration: none}

/*//// KLIK ///////////////*/

.kliktekstul { font-family: Arial; font-size: 12pt; font-style: normal; font-weight: bold; 

}
.kliktekstul A:link 
		{
			text-decoration : underline; 
			color : #2e3192;
		} 
	.kliktekstul A:visited 
		{ 
			text-decoration : underline; 
			color : #2e3192;
		} 
	.kliktekstul A:hover 
		{ 
			text-decoration: none;
			color : #2e3192;
		}

/*=========== MISC ==========*/

.hide {
	display:none;
}

.triangle {
	vertical-align: text-bottom;
	border: 0px;
}

.watermerk {
margin-top: 0px;
margin-left: 0px;
margin-right: 35px;
margin-bottom: 0px;
}

/*============== nieuwsbreif abonneren ==============*/

.abo_input_form
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #333092;
	background-color: #FFFFFF;
	text-decoration: none;
	height: 25px;
	width: 400px;
	border: 1px solid #333092;
	
margin: 0;
padding: 5px;
-webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
-moz-box-sizing: border-box; /* For all Gecko based browsers */
box-sizing: border-box;
}

.abo_submit_form
{
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #333092;
	background-color: #FFFFFF;
	text-decoration: none;
	height: 25px;
	width: 400px;
	border: 1px solid #333092;
	
margin: 0;
padding: 5px;
-webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
-moz-box-sizing: border-box; /* For all Gecko based browsers */
box-sizing: border-box;
}


