body, html {
	height: 100%;
}

body {
	background-color: #fff;
	margin: 0;
	padding: 0;
}

body, td {
	font-family: Arial, Verdana;
	font-size: 13px;
	line-height: 16px;
	color: #000;
}

a:link,
a:visited,
a:active {
	color: #eb2501;
	text-decoration: underline;
}

a:hover {	
	color: #9d9d9d;
}

form {
	margin: 0;
	padding: 0;
}

h1 {
	color: #6f6f6f;
	font-size: 18px;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
}

img {
	border: 0;
}

input, select, textarea {
	font-family: Arial, Verdana;
	font-size: 11px;
	line-height: 13px;
	color: #000;	
}

table {
	width: 100%;
}

/*****************************
Layout divjes
******************************/

/* De hoofd div waarin de hele site zit */
#mainContainer {
	position: relative;
	width: 770px;
	margin: auto;
	min-height: 100%;
	_height: 100%; /* hack voor IE: min-heigt werkt niet in IE */
	/*background-color: #dfdfdf;*/    
}

#top {
	width: 770px;
	height: 20px;
}

#header {
	width: 770px;
	height: 60px;
}

#content {
	width: 770px; /* 770 - 2*20 */
	padding: 0px;
}

#content #leftColumn {
    width:420px;
    padding:20px;
    float:left;
}

#content #rightColumn {
    width:307px;
    float:right;
    /*margin-right: -39px;*/
}

#content #leftColumnKaart {
    width:576px;
    padding:20px;
    float:left;
}

#content #rightColumnKaart {
    width:154px;
    float:right;
    /*margin-right: -40px;*/
}

/*****************************
Menu
******************************/
#menu {
    width:770px;
    font-size: 13px;
}
#menu a {
    width:191px;
    height: 25px;
    display: block;
    float:left;

    text-align: center;
    color:white;
    font-weight: bold;
    text-decoration: none;
    
    background-color:#6f6f6f;    
    border-left:1px solid white;
    padding-top: 9px;
}    
#menu a#first {
    border-left:0;
}

#menu a:hover {
    background-color: #EB2502;
}
#menu .active {
    background-color: #EB2502;
}
    

/*****************************
Content
******************************/

/*****************************
rechter kolom - Laatste nieuws
******************************/

#laatsteNieuws {
    color:#707070;
    margin: 20px 20px 30px 20px;
}

#laatsteNieuws h1 {
    margin:0;
    padding:0;
    font-size: 12px;        
    margin-bottom: 5px;
}

#laatsteNieuws h1 a {
    color:#707070;
}

#laatsteNieuws .newsItem {
    background: white no-repeat url("../images/laatste_nieuws.gif") left 4px;
    padding-left: 8px;
    padding-bottom: 10px;
}

#laatsteNieuws h2 a {
    color: #6f6f6f;
    text-decoration: none;
}
#laatsteNieuws h2 {
    font-size: 12px;
    margin:0;
    padding:0;
}

#laatsteNieuws span {
    color:#EB2502;
    font-size: 10px;
    line-height: 10px;
    font-style: italic;
}

#laatsteNieuws p {
    font-size: 10px;
    line-height: 11px;
    /*text-align: justify;*/
    margin:2px 0;
}


#nieuwsbrief {
    clear:both;
    background-color: #6f6f6f;
    color:white;
    padding:10px 20px 15px 20px;
}

#nieuwsbrief h2 {
    font-size: 12px;    
}

#nieuwsbrief span .verplicht {
    color:#EB2502;
}

#nieuwsbrief span {
    color:#aaa8a9;
}

#mini_kaart {
    text-align: center;
}


/*****************************
Linker kolom - Kaart
******************************/
#rightColumnKaart {
    font-size: 14px;
}

#rightColumnKaart h2 {
    font-size: 14px;
    color:black;
    text-decoration: underline;
    margin: 20px 0 0 20px;
}

#rightColumnKaart ul {
    padding:0 0 0 20px;
    margin:0;
}
#rightColumnKaart ul li {
    list-style: none;
    margin:5px 0 5px 0;    
}

#leftColumnKaart {
    font-size:13px;
}


/*****************************
Linker kolom - Nieuws
******************************/
#nieuws p.intro {
    font-weight: bold;
}

#nieuws .date {
    color:#EB2501;
    padding:10px 0 0 0;
    display: block;
}

.links h2 a {
    text-decoration: underline !important;
}

div#nieuwsHeader {
    border-top:1px solid white;    
    
    width:307px;
    height:34px;
    overflow:visible;
    background-color:#6F6F6F;

    
    /*
        background-color:#6F6F6F;
        background: transparent no-repeat top url("../images/provinciaal_ins-nieuws.gif");
    */
}

#nieuwsHeader a {
    display:block;
    height:25px;
    float:right;
    color:white;
    text-align: center;
    padding-top:9px;
    border:1px solid white;
    border-width:0;
}

#allesduurzaam {    background-color:#6F6F6F;width:125px; float:none !important;}
#ins {              background-color:#6F6F6F;width:80px;     }
#provinciaal {      background-color:#6F6F6F;width:100px;border-width:0 1px 0 1px !important; }

div.provinciaal #provinciaal        { background-color:red; }
div.ins #ins                        { background-color:red; }
div.allesduurzaam #allesduurzaam    { background-color:red; }


div#nieuwsHeader a {
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}
div#nieuwsHeader a:hover {
    text-decoration: underline;
}


.links .newsItem {
    padding-bottom:2px !important;
}

.links .newsItem .active {
    color:#EB2502 !important;
}


/******************
Contact
******************/

#FormHandler tr td.wide input, 
#FormHandler tr td.wide textarea
{
    width: 250px;
    border:1px solid #8b9aad;
}

#nieuwsbrief #FormHandler tr td.wide input, 
#nieuwsbrief #FormHandler tr td.wide textarea
{
    width: 160px;
    border:1px solid #8b9aad;
    padding: 2px;
}

#nieuwsbrief #FormHandler td { color:white; }




#rightAdres h2 {
    color:#6d6d6d;
}
#rightAdres p {
    margin-left:20px;
}
#rightAdres {
    font-size:12px;
    color:#6d6d6d;
}
input.verzenden {

}
.gemeentelijst {
    font-size: 11px;
}

.hidden span, .hidden p { display:none; }