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

html { 
height:100%; 
}

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:url(../_lay/bodybg.jpg) repeat-x fixed bottom;
background-color:#000040;
}

* html #container { 
height:100%; 
}

#container {
background-color:#fff;
width:997px; 
margin-left:auto; 
margin-right:auto;
background:url(../_lay/containerbg.jpg) repeat-y;
}



/* Header */
#header {
background:url(../_lay/headerbanner.jpg) no-repeat top left;
background-color:#fff;
height:168px; 

}


/* Menu */
#menu {
background:none;
display:inline;
float:left; 
width:201px; 
font-size:95%; 
overflow:hidden; 
border:1px solid #000040;
margin:0px 0px 0px 10px;
padding:0px 0px 0px 0px;
}

.navlist a { 
background-color:#94bcf0;
color:#000080; 
text-decoration:none; 
display:block;
padding:3px 10px 3px 10px;
}

.navlist a:hover { 
color:#fff;
background-color:#000080;
}

.navlist a:active { 
}

ul.navlist { 
width:201px; 
list-style:none;
}

.navlist li {
display:block;
line-height:120%;
border-collapse:collapse;
border-bottom:1px solid #fff;
}

#menu h2 { 
font-size:100%;
background-color:#000080;
padding:5px;
padding-left:10px;
padding-right:10px;
color:#fff;
display:block;
font-weight:bold;
line-height:120%;
border-bottom:1px solid #fff;
overflow:visible;
}



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

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

#content h1 { color:#000080; font-size:150%; line-height:150%; margin-bottom:8px; text-decoration:underline; }
#content h2 { color:#94bcf0; font-size:120%; line-height:20px; margin-bottom:-2px; text-transform:uppercase;  }
#content h3 { color:#000000; font-size:115%; line-height:20px; margin-bottom:-2px; }
#content h4 { color:#585858; font-size:110%; line-height:20px; margin-bottom:-7px; text-decoration:underline; }
#content h5 { color:#585858; font-size:105%; line-height:20px; margin-bottom:-7px; }
#content h6 { color:#585858; font-size:100%; line-height:20px; }

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

#content a { color:#31309c; text-decoration:underline; }
#content a:hover { color:#94bcf0; }

#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:400px;
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;
}

