body{
    background-image:url('background.png') ;
    font-family: Tahoma, Arial;
    font-size: 10pt;
}

p, table, td, span{
    font-family: Tahoma, Arial;
    font-size: 10pt;
}

p{
    margin-top: 0px;
    margin-bottom: 7px;
}

h1 {
    font-family: Tahoma, Arial;
    font-size: 18pt;
    font-weight: bold;
    color: #004D80;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 12px;
}

h2 {
    font-family: Tahoma, Arial;
    font-size: 14pt;
    font-weight: bold;
    color: #004D80;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 12px;
}

h3 {
    font-family: Tahoma, Arial;
    font-size: 14pt;
    font-weight: bold;
    color: #004D80;
    margin-top: 0px;
    margin-bottom: 12px;
}

h4 {
    font-family: Tahoma, Arial;
    font-size: 12pt;
    font-weight: bold;
    color: #004D80;
    margin-top: 0px;
    margin-bottom: 12px;
}

hr {
     border: none; 
     border-bottom: 2px solid #006699;
     margin-top: 10px;
     margin-bottom: 10px;
 }

span.belang{
    color: #006699;
}

ul.opsomming{
    list-style-image: url('bullet_right.gif');
    margin-bottom: 7px;
}

ul.opsommingtitel{
    list-style-image: url('bullet_right.gif');
	font-family: Tahoma, Arial;
    font-size: 12pt;
    font-weight: bold;
    color: #004D80;
    margin-bottom: 10px;
}


a:link{
	color: #f96302;
	text-decoration: none;
}

a:visited{
	color: #fd7e2b;
	text-decoration: none;
}

a:active{
	color: #fe5e10;
	text-decoration: underline;
}

a:hover{
    text-decoration: underline;
}

img{
    border-color: #000000;
}

.information_message{
    background-image: none ;
    background-color: #D0DAE7;
    color: black;
    border: solid #006699;
    border-width: 1px;
    font-family: Tahoma, Arial;
    font-size: 10pt;
    padding: 5px;
    margin: 5px;
}

.information_message li{
   list-style-type: circle;
    margin-top: 7px;
    margin-bottom: 7px;
}

table{
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 15px;
	margin-bottom: 15px;
}

table.kader{
	border-style: solid;
	border-color: #004D80;
	border-width: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 15px;
	margin-bottom: 15px;
}

th{
	font-family: Tahoma, Arial;
	font-size: 12pt;
	font-weight: bold;
	color: white;
	background-color: #004D80;
	text-align: center;
	vertical-align: middle;
}

td{
  font-family: Tahoma, Arial;
  font-size: 10pt;
  text-align: left;
  vertical-align: middle;
 }

td.oneven{
  background-color: white;
}

td.even{
  background-color: #DFE7EE;
}

td.sub{
  font-family: Tahoma, Arial;
  font-size: 10pt;
  font-weight: bold;
  color: #004D80;
  text-align: center;
  vertical-align: middle;
  background-color: #D0DAE7;
 }
 
p.sub{
  font-family: Tahoma, Arial;
  font-size: 10pt;
  font-weight: bold;
  color: #004D80;
  text-align: center;
  vertical-align: middle;
 } 

td.subtitel{
  font-family: Tahoma, Arial;
  font-size: 10pt;
  font-weight: bold;
  color: #004D80;
  text-align: center;
  vertical-align: middle;
  background-color: #A0B8CD;
  height: 24px;
 }

input, textarea, select{
    font-family: Tahoma, Arial;
}

td.subbar_line{
	border-bottom : 2px solid #006699;
}