/*alle margees en paddings weg*/
* {
	margin: 0;
	padding: 0;
}

body {
	left: 0px;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:65%;
	background-image: url(/pictures/bg_lijn.gif);
	background-repeat: repeat-y;
	}
	
/* VERBORGEN NAVIGATIE */
div#verborgen-navigatie {
	visibility: hidden;
	position: absolute;
	left: -1000em;
	}
	
/* LOGO & VLAG */
div#logo {
	width: 1019px;
	height: 79px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-left: 7px;
	}
div#logo a {
	border-bottom: none;
	}
div#logo-stag {
	float: left;
	}
div#vlag {
	float: right;
	}
	
/* NAVIGATIEBALK */	
div#navigatiebalk-totaal {
	height: 25px;
	background: #00AEEF;
	color: #FFFFFF;
	clear: left;
	width: 1026px;
	}
div#navigatiebalk {
	background: #cccccc;
	height: 17px;
	clear: left;
	text-align: right;
	}
div#navigatiebalk-tekst a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-decoration: none;
	border-bottom: none;
	padding: 2px 5px 2px 5px;
	color: #000000;
	}
div#navigatiebalk-tekst a:hover {
	background-color: #CCCC33;
	color: #000000;
	}
	
/* INHOUD TOTAAL */
div#inhoud-totaal {
	width: 1024px;
	}
	
/* LOGO'S PARTIJEN */	
div#logo-partij {
	width: 155px;
	float: left;
	margin-top: 100px;
	padding-left: 5px;
	}
div#logo-partij a {
	border-bottom: none;
	}

/* INHOUD */
div#inhoud {
	float: left;
	width: 830px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 5px;
	}	
div#linkerkolom {
	background-color: #FFFFFF;
	float: left;
	width: 155px;
	padding-top: 1000px;
	}
div#linkerkolom a {
	border-bottom: none;
	}

/* KRUIMELPAD */
div#detailnavigatie_tekst {
	font-weight: normal;
	font-size: 1.1em;
	}
div#detailnavigatie a, .detail_navigatie {
	color: #e13a3e;
	background: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #FF0000;
	}
div#detailnavigatie a:hover { 
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	}
	
/* TERUG NAAR BOVEN VORIGE */
.pijl_naar_links {
	float: left;
	}
.pijl_naar_boven {
	float: right;
	}
	
/* Tekst opmaak */
h1 {
	font-size: 1.7em;
	font-weight: bold;
	color: #330099;
	background: inherit;
	margin-top: 15px;
	margin-bottom: 10px;
	}
h2 { 
	font-size: 1.3em; 
	font-weight: bold; 
	color: #330099;
	background: inherit;
	margin-bottom: 10px;
	}
h3, th { 
	font-weight: bold; 
	font-size: 1.1em; 
	color: #000066;
	background: inherit;
	text-align: left;
	}

p, table, li {
	font-size: 1.1em;
	line-height: 1.4em;
	}
p {
	margin-bottom: 10px;
	}
a { 
	text-decoration: none;
	border-bottom: 1px solid #CC3300;
	color: #e13a3e; 	
	background: inherit;
	}
a:hover { 
	text-decoration: none;
	border-bottom: 1px solid #0099FF;	
	}
img {
	text-decoration: none;
	border: none;
	}
.kader {
	background: inherit;
	padding: 5px;
	border: 1px solid #000066;
	color: #000000;
}
hr {
	color: #000000;
	background: #CC0033;
	border: #FFFFFF;
	height: 1px;
	}
	
/* LIJSTEN */
ul {
	list-style-type: disc;
	margin: 10px;
	padding: 5px;
	}
ol {
	margin: 16px;
	padding: 10px;
	}
	
/* TABELLEN */
table {
	border: thin solid #333366;
}
td, th {
	border: none;
	padding: 2px;
	}
tr {
	vertical-align: top;
	}