@charset "utf-8";
/* CSS Document */

html { 
min-height:100%; 
background-color:#fff;
}

body { 
height:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-style:normal;
font-variant:normal;
font-weight:normal;
font-size:75%;
line-height:130%;
background:#eeb310;
}

* html #container { 
height:100%; 
}

#container {
background-color:#fff;
width:997px; 
margin-left:auto; 
margin-right:auto;
}



/* Header */
#header { 
height:140px;
background:url(../_lay/homepage.png) top no-repeat; }


/* Menu */

#menu { background:#fef7e7; float:left; width:221px; padding-top:10px; padding-bottom:10px; font-size:12px; }

.navlist a { display:block; color:#b28301; text-decoration:none; padding-left:10px; padding-right:10px; }
.navlist a:hover { display:block; color:#fff; background:#e8a200; }
.navlist a:active { display:block; color:#fff; }

ul.navlist { list-style:none; border-top: 1px solid #f2c341;   }

.navlist li { 
display:block;
line-height: 20px;
border-bottom: 1px solid #f2c341;  
}

#menu h2 { 
font-size:100%;
padding-left:10px;
padding-right:10px;
color:#b28301;
display: block;
line-height: 20px;
}





/* Content */
#content {
background-color:#fff;
display:inline;
float:right; 
width:734px;
padding-left:21px; 
padding-right:21px;
overflow:hidden;
}

#content .justify {
text-align:justify;
}

#content h1 { color:#237546; font-size:180%; line-height: 28px; padding-bottom:8px; }
#content h2 { color:#046330; font-size:110%; line-height: 20px; text-transform:uppercase; margin-bottom:-2px; }
#content h3 { color:#046330; font-size:115%; line-height: 20px; margin-bottom: 0px; }
#content h4 { color:#e3ac13; font-size:110%; line-height: 20px; margin-bottom: 0px; text-decoration:underline; }
#content h5 { color:#000; font-size:105%; line-height: 20px; margin-bottom: -7px; }
#content h6 { color:#000; font-size:100%; line-height: 20px; }

#content p { color:#585858; margin-top:5px; margin-bottom:10px; }

#content a { color:#585858; text-decoration:underline; }
#content a:hover { color:#bbbcbe; }
#content a:active { color:#bbbcbe; }

#content .justify {
text-align:justify;
}

#content ul { 
list-style-image:url(http://gemeentegids.dekleinemedia.nl/templates/default/_lay/bullit.gif);
color:#585858; 
padding-left:15px; 
padding-bottom:10px; 
}

#content ul.streeplijst { 
list-style-image:url(http://gemeentegids.dekleinemedia.nl/templates/default/_lay/streep.gif); 
}

#content ul.nummerlijst { 
list-style: decimal; 
margin-left:5px; 
}

li.no_name_specified {
list-style-type:none;
margin-left:-15px;
}

/* Images */
img.noborder { margin-top:10px; margin-bottom:10px; }
img.bigimage { margin-top:10px; margin-bottom:10px; border:solid 1px #d41510; }
img.float-right { float:right; margin:15px; margin-right:0px; }
img.float-left { float:left; margin:15px; margin-left:0px; margin-top:0px; }



/* Table */
#container table {
font-size:100%;
}

td {
line-height:10px;
}

table.nicetable {
width:100%;
border-collapse:collapse;
border:0px solid #ccc;
}

table.nicetable td {
background-color:#fff;
text-align:left;
line-height:110%;
}

table.nicetable th {
background-color:#fff;
text-align:left;
font-weight:normal;
}

table.nicetable th[scope="col"] {
background-color:#ccc;
text-align:left;
}

table.nicetable td, table.nicetable th {
padding:3px 3px;
border-bottom:1px solid #ccc;
border-right:0px solid #ccc;
border-left:0px solid #ccc;
border-top:0px solid #ccc;
}

