/* 
	CSS Document - KAANS.nl rapportage
	Versie - 1.0
	Copyright 2012 Sellmark Electronic & Consumer Services BV
	Auteur - Eddie Palmans


	Kleuren:
	 Tekstkleur headers, donkerblauw (0/28/61): #001c3d
	 Tekstkleur standaard, zwart (0/0/0): #000
	 Tekstkleur alternatief #1, lichtblauw (0/162/219): #00a2db
	 Tekstkleur alternatief #2, oranje (232/78/16): #e84e10
 
*/

#container {
  width:85%;
  margin:auto;
}

body {
	width:100%;
	min-width:800px;
  color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	text-align: justify;
}

div.header {
  width:95%;
  margin:auto;
  text-align:left;
}

div.lbanner {
  width:2cm;
  float:left;
}

div.rbanner {
  width:2cm;
  float:right;
}

h1.titel {
	color: #001c3d;
	font-weight: bold;
	font-size: 28pt;
	line-height: 36pt;
	text-align:left;
}

h1.ondertitel {
	color: #00a2db;
	font-weight: bold;
	font-size: 13pt;
	line-height: 18pt;
}

p.datum {
	color: #e84e10;
	font-size: 8pt;
	line-height: 18pt;
}

p.auteur {
	color: #e84e10;
	font-weight: bold;
	font-size: 8pt;
	line-height: 18pt;
}

p.voetnoot {
	font-size: 6pt;
	line-height: 9pt;
}


p.bijschrift {
	color: #00a2db;
	font-size: 8pt;
	line-height: 10pt;
}

p.bijschrift span.bijschriftnr {
	color: #000;
}

h2 {
	color: #001c3d;
	font-weight: bold;
	font-size: 13pt;
	line-height: 18pt;
}

h3 {
	color: #00a2db;
	font-weight: bold;
	font-size: 11pt;
	line-height: 14pt;
}

ul
{
	list-style-type: disc;
	list-style-position: inside;
}

ul li
{
	padding-left: 14px;
	color: #00a2db;
	font-weight: bold;
}

a:link { color:#00a2db; }
a:visited {color:#00a2db;}
a:hover {color:#00a2db;}
a:active {color:#00a2db;}


table{
	text-align:center;
}

th {
	color: #fff;
	background-color: #001c3d;
	font-weight: bold;
	font-size: 8pt;
	line-height: 14pt;
  width:50%;
	text-align:center;
}

tr {
	color: #000;
	background-color: #00a2db;
	font-size: 8pt;
	line-height: 20pt;
	text-align: center;
}

td {
	text-align: center;
	font-size: 8pt;
}
