/* General elements */
*
{
 	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

html
{
	background: #D8DBE0;
	color: #000;
}	html.none
	{
		background: none;
	}

body
{
 	background: #fff 0 113px repeat-x url(../Images/header.png);
	width: 960px;
	margin-left: 20px;
	line-height: 1.5em;
	font-size: .7em;
} /* diversify for font-size toggle */
	body.font-extra-small
	{
		font-size: .5em;
	}
	body.font-small
	{
		font-size: .6em;
	}
	body.font-medium
	{
		font-size: .7em;
	}
	body.font-large
	{
		font-size: .8em;
	}
	body.font-extra-large
	{
		font-size: .9em;
	}

/* Headers */

h1, h2, h3, legend
{
	color: #e67c00;
}	h1 span, h2 span
	{
		color: #679;
	}
	h1, h2, legend
	{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 1.6em;
	}
	h3
	{	
		font-size: 1em;
		border-bottom: 3px solid #FF8A00;
		clear: both;
	}
	#content h2 {
		font-family: Arial,Helvetica,sans-serif;
        font-weight: normal;
        font-size: 1.6em;        		
	}
	.overheidsinformatie h3,
	.particulieren h3 {
        font-size:1.1em!important;
        font-weight:bold;
        line-height:1.2em;
        margin-bottom:0;
        padding-bottom:0;
        font-family: Verdana,Geneva,Arial,Helvetica,sans-serif!important;  
        border-bottom: 3px solid #FF8A00;
        clear: both;   
        font-weight:bold!important;    
    }
        .overheidsinformatie h3 {
            line-height:1.2em;
            font-size:1.1em!important;
            padding-bottom:3px;
        }
	h4, h5, h6
	{
		color: #000;
		font-size: 1em;
	}

/* and the rest... */

h2, legend, p, ul, dl, ol, code, pre, quoteblock
{
	margin-bottom: 15px;
}

h1.home {
    text-indent:-9999px;
}

ul, ol
{
	padding-left: 25px;
}

ul li
{
	list-style-image: url(../Images/bullet.png);
}

h3 span
{
	color: #7f8181;
	font-weight: normal;
	margin-left: 5px;
}

p
{
	clear: both;
}

a
{
	color: #154273;
	cursor: pointer;
}	a:hover
	{
		color: #000;
	}

img
{
	margin-bottom: 15px;
}	a img
	{
		border: 1px solid #dadce1;
	}
	a:hover img
	{
		border: 1px solid #000;
	}
	p img
	{
		margin-bottom: 0px;
	}

a span
{
  display: none;
}

code, pre
{
	font-family: "Courier New";
	font-weight: bold;
	background: #eaecef;
	padding: 8px;
	display: block;
}

blockquote
{
	font-style: italic;
	border: 1px solid #FF8A00;
	border-width: 1px 0;
	padding: 4px 0;
	margin-left: 25px;
	display: block;
}

iframe
{
	border: none;
}

.watveranderter #content h2 {
	font-size:19px!important;
	font-weight:normal;	
}

.checkbox-list legend {
    font-family: Verdana, sans-serif;
    font-size:11px!important;
}

/* #window {
	padding: 20px;
	max-width: 1000px;
	min-width: 300px;
	margin: 10px auto;

}

#header,
#main,
#footer {
	background: #fff;
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	clear: both;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

#top-menu {
	float: right;
	padding: 0 10px 10px;
}
#main-menu {
	clear: both;
}
.breadcrumb {
	margin-top: 10px;
}

.columns {
	background: rgba(0,0,0,0.02);
	min-height: 100%;
}
.columns .columns {
	background: rgba(0,0,0,0.05);
}
.columns .columns .columns {
	background: rgba(0,0,0,0.09);
} */

.attention-block {
	font-size:15.5px;
	background-color:#FBEAD9;

	line-height:20px;
	margin-bottom:10px;
}
.attention-block.clickable {
	cursor:pointer;
}
.attention-block strong {
	display:block;
	margin-bottom:10px;
	
}
.attention-block a {
	color:#000;
}
.attention-block img {
	height:166px;
	margin:0;
	padding:0;
	display:block;
	width: 203px;
}

.attention-text {
		padding:20px 5px 5px 7px;	
}
