/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
}


body{
	background: #ffffff;
	color: #434343;
	font: .65em Verdana,Arial,Geneva,Helvetica,Sans-Serif;
	padding: 80px 0 0
}


#statcounter-teller {
	width: 1px;
	height: 1px;
	z-index: 999;
	position: relative;
	left: -1000px;
	top: -10000px;
}



#centercol .content img.at_grijs {
	border: 0px;
}

a{
	color: #ab0000;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}


input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}


li{
	list-style: none
}

h2{
	font-size: 1.2em;
	margin: 0 0 1em;
}

h3{
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 .1em
}
p{
	padding: 0 0 1em;
	
}


/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 745px
}
#page-bot{
	border-top: 2px solid #b81a23;
	margin: 7px 20px 0
}

/*=== Header ===*/
#header{
	height: 126px;
	margin: 0 0 7px
}
#header .pic{
	height: 126px;
	width: 579px;
}
/*=== Logo ===*/
#logo h1{
	background: url(../images/logo.gif) no-repeat;
	margin: 0 0 25px;
	text-indent: -9999px;
	width: 111px
}
#logo h1 a{
	display: block;
	height: 84px
}
#logo h1 a:hover{
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/



#nav1{
	font-size: 10px;
	height: 21px;
	position: relative;
	background-image: url(../images/1px-transp.png);

}

#nav1-bg {

	background-color: transparent;
	background-repeat: repeat;
	background-image: url(../images/1px-transp.png);

	height: 21px;
	position: relative;
	margin: -21px 0 0;
	padding: 0 0 0 20px;

	background-color: #931118;
	filter:alpha(opacity='90', style='0');
	-moz-opacity:0.9;

}	

#nav1 li{
	float: left;
	line-height: 18px;


	filter:alpha(opacity='90', style='0');
	-moz-opacity:0.9;

	
}

#nav1 li.last{
	background: none
}
#nav1 li a{
	color: #D3D3D3;
	display: block;
	float: left;
	padding: 0 10px
}
#nav1 li a:hover,
#nav1 li.active a{
	color: #ffffff;
	text-decoration: none
}
#nav1 li.active{
	font-weight: bold
}



/*- Nav2 -*/
.nav2{
	font: 1em Verdana,Arial,Geneva,Helvetica,Sans-Serif;
	margin: 10px 0 10px;
}

.nav2 li{
	margin: 10px 0 10px;
}
.nav2 li.active{
	margin: 10px 0 5px;
	font-weight: bold;
}
.nav2 li a{
	color: #636363;
	padding: 0
}
.nav2 li a:hover {
	color: #636363;
	text-decoration: none;
	font-weight: bold;
}

.nav2 li.active a{
	color: #b20710;
	text-decoration: none;
	font-weight: bold;
}

/* Nav2 Sub Menu - Met bullets */

/* ============================================================ 
.nav2 li.submenu,
.nav2 li.submenu-active {
	margin: 0 0 5px
}

.nav2 li.submenu a,
.nav2 li.submenu a:hover {
	background: url(../images/nav2-ico.gif) no-repeat 5px 5px;
	color: #636363;
	padding: 0 0 0 10px;
}

.nav2 li.submenu-active a:hover,
.nav2 li.submenu-active a{
	background: url(../images/nav2-ico.gif) no-repeat 5px 5px;
	color: #b20710;
	font-weight: normal;
	padding: 0 0 0 10px;
}


============================================================ */
/* Nav2 Sub Menu - Zonder bullets, rode tekst */


.nav2 li.submenu,
.nav2 li.submenu-active {
	margin: 0 0 5px
}

.nav2 li.submenu a,
.nav2 li.submenu a:hover {
	color: #b20710;
	padding: 0 0 0 10px;
}

.nav2 li.submenu-active a:hover,
.nav2 li.submenu-active a{
	color: #b20710;
	font-weight: bold;
	padding: 0 0 0 10px;
}




/*=== Left Column ===*/
#leftcol{
	float: left;
	width: 150px
}
/*=== Center Column ===*/
#centercol{
	float: right;
	width: 579px;
}
#centercol .content{
	background: #929497;





	color: #ffffff;
	height: 1%;
	padding: 25px 30px;
	min-height: 250px;
}


#centercol .content p a,
#centercol .content li a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;	
}

#centercol .content p a:hover,
#centercol .content li a:hover {
	color: #ffffff;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
}



#centercol .content p {
	line-height: 150%;
	font-size: 12px;
}


#centercol .content img {
	border: 1px solid #FFFFFF;
}


#centercol .content .spacer-gif {
	border: 0px solid;
}




/*=== Styling Lists ===*/
/*- List1 -*/
.list1 ul{
	margin: 0 0 1em;
	padding: 0 0 0 30px
}


.list1 li{
	margin: 0 0 0 6px;
	font-size: 12px;
	list-style: disc;
	line-height: 150%;
}


.list1 ol li{
	list-style: decimal;
}

/*=== FAQ ===*/

#centercol .content .tx-irfaq-pi1 dt p {
	line-height: 150%;
	font-size: 12px;
	margin-left: 20px;
	padding-bottom: 10px;
	display: block;
}

#centercol .content .tx-irfaq-pi1 dd p {
	line-height: 150%;
	font-size: 12px;
	padding-bottom: 10px;
	margin-left: 20px;
}

#centercol .content .tx-irfaq-pi1 img {
	margin-top: 5px;
	float: left;
}


#centercol .content .tx-irfaq-pi1 .additional-info {
	line-height: 150%;
	font-size: 11px;
	padding-bottom: 15px;
	margin-left: 20px;
}


/*- Search -*/

.tx-macinasearchbox-pi1 {
	margin-top: -4px;
	margin-bottom: 15px;
}

#search {
	font-size: .9em;
	width: 140px;
}

#search #field {
	float: left;
	width: 75px;
	margin-top: 2px;
	margin-bottom: expression('0px');
	margin-bottom: 3px;
	margin-bottom: expression('0px');
}

#search .btn{
	width: auto;
	margin-top: 2px;
	margin-bottom: 2px;
}

#search .btn-image {
	margin-top: 2px;
	margin-bottom: 2px;
	border: 0px solid white;
	background: #FFFFFF;
	
	height: 27px;
	line-height: 17px;
	vertical-align: middle;
}

#search input {
	padding: 3px;
	height: 17px;
	line-height: 17px;
	font-size: 12px;
}

/*=== Footer ===*/
#footer{
	color: #ab0000;
	font-size: .9em;
	font-weight: bold;
	height: 50px;
	margin: 0 auto;
	padding: 5px 0 0;
	width: 725px;
}
#footer a{
	color: #ab0000
}
#footer p{
	padding: 0 0 0 145px;
	text-align: center;
	width: 599px;
}


/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}

#centercol .content .frontEndEditIcons,
#centercol .content p .frontEndEditIcons {
	text-decoration: none;
	border: 0px solid;
	padding-left: 5px;
}



.tx-indexedsearch p,
.tx-indexedsearch a,
.tx-indexedsearch .tx-indexedsearch-whatis,
.tx-indexedsearch .result-count-tmpl-css,
.tx-indexedsearch .percent-tmpl-css,
.tx-indexedsearch-percent percent percent-tmpl-css {
	line-height: 150%;
	font-size: 12px;
	padding-bottom: 10px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color: #ab0000;
	font-weight: normal;
}

.tx-indexedsearch-title a {
	font-weight: bold;
}

.tx-indexedsearch-browselist-currentPage a{
	text-decoration: underline;
	color: #ab0000;
}

.tx-indexedsearch a {
	font-style: normal;
}

.tx-indexedsearch-browsebox {
	width: 575px;
}

#indexed-search-zoekresultaten {
	overflow-x: hidden;
	width: 525px;
}


.list1 ul.browsebox {
	margin-left: -30px;

}

.browsebox li a {
	text-decoration: none;
}

.browsebox li a:hover,
.browsebox li a:active {
	text-decoration: underline;
}



#centercol .content ul.browsebox li a,
#centercol .content  ul.browsebox li a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px;	
}

#centercol .content  ul.browsebox li a:hover,
#centercol .content  ul.browsebox li.tx-indexedsearch-browselist-currentPage a {
	text-decoration: underline;
}



/* Custom Styles */

/* MailformPlus */

#mailformlayout td {
	padding: 0px;
}


#mailformlayout input,
#mailformlayout select,
#mailformlayout textarea {
    padding: 3px;
    font-size: 12px;
}


#mailformlayout .submit-button { 
    height: 27px;
    line-height: 17px;
    padding: 3px;
    vertical-align: middle;
}


.mailform-label-betreft {
	padding-top: 7px;
}

.error,
.mailform-comment {
	color: #931118;
}

.tx-thmailformplus-pi1 label {
    font-size: 10pt;
    margin: 0;
    padding: 0; 
}
    
table.vinkjes td {
    height: 35px;
    vertical-align: middle;
}


.mathguard a {
  display: none;
}

.mathguard pre {
  font-size: 6px !important;
  line-height: 5px !important;
  
}
