@charset "UTF-8";
/* CSS Document */

@import"../templates/boptemplate/css/bopbasis.css";

/* 
STYLESHEET VOOR CONTACT
  */

/* titels van artikelen */
.contentheading {
	font-family: arial, sans-serif;
	font-size:medium;
	vertical-align:middle;
	font-weight:bold;
	color:#FFFFFF;
	width:410px;
	padding-left: 10px;
	padding-top:5px;
	padding-bottom:5px;
	}
	
/* links in gewone tekst */

a:link, a:visited {
	color:#000000;
	text-decoration:underline;
	}

a:hover, a:active{
	color:#008FFF;
	text-decoration:none;
	}


#content table.contentpaneopen {
	color:#000000;
	font-family:Calibri, Verdana, arial, sans-serif;
	font-size:small;
	line-height:150%;
	padding:0;
	}

#content table.contentpaneopen td.contentheading {
	padding-left:10px;
	padding-bottom:3px;
	}
	
/* Tekst "Meer weten..." */

p.dfContactInfoText {
	color:#000000;
	font-family:Calibri, Verdana, arial, sans-serif;
	font-size:small;
	line-height:150%;
	padding:15px 10px 0 10px;
	}
	
/* Eventuele aanvullende tekst, in te vullen bij "Formuliertekst" */

td.dfContactFormText {
	color:#000000;
	font-family:Calibri, Verdana, arial, sans-serif;
	font-size:small;
	line-height:150%;
	padding:15px 10px 0 10px;
	}

/* Veldlabels */

th {
	color:#FF0000;
	font-family:Calibri, Verdana, arial, sans-serif;
	font-size:small;
	line-height:150%;
	padding:0 10px 0 10px;
	text-align:left;
	}

/* Regel "Verplicht in te vullen" */
	
td {
	color:#000000;
	font-family:Calibri, Verdana, arial, sans-serif;
	font-size:small;
	line-height:150%;
	padding:0 0 5px 0;
	text-align:left;
	}

/* velden */

.inputbox {
	width: 230px;
	}
	
#right .moduletableroute p a img {
	padding:0;
	margin:0;
	left:-10px;
	}

