/* CSS door Norbert de Langen van Mediaconnexion BV */
/* Copyright 2008 | All rights reserved */

/* This file is read by ALL browsers */

/* STANDARDIZATION  */
/* There should be no need to edit standardization*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
margin:0;
padding:0;
border:0;
font-family:inherit;
font-weight:inherit;
font-style:inherit;
text-align:left;
vertical-align:baseline}
table{
border-collapse:collapse; 
border-spacing:0}     /* remove all table borders */
a img, :link img, :visited img{  
border:0}             /* remove borders from img inside a */
address,caption,cite,code,dfn,em,strong,th,var{ 
font-style:normal; 
font-weight:normal}   /* remove formatting */ 
ol,ul{
list-style:none}      /* remove formatting from lists */
caption,th{
text-align:left}      /* set alignment to left on special elements */
h1,h2,h3,h4,h5,h6{ 
font-size:100%; 
font-weight:normal}   /* set all headers to normal format */
q:before,q:after{
content:''}           /* set special css method to default */
abbr,acronym{
border:0}             /* remove special text block element's border */
img{ 
display:block}        /* img tag is a block, so there shouldn't be any whitespace for lower characters */
html,body{
border-collapse:collapse;
text-align:center;
border:none;
height:100%}          /* needed for container min-height */

/* LAYOUT */
body{
background:#2F5874}
div#container{
position:relative;
margin:0 auto;
width:880px;
text-align:left;}
#header{
position:absolute;
left:0;
top:0;
width:880px;
height:202px;
background:#ffffff url('../images/backgrounds/header.png') top no-repeat}
#header h1{
display:none}
#logo{
position:absolute;
top:15px;
right:35px;
width:196px;
height:120px; 
background:url('../images/ico/veurdealelogo.png')}
div#subcontainer{
position:relative;
top:202px;
width:880px;
background:#fff url('../images/backgrounds/body.png')}
div#content{
width:480px;
padding:0 30px;
clear:none;
overflow:hidden;}
div#footer{
width:880px;
padding:15px 0 1px 0;
background:#2F5874 url('../images/backgrounds/footer.png') top no-repeat;
text-align:center}
div#footer p{
color:#FFFFFF;
margin:36px 0 10px 0;
text-align:center}
div#footer p a, div#footer p a:link, div#footer p a:visited, div#footer p a:hover, div#footer p a:active{
color:#FFFFFF}
div#adres{}
#topmenu{
position:absolute;
top:155px;
right:16px;}
#topmenu ul{
font-size:15px;
color:#FFFFFF}
#topmenu ul li{
display:inline;
color:#fff;
padding:0 5px}
div#topmenu ul li a, div#topmenu li a:link, #topmenu li a:active, #topmenu ul li a:visited{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#FFFFFF}
#topmenu li a:hover{
color:#ccc}
#menu{
float:left;
width:162px;}
#menu ul{
line-height:25px}
#menu ul li.menuitem{
display:block;
position:relative;
margin-top:7px;
background:#9a9541}
div.submenuitem{
margin:0 0 7px 10px;
height:25px;
background:#295975}
.menuitem a{
padding:2px 2px 2px 12px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#fff}
.submenuitem a{
padding:2px 2px 2px 12px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#fff}
.menuitem a:hover, .submenuitem a:hover{
color:#C3141B}
#banners{
float:right;
display:inline;
width:145px;
margin-right:17px}
#banners img{
margin-bottom:14px}

.clear{
clear:both}

/* TYPOGRAFY */
/* standard font, size, color, lineheight */
body{
font-family:Verdana, Helvetica, Arial;  	/* standard font */
font-size:100%; 							/* standard 16px */
color:#000;									/* standard text-color */
line-height:1.3em}
/* standard line-height */
/* setting a bottom-margin for a paragraph */ 
div#content{
font-size:0.75em}
div#content p{
padding:0;
margin:0 0 4px 0}
pre{
margin:0 0 4px 0}
/* standard link */
a{
color:#2F5874;
text-decoration:none}
a:visited{									/* standard link which has been viewed by user */
}
a:hover{									/* standard link with mouse-over */
color:#C3141B}
a:active{									/* standard link mouse button hold down */
color:#C3141B}
/* standard style for emphasis */
em{
font-style:italic}
/* standard style for important text */
strong{
font-weight:bold}
/* header 1, user for website title */ 
h1{
display:none}
/* header 2, used for item title */
h2{
color:#C3141B;
font-size:1.1666em;							/* standard 22px */
line-height:1.1666em;
font-weight:bold;
margin:0 0 4px 0}
/* header 3, used for subitem titles */
h3{
color:#9A9541;
font-weight:bold;
font-size:1em;
margin:0 0 0 0}
/* header 4, not used by default */
h4{
color:#2F5874;
font-weight:bold;
font-size:0.75em;
margin:0 0 4px 0}
/* header 5, not used by default */
h5{
color:#F8981B;
font-weight:bold;
font-size:0.75em;
margin:0 0 0 0}
/* header 6, not used by default */
h6{
font-weight:bold;
font-size:0.75em;
margin:0 0 0 0}
/* footer for copyright information, link to mediaconnexion */
div#footer{
font-size:0.5624em;
line-height:0.5624em;
color:#000}
div#content ul{
padding-left:6px;
display:block;
overflow:hidden}
div#content ul li{
display:list-item;
margin-left:10px;
list-style:circle outside}
div#content ol{
padding-left:10px;
display:block;
overflow:hidden}
div#content ol li{
display:list-item;
margin-left:10px;
list-style:decimal outside}


.knop{
font-weight:bold;
}
.rubrieken{}
.bovenkop{
font-size:0.5625em}
.openingstijden{}
/* END TEXT STYLES */

/* ELEMENTS */
hr{
height:0;
margin:17px 0;
padding:0;
border:none;
border-top:1px #C3141B solid;
line-height:0;
font-size:0;
overflow:hidden;
clear:both;
width:480px}
.invisible{
visibility:hidden}
.padded{
margin:10px}
.padleft{
margin-left:10px}
.padright{
margin-right:10px}
.unclear{
clear:none;
margin-right:0px}
.achtergrond1{
background:#fff}
.achtergrond2{
background:#000}
.achtergrond3{
background:#ccc}
.achtergrond4{
background:#444}
/* lees verder knop in een item zonder odd / even */
div.knop{}
/* lees verder knop in een item zonder odd / even */
div.knop a{}
/* foto in een item zonder odd / even */
div.foto{
border:1px solid #ccc;
background-color:#0000CC;
background-position:top;
background-repeat:no-repeat;
margin:0 17px 17px 0;
float:left;
clear:left}
/* foto onderschrift in een item zonder odd / even */
div.onderschrift{
background-color:#ccc;
margin-bottom:-1px;
font-size:0.5625em;
line-height:0.5625em}
/* foto positioneering in een item zonder odd / even */
.left{
margin:0 17px 0 0;
float:left;}
/* foto positioneering in een item zonder odd / even */
.right{
margin:0 0 0 17px;
text-align:right}
.odd{
padding-bottom:2px;
margin-bottom:1px;
clear:both}
.even{
padding-bottom:2px;
margin-bottom:1px;
clear:both}

.agenda div.foto{
margin:0 0 17px 17px;
float:right;
clear:right}

/* lees verder knop in odd */
.odd div.knop{}
/* lees verder knop  in odd */
.odd div.knop a{}
/* foto  in odd */
.odd div.foto{
border:1px solid #ccc;
background-color:#0000CC;
background-position:top;
background-repeat:no-repeat;
margin:0 17px 17px 0;
float:left;
clear:left}
/* foto onderschrift  in odd */
.odd div.onderschrift{
background-color:#ccc;
margin-bottom:-1px;
line-height:0.5625em;
font-size:0.5625em}
/* lees verder knop in odd */
.even div.knop{}
/* lees verder knop  in odd */
.even div.knop a{}
/* foto  in odd */
.even div.foto{
border:1px solid #ccc;
background-color:#0000CC;
background-position:top;
background-repeat:no-repeat;
margin:0 0 17px 17px;
float:right;
clear:right}
/* foto onderschrift  in odd */
.even div.onderschrift{
background-color:#ccc;
margin-bottom:-1px;
line-height:0.5625em;
font-size:0.5625em}
.galerij .foto{
clear:none}
.openingstijden table tr td{
margin:0 5px 5px 0}
.datum{
font-size:0.75em;
color:#777;
float:right;
margin-left:17px}
.balk{
text-align:center}
.balk .left{
float:left;
clear:none}
.balk .right{
float:right;
clear:none}
/* END ELEMENTS */

/* ITEMS */
.agenda{
width:496px}
.agenda th{
font-weight:bold}
.agenda tr.even, .agenda tr.odd{
border-bottom:3px solid #fff}
.agenda tr.even{
background:#DDDBBF}
.agenda tr.odd{
background:#BCB880}
.agenda td, .agenda th{
padding:0 12px 3px 4px}
.agenda .knop{
display:block;
text-align:right;
position:relative;
right:-8px;
background:url('../images/ico/leesverder.png')right 3px no-repeat;
padding-right:14px;}
.agenda.verder .knop{
display:block;
text-align:right;
position:relative;
right:0;}
.agenda .datum{
float:none;
text-align:left;
display:block;
font-size:1.2em;
font-weight:bold;
margin:0;
padding:0}

/* FORM STYLES */
form{
min-width:300px}
form fieldset{
clear:both;
display:block;
margin-bottom:17px}
form table td, form table th{
padding-right:7px;
padding-bottom:7px}
form fieldset legend{
font-size:100%;
line-height:120%;
font-weight:bold;
float:left;
clear:both;
text-indent:0}
label{
font-size:100%;
float:left;
clear:left;
width:180px;
margin-right:17px}
input, select, textarea{
font-family:Tahoma, Arial, sans-serif;
font-size:100%;
color:#000}
form textarea, form input.textbox{
border:1px solid #999440;
background:#fff;
margin:1px 0;
padding-bottom:2px;
vertical-align:middle;
width:200px}
form textarea{
overflow:auto;
height:100px}

form input.radio{
float:left;
clear:left}
form label.radio{
float:none;
display:block;
clear:none;
width:auto;
padding-left:30px;
margin:0}
form .submitbutton{
background:#fff;
border:1px solid #999440;
margin-bottom:17px}
form input.checkbox{
float:left}
form label.checkbox{
float:none;
display:block;
clear:right;
width:auto;
padding-left:30px;
margin:0}

.warning{
color:red}
.message{
font-weight:bold}
form div.verplicht{
background-image:url("/images/icons/uitroepteken.gif");
background-position:right;
background-repeat:no-repeat}
form input.verplicht, form textarea.verplicht{
border:1px solid #999440}
form .validated{
color:#0e0}
.balk{
text-align:center}
.balk div.left,
.balk div.right{
clear:none}

/* SLIMBOX */
#lbOverlay{
position:absolute;
left:0;
line-height:0;
top:0;
width:100%;
background-color:#000;
cursor:pointer;
z-index:1000}
#lbCenter, #lbBottomContainer{
position:absolute;
left:50%;
overflow:hidden;
background-color:#fff;
z-index:1005}
.lbLoading{
background:#fff url('../images/slim/loading.gif') no-repeat center}
#lbImage{
position:absolute;
left:0;
top:0;
border:10px solid #fff;
background-repeat:no-repeat}
#lbPrevLink, #lbNextLink{
display:block;
position:absolute;
top:0;
width:50%;
outline:none}
#lbPrevLink{
left:0}
#lbPrevLink:hover{
background:transparent url('../images/slim/prevlabel.gif') no-repeat 0% 15%}
#lbNextLink{
right:0}
#lbNextLink:hover{
background:transparent url('../images/slim/nextlabel.gif') no-repeat 100% 15%}
#lbBottom{
font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
font-size:10px;
color:#666;
line-height:1.4em;
text-align:left;
border:10px solid #fff;
border-top-style:none}
#lbCloseLink{
display:block;
float:right;
width:66px;
height:22px;
background:transparent url('../images/slim/closelabel.gif') no-repeat center;
margin:5px 0}
#lbCaption, #lbNumber{
margin-right:71px}
#lbCaption{
font-weight:bold}

