html {
margin: 0;
padding: 0;
height: 100%;
}

body {
position: relative;
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size:62.5%;
color: #666;
background-color: #fff;
height: 100%;
}

/* Algemene stijlen ******************/

a:link, a:visited, a:active {
text-decoration: none;
color: #0cf;
}

a:hover {
text-decoration: underline;
}

img, div { 
border:0;
margin: 0;
padding: 0;
} 

p { 
margin:0 0 1.8em 0; 
}

h1 {
display: block;
padding: 10px 0;
margin: 0 0 10px 0;
font-weight: normal;
border-bottom: 1px solid #666;
}

h2 {
margin: 0 0 0.9em 0;
color: #0cf;
}

h3, h4, h5 {
margin: 0;
}

h3 a {
/* font-weight: normal; */
}

/* Layout *************************************/

#pagina {
position: relative;
width: 900px;
min-height: 100%;
overflow: visible;
margin: 0 auto;
padding: 0;
}

#wrapper {
position: relative;
width: 100%;
clear: left;
}

#linkermenu {
position: relative;
width: 160px;
float: left;
margin-left: -900px;
min-height: 100%;
}

#linkermenu_home {
position: relative;
width: 0;
float: left;
margin-left: -900px;
min-height: 100%;
}

#extra {
position: relative;
width: 160px;
float: left;
margin-left: -160px;
}

#extra_home {
position: relative;
width: 320px;
float: left;
margin-left: -320px;
}

#extra.empty {
width: 0;
margin-left: 0;
float: left;
}

#content {
margin: 0 180px;
float: left;
width: 539px;
border-right: 1px dotted #666;
}

#content_home {
margin: 0 340px 0 0;
float: left;
width: 540px;
border-right: 1px dotted #666;
}

#content.empty {
margin: 0 0 0 180px;
float: left;
width: 720px;
border-right: 0;
}

#footer {
width: 100%;
clear: both;
margin: 0 30px 30px 30px;
}

#koptekst, #voettekst, #module_inhoud {
padding: 20px;
}

/* Extramenu ****************************/

#footer ul {
margin: 0;
padding: 0;
list-style: none;
}

#footer li {
float: right;
display: inline;
font-size: 1.2em;
margin: 0;
padding: 2.0em 0;
}

#footer a {
padding: 0 10px;
border-right: 1px solid #999;
}

/* Hoofdmenu **********************************/
#hoofdmenu {
width: 100%;
margin: 0 0 20px 0;
border-bottom: 1px solid #ccc;
overflow: auto;
}

#hoofdmenu ul {
float: left;
padding: 15px 0;
margin: 0 0 20px 0;
margin: 0;
list-style: none;
}

#hoofdmenu ul li {
position: relative;
display: inline;
list-style: none;
float: left;
margin: 0 0 0 -1px;
padding: 0;
}

#hoofdmenu ul li a {
margin: 0;
display: block;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 1.6em;
padding: 0 10px;
color: #999;
border-left: 1px solid #0cf;
}

#hoofdmenu ul li a:hover {
color: #000;
}

#hoofdmenu ul li a#home_link {
border: none;
padding-left: 0;
}

#hoofdmenu ul ul {
display: none;
}

#set_normal {
	display:none;}

#set_bigger {
	display:block;}


/* Submenu ******************************/

#linkermenu ul {
}

#linkermenu ul {
font-size: 1.2em;
position: relative;
float: left;
list-style: none;
margin: 0;
padding: 0;
}

#linkermenu ul li {
display: inline;
margin: 0;
padding: 0;
}

#linkermenu ul li a:link, #linkermenu ul li a:visited, #linkermenu ul li a:active {
display: block;
height: auto;
padding: 10px 0;
border-bottom: 1px solid #0cf;
width: 160px;
color: #666;
font-size: 1.2em;
}

#linkermenu ul li a:hover, #linkermenu ul li.current a {
text-decoration: none;
color: #000;
background-color: #eee;
}

#linkermenu ul ul {
display: none;
}

#linkermenu ul li.current ul {
display: block;
margin-bottom: 10px;
border-bottom: 1px solid #0cf;
}

#linkermenu ul ul li.current {
display: block;
}

#linkermenu ul li.current ul li a:link, #linkermenu ul li.current ul li a:visited, #linkermenu ul li.current ul li a:active, #linkermenu ul li ul li.current a:link, #linkermenu ul li ul li.current a:visited, #linkermenu ul li ul li.current a:active {
height: auto;
padding: 5px 10px;
width: 140px;
color: #666;
font-size: 1.0em;
background-color: #fff;
border-bottom: 0;
border-bottom: 1px dotted #666;
}

#linkermenu ul li.current ul li.last a {
border-bottom: 0;
}

#linkermenu ul li.current ul li a:hover, #linkermenu ul li.current ul li.current a {
text-decoration: none;
font-weight: bold;
color: #000;
background-color: #fff;
}

/* Submenu sf-menu ***********************/

#linkermenu ul.sf-menu ul {
display: block;
font-size: 1.0em;
}


#linkermenu ul.sf-menu ul li {
display: inline;
margin: 0;
padding: 0;
}

#linkermenu ul.sf-menu ul li a:link, #linkermenu ul.sf-menu ul li a:visited, #linkermenu ul.sf-menu ul li a:active {
display: block;
height: auto;
padding: 10px 0;
border-bottom: 1px solid #0cf;
width: 160px;
color: #666;
}

#linkermenu ul.sf-menu ul li a:hover, #linkermenu ul.sf-menu ul li.current a {
text-decoration: none;
color: #000;
background-color: #eee;
}

#linkermenu ul.sf-menu ul ul {
display: none;
}

#linkermenu ul.sf-menu ul li.current ul {
display: block;
margin-bottom: 10px;
border-bottom: 1px solid #0cf;
}

#linkermenu ul.sf-menu ul ul li.current {
display: block;
}

#linkermenu ul.sf-menu ul li.current ul li a:link, #linkermenu ul.sf-menu ul li.current ul li a:visited, #linkermenu ul.sf-menu ul li.current ul li a:active, #linkermenu ul.sf-menu ul li ul li.current a:link, #linkermenu ul.sf-menu ul li ul li.current a:visited, #linkermenu ul.sf-menu ul li ul li.current a:active {
height: auto;
padding: 5px 10px;
width: 140px;
color: #666;
background-color: #fff;
border-bottom: 0;
border-bottom: 1px dotted #666;
font-size: 1.2em;
}

#linkermenu ul.sf-menu ul li.current ul li.last a {
border-bottom: 0;
}

#linkermenu ul.sf-menu ul li.current ul li a:hover, #linkermenu ul.sf-menu ul li.current ul li.current a {
text-decoration: none;
font-weight: bold;
color: #000;
background-color: #fff;
}

/* Submenu zoeken ******************************/

.mod_cultuurkiezels .mod_menu {
position: absolute;
left: 0;
top: 50px;
}

.mod_cultuurkiezels .mod_menu ul {
font-size: 1.0em;
position: relative;
float: left;
list-style: none;
margin: 0;
padding: 0;
}

.mod_cultuurkiezels .mod_menu ul li {
display: inline;
margin: 0;
padding: 0;
}

.mod_cultuurkiezels .mod_menu ul li a:link, .mod_cultuurkiezels .mod_menu ul li a:visited, .mod_cultuurkiezels .mod_menu ul li a:active {
display: block;
height: auto;
padding: 10px 0;
border-bottom: 1px solid #0cf;
width: 160px;
color: #666;
font-size: 1.0em;
}

.mod_cultuurkiezels .mod_menu ul li a:hover, .mod_cultuurkiezels .mod_menu ul li.current a {
text-decoration: none;
color: #000;
background-color: #eee;
}

.mod_cultuurkiezels .mod_menu ul ul {
}

.mod_cultuurkiezels .mod_menu ul li ul {
display: block;
margin-bottom: 10px;
border-bottom: 1px solid #0cf;
}

.mod_cultuurkiezels .mod_menu ul li ul li a:link, .mod_cultuurkiezels .mod_menu ul li ul li a:visited, .mod_cultuurkiezels .mod_menu ul li ul li a:active {
height: auto;
padding: 5px 10px;
width: 140px;
color: #666;
background-color: #fff;
border-bottom: 0;
border-bottom: 1px dotted #666;
line-height: 1.2em;
}

.mod_cultuurkiezels .mod_menu ul li ul li.last a {
border-bottom: 0;
}

.mod_cultuurkiezels .mod_menu ul li ul li a:hover {
text-decoration: none;
font-weight: bold;
color: #000;
background-color: #fff;
}

/* Zoekformulier ************************/

form#simplesearch {
position: relative;
margin-bottom: 10px;
color: #0cf;
font-size: 12px;
}

form#simplesearch input#zoekterm {
border: 1px solid #0cf;
width: 112px;
height: 16px;
padding-right: 14px;
font-size: 12px;
}

form#simplesearch input#searchbutton {
border: 0;
color: #0cf;
font-size: 20px;
padding: 0 3px;
margin: 0;
cursor: pointer;
background: #fff url(../images/button.gif) right bottom no-repeat;
}

/* Zoeken ******************************/

.mod_cultuurkiezels form#zoek_form input, form#zoek_form select {
width: 200px;
height: 24px;
padding-right: 0;
font-size: 12px;
}

.mod_cultuurkiezels form#zoek_form input.submit {
color: #333;
background-color: #ccc;
font-size: 14px;
text-align: center;
padding-bottom: 3px;
margin-top: 10px;
cursor: pointer;
width: 80px;
height: 24px;
}

.mod_cultuurkiezels ul {
list-style: none;
margin: 0;
padding: 0;
}
.mod_cultuurkiezels ul li {
display: block;
margin: 0;
clear: both;
padding: 0 0 7px 10px;
background: url('../images/bullet.gif') left 5px no-repeat;
}

.mod_cultuurkiezels ul li a {
padding: 0;
margin: 0;
color: #666;
}

.mod_cultuurkiezels .results {
width: 480px;
float: left;
}

.mod_cultuurkiezels .results h3 {
clear: both;
}

.mod_cultuurkiezels .results_filters {
width: 180px;
float: right;
padding-left: 18px;
border-left: 1px dotted #666;
line-height: 1.2em;
color: #666;
font-size: 0.9em;
}

.mod_cultuurkiezels .results_filters a {
text-decoration: underline;
}

.mod_cultuurkiezels .results_filters h2 {
font-size: 1.2em;
}
.mod_cultuurkiezels .results_filters h3 {
font-size: 1.0em;
margin-top: 1.0em;
}

.mod_cultuurkiezels .delete {
padding-left: 20px;
color: #690;
background: url('../images/delete.gif') left 4px no-repeat;
} 

.mod_cultuurkiezels #resultdetail_main {
width: 460px;
float: left;
padding-right: 20px;
border-right: 1px dotted #666;
}

.mod_cultuurkiezels #resultdetail_right {
width: 160px;
float: right;
margin-left: 18px;
font-size: 0.9em;
}

.mod_cultuurkiezels select option {
font-size: 1.2em;
}

/* Content *****************************/

#content, #content_home {
font-size: 1.4em;
line-height: 1.8em;
}

#content_home #foto p {
display: block;
height: 320px;
}

#breadcrumb {
margin: 0;
padding: 0;
font-size: 0.9em;
}

a.print {
float: right;
margin-right: 240px;
font-size: 0.85em;
margin-top: -1.9em;
}

.apppager {
clear: both;
}

#content img, #content_home img {
margin: 10px 0;
padding: 5px;
border: 1px solid #666;
}

#content img.detailimage {
float: right;
margin: 5px 10px 10px 0;
max-width: 250px;
}

#content img.gids_image, #content img.gids_overview_image {
margin: 5px 10px 10px 0;
float: left;
}

.google_map {
width: 450px;
height: 350px;
}

a.terug {
font-size: 0.9em;
}

.field_label {
font-weight: bold;
display: block;
}

#gids_main .mod_gids .field_label {
font-size: 0.9em;
}

table.hours {
}

#gids_main, .overview, .content {
width: 460px;
float: left;
border-right: 1px dotted #666;
padding-right: 10px;
}

#content .mod_text {
width: 480px;
padding-right: 10px;
border-right: 1px dotted #666;
}

.mod_gastenboek {
}

#gids_right {
width: 180px;
float: right;
font-size: 0.9em;
}

#gids_right .list_item, #resultdetail_right .list_item {
display: block;
margin: 0;
padding: 0 0 0 10px;
background: url('../images/bullet.gif') left 6px no-repeat;
line-height: 1.4em;
}

p.productsoortveld {
line-height: 1.4em;
margin-bottom: 1.0em;
margin-left: -20px;
}

.contactgegevens p {
clear: left;
}

#gids_right p.gidsveld a.web_link {
display: block;
line-height: 1.4em;
margin-bottom: 1.0em;
}

/* Rechterkolom ****************************/

#extra, #extra_home {
font-size: 1.4em;
line-height: 1.8em;
}

#extra h2, #extra_home h2 {
font-size: 1.2em;
margin: 1.6em 0 0 0;
}

#extra h3, #extra_home h3 {
font-size: 0.9em;
margin: 0;
}

.mod_news a:hover h3 {
text-decoration: underline;
}

.news_date {
font-size: small;
font-style: italic;
}

#extra a.leesmeer, #extra_home a.leesmeer {
margin-top: -1.8em;
}

#extra p, #extra_home p {
margin: 0;
}

#extra_home .gb_message {
color: #0cf;
font-weight: bold;
margin: 1.6em 0 0 0;
}

/* Poll ***************************/

.mod_poll {
border: 1px dotted #999;
margin: 20px 20px 0 0;
padding: 5px;
}

.answers {
display: block;
clear: both;
}

.mod_poll input.submit {
margin: 10px;
}

#extra_home .mod_poll h2 {
margin-top: 0;
}

input.option {
float: left;
}

.question {
font-weight: bold;
margin-bottom: 10px;
}

.barGray {
background-color: #999;
height: 5px;
}

.barGreen {
background-color: #0c0;
height: 5px;
}
