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

* html #container { 
height:100%; 
}

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



/* Header */
#header {
background: url(../_lay/header.jpg) no-repeat;
margin-left:10px;
height:200px;
margin-bottom: 21px; 
}

#menubot{
height: 12px;
background: url(../_lay/menubot.jpg) no-repeat; 

}

#menu li.hoofdpagina{
border-top: 1px solid #fff;
}

/* Menu */
#menu {
font-size:80%;
background: url(../_lay/menutop.jpg) no-repeat; 
display:inline;
float:left; 
width:211px; 
font-size:100%; 
overflow:visible;
margin-left:10px;
padding:23px 0px 0px 0px;
}

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

.navlist a:hover { 
background-color:#446a9d;
}

.navlist a:active {
}

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

.navlist li {
display:block;
line-height:140%;
border-collapse:collapse;
border-bottom:1px solid #fff;
border-left: 2px solid #446a9d;
border-right: 2px solid #446a9d;
}

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

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

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

#content h1 { color:#e68225; font-size:150%; line-height:150%; margin-bottom:8px; }
#content h2 { color:#e68225; 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:400px;
border-collapse:collapse;
border:0px solid #ccc;
}

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

table.nicetable th {
background-color:#f0f0f0;
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;
}

