/* Layout */

body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #DCDCDC;
  font-family: Trebuchet, Arial, Verdana, sans-serif;
}

td {
	font-family: Trebuchet, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #231F20;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* Table borders */
.left { border-left: 1px solid #B7B7B7; }
.right { border-left: 1px solid #B7B7B7; }
.bottom { border-bottom: 1px solid #B7B7B7; }
.top { border-top: 1px solid #B7B7B7; }
.leftBottom { border-left: 1px solid #B7B7B7; border-bottom: 1px solid #B7B7B7; }
.orangeHeader { border: 1px solid #FFFFFF; background-color: #F78F1E; }

/* Table borders */

p { 
   text-align: inherit;
   margin: 0 0 0 0;
   padding: 10px 15px 0 15px; }
   
.bold { 
   text-align: justify;
   margin: 0 0 0 0;
   font-weight: bold; }  
   
.onderTekst {
	font-size: 9px;
	font-family: Trebuchet;
}  

.tableBg { background-image: url(../img/gif/bg_table.gif); background-repeat:repeat-y}

/* Image look*/
.imgLook { 
   margin: 0 0 0 0;
   padding: 13px 0 15px 15px;
}
.img{border: 1px solid #F9C48B;
padding: 1px;}

ul{
list-style-type:square;}

/* Content header Home*/
h1{
	font-family: Trebuchet, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 1px;
	padding: 0 13px 0 0;
	line-height: 21px;
	background-image: url(../img/gif/header_wtblok.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color:#F78F1E;
	text-align:right
}

/* Sub headers*/
h2{
	color: #F78F1E;
	font-family: Trebuchet, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 7px 0 0 0;
	margin: 0 15px 0 15px;
	line-height: 16px;
	border-bottom-style: solid;
	border-bottom-color: #F9C48B;
	border-bottom-width: 1px;
	}
.blackHeader {
    color: #231F20;
	font-family: Trebuchet, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 16px;
}

/* Sub-sub headers*/
h3{
	color: #F78F1E;
	font-family: Trebuchet, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0 0 0 0;
	margin: 10px 15px 0px 15px;
	line-height: 14px;
	border-top-style: solid;
	border-top-color: #F9C48B;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F9C48B;
	border-bottom-width: 1px;
	}			

h4{
	color: #F78F1E;
	font-family: Trebuchet, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0 20px 0 0;
	margin: 10px 140px 0px 15px;
	line-height: 14px;
	border-top-style: solid;
	border-top-color: #F9C48B;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F9C48B;
	border-bottom-width: 1px;
	}
/* NAW*/	
p.naw {
	font-family: Trebuchet, Arial, Verdana, sans-serif;
	font-size: 9px;
	color: #B7B7B7;
	letter-spacing: 1px;
	padding: 5px 0 0 0;
	text-align: center;
}
/* NAW links */
a.nawLink:link, a.nawLink:visited { 
     font-family:  Arial, Verdana, sans-serif; 
	 font-size: 9px; 
	 letter-spacing: 1px;
	 color: #F78F1E; 
	 font-weight: normal; 
	 text-decoration: none;
}
a.nawLink:hover, a.nawLink:active { text-decoration: underline; }


/* Lees verder links */
a.leesverderLink:link, a.leesverderLink:visited { 
     font-family:  Trebuchet, Arial, Verdana, sans-serif; 
	 font-size: 12px; 
	 color: #F78F1E; 
	 font-weight: normal; 
	 text-decoration: none;
}
a.leesverderLink:hover, a.leesverderLink:active { text-decoration: underline; }

/* Tekst links */
a.textLink:link, a.textLink:visited { 
     font-family:  Arial, Verdana, sans-serif; 
	 font-size: 12px; 
	 color: #F78F1E; 
	 font-weight: normal; 
	 text-decoration: none;
}
a.textLink:hover, a.textLink:active { text-decoration: underline; }

a.subLink:link, a.subLink:visited { 
     font-family:  Arial, Verdana, sans-serif; 
	 font-size: 12px; 
	 color: #000000; 
	 font-weight: bold; 
	 text-decoration: none;
	 line-height: 40px;
	 padding-right: 11px;
}
	 
a.subLink:hover, a.subLink:active {color: #F78F1E;}

/* spelers links */
a.spelerLink:link, a.spelerLink:visited { 
     font-family:  Arial, Verdana, sans-serif; 
	 font-size: 12px; 
	 color: #000000; 
	 font-weight: bold; 
	 text-decoration: none;
}
a.spelerLink:hover, a.spelerLink:active { text-decoration: none; color: #F78F1E; }