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

* html #container { 
height:100%; 
}

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



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


/* Menu */
#menu {
background:none;
display:inline;
float:left; 
width:222px; 
font-size:100%; 
overflow:hidden; 
padding:0px 0px 0px 0px;
margin-top:-30px;
margin-left:9px;
margin-right:0px;
margin-bottom:0px;
}


.navlist a { 
background-color:#426da4;
color:#fff; 
text-decoration:none; 
display:block;
padding:3px 10px 3px 10px;
}

.navlist a:hover { 
background-color:#598abd;
}

.navlist a:active {
}

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

.navlist li {
display:block;
width:218px;
margin-left:2px;
line-height:160%;
border-collapse:collapse;
border-bottom:1px solid #fff;
}

#menu h2 { 
font-size:100%;
width:222px;
background:url(../_lay/gradient.png) repeat-x;
text-align:center;
padding:5px 0px;
margin-top:18px;
color:#fff;
display:block;
border-bottom:2px solid #ffcd33;
overflow:visible;
}

#menu .hoofdpagina {
margin-bottom:18px;
background-color:#fff;
color:#333;
text-align:center;
text-transform:uppercase;
font-size:110%;
font-weight:bold;
}

#menu .hoofdpagina a, #menu .hoofdpagina a:hover {
background-color:#fff;
color:#999;
}



/* Content */
#content {
background-color:#fff;
display:inline;
float:right; 
width:734px;
margin-right:16px;
margin-top:15px;
overflow:hidden;
}

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

#content h1 { color:#6e6e70; font-size:150%; line-height:150%; margin-bottom:8px; }
#content h2 { color:#538ac3; font-size:120%; line-height:20px; margin-bottom:-2px; text-transform:uppercase; }
#content h2.line { color:#538ac3; font-size:120%; line-height:20px; margin-bottom:-2px; text-transform:uppercase; border-bottom:4px solid #538ac3; }
#content h3 { color:#000000; font-size:115%; line-height:20px; margin-bottom:-2px; }
#content h3.kader { color:#538ac3; font-size:115%; line-height:20px; margin-bottom:-2px; border:1px solid #FFCC99; background-color:#FFCC99; }
#content h4 { color:#999999; 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 p.line { color:#585858; margin-top:5px; margin-bottom:10px; border-bottom:4px solid #538ac3; }
#content p.achtergrond { font-weight:bold; color:#666666; margin-top:5px; margin-bottom:10px; background-color:#82B583; }

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

#content li {margin-left:15px;}
#content li.no_name_specified {
margin-left:0px;
list-style:none;
}


/* 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;
}

