﻿body 
{
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 12px;
    color: Black;
    background-image: url(../images/bg-body.jpg);
    background-repeat: repeat-x;
    background-color: #616161;
}

a 
{
    color: #235e9c;
    font-size: 12px;
}

h1 
{
    background-image: url(../images/bar.gif);
    background-repeat: repeat-x;
    background-color: #163a60;
    color: White;
    font-weight: bold;
    font-style: italic;
    font-size: 13px;
    padding: 7px 10px 7px 10px;
    margin: 10px 0 10px 0;
}

h2 
{
    color: Black;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
}

h3 
{
    color: Black;
    font-weight: bold;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

hr 
{
    height: 1px;
    border: none;
    border-top: 1px dotted black;
}

.clear 
{
    clear: both;
    
}

.nieuwsArtikel, .nieuwsArtikel-3
{
    clear: both;
    padding: 10px;
}

.nieuwsArtikel hr, .nieuwsArtikel-3 hr 
{
    clear: both;
}

.nieuwsArtikel img 
{
    float: right;
    margin-left: 5px;
}

.nieuwsArtikel-3 img 
{
    float: left;
    margin-right: 5px;
}

.datum 
{
    float: left;
}

.leesMeer 
{
    float: right;
}

#siteContainer 
{
    width: 925px;
    margin: 0 auto 0 auto;
    background-color: White;
}

#hdr 
{
    padding-bottom: 10px;
}

#logo 
{
    float: left;
}

#adres 
{
    float: left;
    width: 152px;
    font-size: 10px;
    color: #7e7e7e;
    margin: 15px 0 0 5px;
    letter-spacing: -1px;
}

#adres p 
{
    margin: 0;
    padding: 0;
}

#adres a 
{
    color: #7e7e7e;
    text-decoration: none;
}

#banner 
{
    width: 438px;
    height: 59px;
    float: left;
    margin: 10px 0 0 0;
}

#voorlezen 
{
    display: block;
    float: right;
    margin: 20px 10px 0 0;
    border: none;
}

#topmenu 
{
    clear: both;
    list-style-type: none;
    margin: 0 0 0 5px;
    padding: 0;
    display: block;
}

#topmenu li 
{
    float: left;
    padding-top: 10px;
}

#topmenu a 
{
    color: #727b83;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 5px 0 5px;
    border-right: 1px solid #ffcc32;
}

#zoekForm 
{
    display: block;
    float: left;
    margin: 8px 0 0 0;
}

#zoekForm fieldset 
{
    border: none;
    margin: 0;
    padding: 0;
}

#zoekForm input 
{
    border: 1px solid #7e7e7e;
    color: #7e7e7e;
    font-style: italic;
    font-size: 13px;
    width: 385px;
}

#zoekForm .submitButton 
{
    background-color: #ffcc32;
    color: White;
    font-weight: bold;
    font-style: normal;
    width: 47px;
}

#assistentLink 
{
    display: block;
    float: right;
    font-size: 10px;
    color: #7e7e7e;
    font-weight: bold;
    text-decoration: none;   
    margin: 5px 20px 0 0;
    padding: 0 0 0 30px;
    background-image: url(../images/assistent.gif);
    background-repeat: no-repeat;
}

#hoofdMenuContainer 
{
    background-color: #163a60;
    background-image: url(../images/bar.gif);
    background-repeat: repeat-x;
    clear: both;
    margin: 0;
}

#hoofdMenu 
{
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#hoofdMenu li 
{
    float: left;
    display: block;
    background-color: #163a60;
    background-image: url(../images/bar.gif);
    background-repeat: repeat-x;
}

#hoofdMenu li li 
{
    background-image: none;
}

#hoofdMenu a 
{
    display: block;
    font-size: 13px;
    color: White;
    font-weight: bold;
    padding: 7px 20px 7px 11px;
    text-decoration: none;
}

#inhoudContainer 
{
    float: right;
    width: 770px;
    padding: 5px;
}

#kruimelpad, #kruimelpad a
{
    color: #7e7e7e;
    font-size: 10px;
    text-decoration: none;
}

#kruimelpad a:hover 
{
    color: Black;
}

#inhoudTable 
{
    width: 100%;
    border-collapse: collapse;
}

#kolom 
{
    background-color: White;
    background-image: url(../images/bg-kolom.gif);
    background-repeat: repeat-x;
    min-height: 585px;
    width: 145px;
    padding: 25px 0 0 0;
    clear: both;
    float: left;
}

#kolom img 
{
    display: block;
}

.ContentLeftCell 
{
    display: none;
}

#contentContainer, .contenttable 
{
    width: 100%;
}





/* decentrale regelgeving */

div.regelgeving_maintitle
{
	font-size:14px;
	color: #001793;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 8px;
}

div.regelgeving 
{
	background-color: gray;
	width: 620px;
	background-color: #FFFFFF;
	padding-left: 10px;
}

div.regelgeving div.box {
	background-color: #FFFFFF;
	float: left;
	margin-top: 5px;
	width: 600px;
}

div.regelgeving div.bar {
	height: 20px;
	background-image: url(../images/bar01.gif);
	float: left;
}

div.regelgeving .barl{
	height: 20px;
	width: 4px;
	background-image: url(../images/barl01.gif);
	float: left;
}

div.regelgeving .barm{
	height: 18px;
	color: white;
	font-weight:bold;
	padding-top: 4px;
	float: left;
	padding-left: 1px;
}

div.regelgeving .barp {
	height: 20px;
	width: 5px;
	float: left;
}

div.regelgeving .barp1 {
	height: 20px;
	width: 11px;
	float: left;
	background-image: url(../images/pijl02.gif);
	background-repeat: no-repeat;
}

div.regelgeving .barp2 {
	height: 20px;
	width: 11px;
	float: left;
	background-image: url(../images/pijl01.gif);
	background-repeat: no-repeat;
}

div.regelgeving .barr{
	height: 20px;
	width: 4px;
	background-image: url(../images/barr01.gif);
	float: right;
}

div.regelgeving div.boxcontent {
	background-color: #FFFFFF;
	float: left;
	border-bottom: 1px solid #404040;
	border-left: 1px solid #404040;
	border-right: 1px solid #404040;
	width: 598px;
	min-height: 100px;
	_height: 100px;
	color: #001793;
}

div.regelgeving div.details {
	width:100%;
	color: #000000;
	padding: 8px;
}

div.regelgeving .list_versions .header
{
	background-color: #EEEEEE;
	vertical-align: top;
	border-bottom: 1px dotted #404040;
}

div.regelgeving .list_versions .row
{
	border-bottom: 1px dotted #404040;
}

div.regelgeving div.zoek {

	float: left;
	min-height: 96px;
	_height: 96px;
	width:320px;
	color: #000000;
	margin-right: 5px;
	margin-top: 5px;
	margin-left: 5px;
	padding-bottom: 3px;
	border-bottom: thin solid #cccccc; 
}

div.regelgeving div.boxjaar {
	float: right;
	min-height: 100px;
	_height: 100px;
	width:130px;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.regelgeving div.jaar {
	
	min-height: 18px;
	padding-top: 3px;
	padding-left: 5px;
	_height: 17px;
	width: 115px;
	text-indent: 8px;
	margin-bottom: 3px;
	color: #001793;
	border-bottom: thin solid #cccccc;
	font-weight: bold;
}
div.regelgeving div.jaar a {
	text-decoration: none;
	color: #001793;
}
div.regelgeving div.jaar a:hover {
	text-decoration: underline;
	color: #001793;
}

div.regelgeving div.zoek_knop {
	height: 18px;
	width: 37px;
	padding-top: 2px;
	padding-left: 3px;
	background-image: url(../images/zoek00.gif);
	color: #666666;
	font-weight: bold;
	cursor: pointer;
}

div.regelgeving #colheader1, div.regelgeving .colrow1
{
	width: 100px;
	text-align: left;
}

div.regelgeving #colheader2
{
	width: 120px;
	text-align: left;
}

div.regelgeving .colrow2
{
	width: 110px;
	text-align: left;
}

div.regelgeving #colheader3, div.regelgeving .colrow3
{
	width: 340px;
	text-align: left;
}

div.regelgeving #colheader3, #colrow3,
div.regelgeving #colheader2, #colrow2,
div.regelgeving #colheader1, #colrow1
{
	font-size: 10pt;
}

div.regelgeving #colheader1 a, div.regelgeving #colheader2 a, div.regelgeving #colheader3 a
{
	color: #FFFFFF;
}

div.regelgeving input
{
	border: 1px solid #001793;
	
}

div.regelgeving .results
{
	margin-left: 2px;
	color: #000000;
}

div.regelgeving a
{
	color: #001793;
}

div.regelgeving_printbutton
{
	background-image: url(../images/Print.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}


div.regelgeving_backbutton
{
	background-image: url(../images/icon_back.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	margin-left: 5px;
}
table.list_versions td.header,
table.list_versions td.row
 { padding: 3px; }
 