@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-color:#fff;
}

* html #container { 
height:100%; 
}

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



/* Header */
#header {
background:none;
height:130px;
margin-bottom: 21px; 
}


/* Menu */
#menu {
background:none;
display:inline;
float:left; 
width:221px; 
font-size:85%; 
overflow:hidden; 
padding:0px 0px 0px 0px;
margin-top: 63px;
}

.navlist a {
background:#005b96 url(../_lay/arrowsmall.jpg) no-repeat;
background-position: 10px center ;
font-weight: bold; 
color:#fff; 
text-decoration:none; 
display:block;
padding:3px 5px 3px 28px;
}

.navlist a:hover { 
font-weight: bold;
text-decoration: underline;
color: #b0ffed;
}

.navlist a:active { 
}

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

.navlist li {
display:block;
line-height:160%;
border-collapse:collapse;
}

#menu h2 { 
font-size:110%;
background:#006fb8;
background-position: 12px center ;
padding:5px;
padding-left:28px;
padding-right:10px;
color:#fff;
display:block;
line-height:160%;
border-top:1px solid #4ea8d7;
overflow:visible;
}



/* 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:#000; font-size:150%; line-height:150%; margin-bottom:8px; }
#content h2 { color:#0584c6; 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:#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;
}

