/*/
 * 
 * Cascading Style Sheet
 * 
 * Creator: Peter Mudde
 * Website: Mudah.nl
 * 
/*/


/* ELEMENTEN */
* {
margin:0; 
padding:0;
} 
li { margin-left:15px; }
ol { margin-left:10px; }
p { margin-bottom:10px; }

a img {
border:0;
}

hr {
margin:10px 0;
}

.break{
clear:both;
}

h1 {
color:#294A81;
}
h4 {
margin-top:5px;
}

/* BASIS */
body {
text-align:center;
background:#f9f9f9;
font-size:13px;
font-family:Calibri, Arial, Helvetica, sans-serif;
}

#box {
width:911px;
margin:0 auto;
text-align:left;
}

#top {
width:911px;
height:36px;
margin-top:22px;
background:url(../images/top.png) no-repeat;
}
#mid {
width:911px;
height:auto;
background:url(../images/mid.png) repeat-y;
}
#down {
width:911px;
height:35px;
margin-bottom:22px;
background:url(../images/down.png) no-repeat;
}


/* HEADER */
#header {
width:820px;
height:202px;
margin:0 0 9px 45px;
background:url(../images/header.png) no-repeat;
}

/* MENU */
#menu {
width:770px;
height:25px;
margin:28px 0 0 25px;
float:left;
}
#menu a {
color:#000;
text-decoration:none;
}
#menu a:hover {
text-decoration:underline;
}

#foto {
margin-right:36px;
float:right;
}


/* CONTENT  */
#content {
width:819px;
height:auto;
min-height:205px;
margin-left:6px;
padding:0px 40px;
background:url(../images/content.png) repeat-x bottom;
}

#balk, #balk a {
color:#999;
font-size:12px;
}
#balk a:hover {
text-decoration:none;
}

/* SMALL PAGE */
#links {
width:539px;
margin-bottom:10px;
float:left;
}
#links-top {
width:539px;
height:21px;
margin:9px 0 0 0;
background:url(../images/links_klein_top.png) no-repeat;
}
#tekst {
width:487px;
border-left:1px solid #d1d7e1;
border-right:1px solid #d1d7e1;
padding:0 25px;
background:#f6f6f6;
}
#tekst p {
margin-bottom:0;
}
#tekst a {
color:#000;
}
#tekst a:hover {
text-decoration:none;
}

#links-down {
width:539px;
height:22px;
background:url(../images/links_klein_down.png) no-repeat;
}

/* LARGE PAGE */
#links-groot {
width:539px;
margin-bottom:10px;
float:left;
}

#links-top-groot {
width:822px;
height:21px;
margin:9px 0 0 0;
background:url(../images/links_groot_top.png) no-repeat;
}
#tekst-groot {
width:770px;
border-left:1px solid #d1d7e1;
border-right:1px solid #d1d7e1;
padding:0 25px;
background:#f6f6f6;
}
#tekst-groot p {
margin-bottom:0;
}
#links-down-groot {
width:822px;
height:22px;
background:url(../images/links_groot_down.png) no-repeat;
}

/* VERDER MET STANDAARD */
#rechts {
width:255px;
margin-top:11px;
float:right;
}

.side-top {
width:255px;
height:21px;
background:url(../images/side_top.png) no-repeat;
}
.side {
width:233px;
border-left:1px solid #050f1f;
border-right:1px solid #050f1f;
padding:0px 10px;
background:#4f6a93;
color:#e6e6e6;
}
.side p {
margin-bottom:0px;
}
.side-down {
width:255px;
height:20px;
margin-bottom:20px;
background:url(../images/side_down.png) no-repeat;
}
.side a {
color:#fff;
}

.leesmeer {
display:block;
margin-top:12px;
}

.ce_gallery table {
width:485px;
margin-top:10px;
}
.ce_gallery table .col_first {
text-align:center;
}
.ce_gallery table .col_last {
text-align:center;
}

.caption {
margin-bottom:5px;
}

/* FOOTER */
#footer {
color:#999;
padding-left:45px;
}

#footer a {
color:#999;
}
#footer a:hover {
text-decoration:none;
}

