﻿/*
By Bart Heimenberg - www.matching-concepts.nl 
28-5-2008: first setup
*/

/* Reset a lot of items */
p, address, body, div, html, img, ul, li, ol, table, tr, td, a, form, h1, h2, h3 {
    border: 0;
    padding: 0;
    margin: 0;
    outline: 0;
}

/* ensure that list have standard no list item */
ul, ol, li {
    list-style-type: none;
}

html {
}

/* Give standard font */
body {
    font: 10pt/14pt arial, verdana, sans-serif;
    background: url(../../Media/Design/bgBody.jpg) repeat-x left top;
    color: #333;
    position: relative;
    height: 100%;
}

form {
}

div#RightHalf {
    background: url(../../Media/Design/bgRightHalf.jpg) repeat-x center top;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

/* Align wrapper into the center */
div#Wrapper {
    width: 900px;
    margin: 0 auto 0 auto;
    position: relative;
    padding-top: 41px;
}

/* Left column */
div#Left {
    float: left;
    width: 180px;
    background: #ccc;
}

/* Address */
address {
    width: 160px;
    padding: 10px;
    font-style: normal;
}

address .jumpOut {
    color: #fff;
    font-weight: bold;
    display: block;
}

address .small {
    display: block;
    color: #fff;
    font-size: 8pt;
}

address a:link, address a:visited {
    color: #333;
    text-decoration: none;
}

address a:hover {
    color: #cce57f;
}

/* Mid/Content part */
div#Mid {
    float: left;
    width: 700px;
    margin-left: 20px;
    position: relative;
}

/* The container for the content Part */
div#InnerMid {
}

div#InnerMid p {
    margin: 0 0 10px 0;
}

/* Clear the site */
div#Clear {
    clear: both;
    width: 900px;
    height: 0px;
}

div#Clear span {
    display: none;
}

/* Footer space */
div#Footer {
    text-align: center;
    margin: 0 auto;
    border-top: 1px solid #ccE57f;
}

/* Reset most items for h1 since the usage is mostly within the design */
h1 {
    width: 700px;
    height: 200px;
    text-indent: -9000px;
}

#h1Home {
    background: url(../../Media/Design/h1Home.jpg);
}

#h1Login {
    background: url(../../Media/Design/h1Home.jpg);
}

#h1Assortiment {
    background: url(../../Media/Design/h1Assortiment.jpg);
}

#h1Agenda {
    background: url(../../Media/Design/h1Agenda.jpg);
}

#h1Aanbieding {
    background: url(../../Media/Design/h1Aanbieding.jpg);
}

#h1Route {
    background: url(../../Media/Design/h1Route.jpg);
}

#h1Contact {
    background: url(../../Media/Design/h1Agenda.jpg);
}

#h1News {
    background: url(../../Media/Design/h1Nieuws.jpg);
}

h2 {
    width: 700px;
    height: 35px;
    text-indent: -9000px;
    margin: 0 0 10px 0;
}

h2#h2Home {
    background: transparent url(../../Media/Design/h2Home.gif) left top no-repeat;
}

h2#h2Aanbieding {
    background: url(../../Media/Design/h2Aanbieding.gif) left top no-repeat;
}

h2#h2Agenda {
    background: url(../../Media/Design/h2Agenda.gif) left top no-repeat;
}

h2#h2Assortiment {
    background: url(../../Media/Design/h2Assortiment.gif) left top no-repeat;
}

h2#h2Contact {
    background: url(../../Media/Design/h2Contact.gif) left top no-repeat;
}

h2#h2Login {
    background: url(../../Media/Design/h2Login.gif) left top no-repeat;
}

h2#h2Route {
    background: url(../../Media/Design/h2Route.gif) left top no-repeat;
}

h2#h2Nieuws {
    background: url(../../Media/Design/h2Nieuws.gif) left top no-repeat;
}

h3 {
    font-size: 13pt;
}

h4 {
    font-size: 12pt;
    font-weight: normal;
}

/* The background image is done on page-level */
h3#h3NextAgenda {
    width: 150px;
    height: 80px;
    padding: 70px 20px 10px 10px;
    position: relative;
    background-repeat: no-repeat;
    color: #fff;
    text-align: right;
    font-size: 13pt;
    font-weight: normal;
    font-family: Arial, Verdana, Sans-Serif;
}

h3#h3NextAgenda span {
    display: block;
}

h3#h3Openingstijden {
    width: 180px;
    height: 36px;
    background: url(../../Media/Design/h3Openingstijden.jpg) left top no-repeat;
    text-indent: -9000px;
}

h3#h3Agenda {
    width: 180px;
    height: 36px;
    background: url(../../Media/Design/h3Agenda.jpg) left top no-repeat;
    text-indent: -9000px;
}

h3#h3Address {
    height: 40px;
    width: 180px;
    background: url(../../Media/design/h3Address.jpg) left top no-repeat;
    text-indent: -9000px;
}

/* The Website's main navigation */
ul#Navigation {
    position: absolute;
    height: 28px;
    padding-top: 2px;
    right: 0;
    top: 160px;
}

/* Inline the navigation */
ul#Navigation li {
    display: inline;
}

/* Navigatiuon style */
ul#Navigation a:link, ul#Navigation a:visited {
    text-decoration: none;
    padding: 0 10px;
    border-right: 2px solid #cce57f;
    color: #333;
}

/* Hover style */
ul#Navigation a:hover {
    color: #000;
}

/* You may wish to do something with the first child li in the navigation */
ul#Navigation li:first-child > a {
    border-left: 2px solid #cce57f;
}

/* Openingstijden */
ul#Openingstijden {
    width: 160px;
    padding: 10px;
}

/* List elements in Openingstijden */
ul#Openingstijden li {
    text-align: right;
}

ul#Agenda {
    padding: 10px;
    width: 160px;
}

ul#Agenda li {
    padding: 0 0 10px;
    text-align: right;
}

ul#Agenda .day {
    display: block;
    font-weight: bold;
}

ul#Agenda a:link, ul#Agenda a:visited {
    display: block;
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

ul#Agenda a:hover {
    color: #cce57f;
}

/* Footer link */
div#Footer a:link, div#Footer a:visited {
    text-decoration: none;
    color: #333;
}

/* Footer link hover */
div#Footer a:hover {
    text-decoration: underline;
}

/* Handy Classes */
hr {
    height: 1px;
    padding: 0 30px;
    border: 1px dotted #ccc;
}

/* Strong elements or strong class */
strong, .strong {
    font-weight: bold;
}

/* Space. Mostly used in table to prearrange space for validator * */
.space {
    width: 25px;
}

/* Float left class */
.floatLeft {
    float: left;
}

/* Display block class */
.displayBlock {
    display: block;
}

/* Underline Class */
.underline {
    text-decoration: underline;
}

/* Tables in general in the website */
table {
}

/* td elemenmt in general in tables */
table td {
    text-align: left;
    vertical-align: top;
    padding: 0 5px 5px 0;
    border-collapse: collapse;
}

/* Form elements. The font style etc. is usually same as the general font for the website */
textarea {
    font: 10pt/16pt arial, verdana, sans serif;
    border: 1px solid #ccc;
    height: 150px;
    width: 200px;
}

/* Style input in general */
input {
    width: 200px;
    border: 1px solid #ccc;
}

/* Use this class to remove the ugly border arround a checkbox (when input is assigned a border */
.checkBox input {
    width: auto !important;
    border: 0 !important;
}

/* Aanbieding pagina */
.aanbiedingContainer {
    height: 153px;
    margin: 0 0 10px 0;
}

.aanbiedingHoekje {
    height: 153px;
    margin-left: 194px; /* 230 - 36 */
}

.aanbiedingTekst {
    height: 133px;
    margin-left: 36px;
    padding: 10px 15px;
}

/* Onderin de pagina's staan wat knoppen */
div#AanbiedingAssortiment {
    width: 700px;
    height: 124px;
    margin: 10px 0 0 0;
    float: left;
}

div#AanbiedingAssortiment p {
    width: 180px;
    height: 80px;
    padding: 32px 20px 11px 142px;
    background: url(../../Media/Design/buAssortiment.jpg) no-repeat left top;
    float: left;
}

div#AanbiedingAssortiment a:link, div#AanbiedingAssortiment a:visited {
    color: #000;
    text-decoration: none;
}

div#AanbiedingAssortiment a:hover {
    text-decoration: underline;
} 

/* Button right/bottom */
.aanbiedingKnop {
    display: block;
    width: 342px;
    height: 124px;
    background: url(../../Media/Design/buAanbieding.jpg) no-repeat left top;
    text-indent: -9000px;
    float: right;
}

/* Divide the pages in Image and Text. This space is 700px in width */

/* Home */

/* Text on the homepage */
div#TextHome {
    width: 330px;
    height: 330px;
    padding: 10px;
    background: #ccc;
    float: left;
    overflow: auto;
}

/* The image on the HomePage */
div#ImageHome {
    width: 350px;
    height: 350px;
    float: right;
    position: relative;
}

/* The h3 Latest News item in the div#ImageHome */
div#ImageHome h3 {
    position: absolute;
    right: 20px;
    top: 200px;
    padding-left: 50px;
    text-align: center;
}

/* Style the a in that element */
div#ImageHome h3 a:link, div#ImageHome h3 a:visited {
    color: #fff;
    font-size: 14pt;
    font-weight: normal;
    font-family: Arial, Verdana, Sans-Serif;
    text-decoration: none;
}

div#ImageHome h3 a:hover {
    color: #ccc;
}

div#ImageHome h3 a span {
    margin-left: 10px;
    color: #cce57f;
}

/* assortiment */

img#SlideShow {
    width: 425px;
    height: 300px;
}

div#SlideShowHolder {
    float: left;
    width: 425px;
    height: 300px;
    position: relative;
}

img#GrijsOverlapingHoekje {
    width: 40px;
    height: 80px;
    position: absolute;
    right: 0;
    top: 20px;
}

div#TextAssortiment {
    width: 255px;
    padding:10px;
    height: 280px;
    float: left;
    background: #ccc;
}

/* News page */
div#LeftNews {
    width: 330px;
    min-height: 330px;
    float: left;
    padding: 10px;
}

div#LeftNews a:link {
    color: #000;
    text-decoration: none;
}

div#LeftNews a:hover {
    text-decoration: underline;
}

div#LeftNews a:visited {
    color: #999;
}

div#RightNews {
    width: 330px;
    min-height: 330px;
    float: right;
    padding: 10px;
    background: #ccc;
}

div#RightNews h3 {
    font-size: 14pt;
    font-weight: normal;
    font-family: Arial, Verdana, Sans-Serif;
    text-decoration: none;
}

div#RightNews img {
    border: 1px solid #fff;
    padding: 10px;
    margin: 10px 10px 10px 0;
}

/* Contact page */
div#LeftContact {
    width: 330px;
    min-height: 330px;
    float: left;
    padding: 10px;
}

div#RightContact {
    width: 330px;
    min-height: 330px;
    float: right;
    padding: 10px;
    background: #ccc;
}

/* Agenda page */
div#LeftAgenda {
    width: 330px;
    min-height: 330px;
    float: left;
    padding: 10px;
    background: #ccc;
}

div#RightAgenda {
    width: 330px;
    min-height: 330px;
    float: right;
    padding: 10px;
}

/* Agenda page */
div#LeftRoute {
    width: 330px;
    min-height: 330px;
    float: left;
    padding: 10px;
    background: #ccc;
}

div#RightRoute {
    width: 330px;
    height: 330px;
    float: right;
    padding: 10px;
    background: url(../../Media/Design/Route.jpg) no-repeat left top;
}
