﻿/*
Blauw: #0082c8;
Grijs-midden: #ededed;
Grijs-onder: #717174;
*/

/* de donkere kleur van de achtergrond (helemaal onderin) */
html {
    background: #717174;
}

/* Standaard waardes voor body */
body {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10.5pt;
    line-height: 18pt;
    padding: 0;
    margin: 0;
    color: #666;
}

/* Standaard waardes voor linkjes */
a:link, a:visited {
    text-decoration: underline;
    color: #0082c8;
}

a:hover, a:active {
    text-decoration: none;
}

/* De top zit de hele site in BEHALVE het donkere onderste deel. Deze krijgt de lichtgrijze achtergrond */
#Top {
    width: 100%;
    background: #ededed url(../../Media/Design/bgBody.png) repeat-x left top;
}

/* De Content Container is de 750px container waar de h1 in staat en het content zelf */
#Content {
    width: 750px;
    float: left;
}

/* Om het content NA de h1 wat lucht te geven links rechts heb ik een extra div geintroduceerd waardoor bv lpadding links gecreeerd kon worden */
#InnerContent {
    float: left;
    width: 680px;
    padding: 20px 0 20px 35px;
    margin: 0;
}

/* De container waar address in zit en de openingstijden */
#Right {
    width: 250px;
    float: left;
    padding-top: 16px;
}

/* De standaard waarde voor linkjes in Rects */
#Right a:link, #Right a:visited {
    text-decoration: underline;
    color: White;
}

#Right a:hover, #Right a:active {
    text-decoration: none;
}

/* h3 contact moet vervangen worden door een plaatje */
#h3Contact {
    width: 250px;
    height: 40px;
    text-indent: -9000px;
    float: left;
    background: url(../../Media/Design/h3Contact.png) no-repeat left top;
}

/* h3 zomertijden open moet vervangen worden door een plaatje */
#h3Summer {
    width: 250px;
    height: 65px;
    text-indent: -9000px;
    float: left;
    background: url(../../Media/Design/h3OpenSummer.png) no-repeat left top;
    margin-top: 10px;
}

/* de h3 voor de winter openingstijden. Vervangen door een plaatje */
#h3Winter {
    width: 250px;
    height: 65px;
    text-indent: -9000px;
    float: left;
    background: url(../../Media/Design/h3OpenWinter.png) no-repeat left top;
    margin-top: 10px;
}

/* de grijze box moet worden afgelsoten met een plaatje. Een extra span geintroduceerd */
span.greyBoxCloser {
    background: url(../../Media/Design/btmGreyBox.png) no-repeat left bottom;
    width: 250px;
    height: 20px;
    float: left;
    position: relative;
}

span.corner {
    width: 60px;
    height: 60px;
    position: absolute;
    background: url(../../Media/Design/Corner.png) no-repeat left top;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Media/Design/Corner.png', sizingMethod='crop');
    right: 0;
    bottom: 0;
    text-indent: -9000px;
}

/* De grijze boxen rechts address en openingstijden met lijntje eromheen doon we met een plaatje */
.greyBox {
    float: left;
    background: url(../../Media/Design/bgGreyBox.png) repeat-y left top;
    width: 210px;
    padding: 0 20px;
    color: White;
    font-size: 10pt;
    line-height: 15pt;
    position: relative;
}

/* Spannetje even bet maken en een block */
.greyBox span {
    display: block;
    font-weight: bold;
}

/* de paragrraaf in de grijze bozxen moeten even wat minder wijd staan */
.greyBox p {
    padding: 0;
    margin: 5px 0;
}

/* de paragraaf die de tekst gesloten aangeeft. Is wat groter en grijzer */
p.closed {
    clear: both;
    font-size: 13pt;
    color: #ccc;
}

/* De link onderin RECHTS naar Meijers met een plaatje er in */
a#aMeijers:link, a#aMeijers:visited {
    border-bottom: 1px solid #76b7da;
    border-top: 1px solid #76b7da;
    display: block;
    padding: 5px 10px 5px 40px;
    font-size: 10pt;
    color: #666;
    background: url(../../Media/Design/aMeijersLink.png) no-repeat left 15px;
    float: left;
    text-decoration: none;
    margin: 20px 0 0 0;
}

a#aMeijers:hover, a#aMeijers:active {
    color: #777;
    background-color: #dfdfdf;
}

/* de bottom box is de donkere kleur. Met een plaatje er in voor de schaduw rand. deze is schermvullend */
#Bottom {
    width: 100%;
    background: #717174 url(../../Media/Design/bgBottomContainer.png) repeat-x left top;
}

/* In de onderste rand even zorgen dat we niet breder gaan dan 1000px */
#BottomContainer {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0 0 0;
    color: White;
}

/* De site zelf is ook 1000px breed */
#Container {
    width: 1000px;
    margin: 0 auto 0 auto;
    position: relative;
    background-repeat: no-repeat;
    background-position: right top;
}

/* Streepje?  */
hr {
    border: none;
    height: 0;
    border-top: 1px dotted #ccc;
    padding: 0;
    margin: 0;
}

/* Navigatie bovenin */
ul#Navigation {
    width: 980px;
    float: left;
    padding: 0 10px;
}

ul#Navigation li {
    float: left;
}

ul#Navigation li a:link, ul#Navigation li a:visited {
    float: left;
    text-decoration: none;
    text-transform: uppercase;
    color: White;
    font-family: Arial, Verdana, Sans-Serif;
    height: 33px;
    padding: 7px 7px 0 7px;
    display: inline-block;
    font-size: 10pt;
}

/* De navigatie heeft een plaatje bij hover of selected */
ul#Navigation li a:hover, ul#Navigation li a:active, ul#Navigation li.selected a:link, ul#Navigation li.selected a:visited {
    background: url(../../Media/Design/bgNaviOver.png) repeat-x left top;
}

/* de header 1 staat in elke pagina. Even een nieuw probeersel om te kijken of dit beter effect heeft op Google. we zetten een plaatje in de achtergrond en verbergen de tekst */
h1 {
    background: url(../../Media/Headers/h001.png) no-repeat left top; 
    width: 450px;
    height: 90px;
    padding: 140px 0 0 300px;
    float: left;
    text-indent: -9000px;
}

/*  */
h2 {
    position: absolute;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 25pt;
    text-transform: uppercase;
    color: #0082c8;
    top: 180px;
    left: 300px;
}

#InnerContent h3 {
    color: #0082c8;
    font-size: 17pt;
    margin: 0 0 15px 0;
}

h4 {
}

h5 {
}

h6 {
}

#InnerContent hr {
    margin: 20px 0;
}

/* De MC tekst in de footer */
p#Footer {
    text-align: center;
    padding-top: 15px;
    color: #999;
}

p#Footer a:link, p#Footer a:visited {
    color: #999;
    text-decoration: none;
}

p#Footer a:hover, p#Footer a:active {
    text-decoration: underline;
}

.imgInText {
    border: 1px solid #717174;
    width: 125px;
    height: 125px;
    display: block;
    overflow: hidden;
    margin: 0 20px 10px 0;
    float: left;
}

.imgInText img {
    border: 0;
}

div#Newsletter {
    float: left;
    width: 288px;
    padding: 10px 0 0 0;
    margin: 0 0 0 15px;
}

div#AgendaTop {
    float: left;
    width: 275px;
    padding: 10px 38px 0 0;
    margin: 0 15px 0 0;
}

div#AgendaTop h3 {
    text-indent: -9000px;
    background: url(../../Media/Design/h3Agenda.png) left top no-repeat;
    height: 30px;
}

div#AgendaTop h4 {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

div#AgendaTop p {
    margin: 0;
    padding: 0;
}

div#AgendaTop a:link, div#AgendaTop a:visited {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

div#AgendaTop a:hover, div#AgendaTop a:active {
    color: #444;
}

div#AgendaTop hr {
    border-top: solid 1px #88888B;
    margin: 5px 0;
}

#aShowWholeAgenda {
    color: White !important;
}

div#Newsletter h3 {
    text-indent: -9000px;
    background: url(../../Media/Design/h3Newsletter.png) left top no-repeat;
    height: 30px;
}



/*_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Fotoboeken (Overzicht) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ */
h3.h3PhotobookItem {
    margin: 0 0 15px 0;
}

hr.hrPhotobookItem {
    clear: both;
}

/* Kleine foto op de hoofdpagina (dus de eerste foto 'preview' van het betreffende boek */
.imgPreview {
    width: 100px;
    height: 100px;
    border: 1px solid #717174;
    overflow: hidden;
    display: block;
    float: left;
    margin: 0 20px 10px 0;
    background-position: center center;
    text-indent: -900px;
}

ul#PhotobookDetail {
    float: left;
    padding: 0;
}

/*_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Fotoboek detail _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ */
ul#PhotobookDetail li {
    float: left;
    margin: 0 10px 10px 0;
}

ul#PhotobookDetail li a {
    float: left;
    width: 125px;
    height: 125px;
    overflow: hidden;
    border: 1px solid #999;
    display: block;
}

ul#PhotobookDetail li a img {
    float: left;
    border: 0;
}

/*_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Nieuws overzicht _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ */
.newsItemIntro:link, .newsItemIntro:visited {
    color: #999 !important;
    text-decoration: none !important;
}

.newsItemIntro:hover, .newsItemIntro:active {
    text-decoration: underline !important;
}

/*_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Agenda Pagina _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ */
.hrAgendaItem {
    clear: both;
}
