﻿/*
8-4 aanbieding gemaakt
8-4 innermid een 430 breedte gegeven
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: normal;
	font-weight: normal;
}

li {
	list-style-type: none;
}

body {
	font: 10.5pt/17pt arial, verdana, san-serif;
	background: #fff;
	color: #707072;
}

h1 {
	width: 225px;
	height: 258px;
	background: #fff url(../../Media/Design/h1.jpg) no-repeat left top;
	text-indent: -9000px;
}

div#Wrapper {
	width: 900px;
	padding: 0 10px;
	margin: 0 auto;
	background: #fff url(../../Media/Design/Wrapper.jpg) repeat-y center top;
	position: relative;
}

div#Left {
	float: left;
	width: 225px;
}

div#Right {
	float: left;
	width: 225px;
}

div#InnerRight {
	padding: 10px;
	background: url(../../Media/Design/bgRightColumn.jpg) no-repeat right top;
}

div#Mid {
	float: left;
	width: 450px;
}

/* So the usable space is 430px (450 min 10pad - 10pad) */
div#InnerMid {
	width: 430px;
	padding: 5px 10px 10px 10px;
	/* background: url(../../Media/Design/bgH2.jpg) no-repeat left top; */
	float: left;
}

strong, .strong {
	font-weight: bold;
}

div#Clear {
    clear: both;
}

div#Footer {
	text-align: center;
	margin: 0 auto;
	padding: 0 10px;
	width: 900px;
	height: 30px;
	padding-top: 40px;
	background: url(../../Media/Design/Footer.jpg) no-repeat left top;
	color: #707072;
}

div#Footer a:link, div#Footer a:visited {
	color: #707072;
	text-decoration: none;
}

div#Footer a:hover {
	text-decoration: underline;
}

/* Generally style the a-tag */
a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #707072;
	text-decoration: none;
}

/* This one hangs out on the left top */
h3#h3Date {
	background: #fff url(../../Media/Design/h3Date.jpg) no-repeat left top;
	width: 225px;
	height: 40px;
	text-align: center;
	color: #fff;
}

/* This one hangs out on the masterpage KloosterAgenda */
h3#h3Agenda, h3#h3News, h3#h3Aanbieding {
	background: #fff url(../../Media/Design/h3General.jpg) no-repeat left top;
	width: 225px;
	height: 40px;
	text-align: center;
	color: #fff;
}

/* All the h3's in the InnerMid */
div#InnerMid h3 {
    font-weight: normal;
    font-size: 14pt;
    margin: 10px 0;
}

/* All the h4's in the InnerMid */
div#InnerMid h4 {
    font-weight: bold;
    color: #999;
    border-bottom: 1px dotted #999;
    margin: 10px 0 0 0;
}

ul#TopNavigation {
	width: 225px;
	height: 40px;
	background: #fff url(../../Media/Design/bgTopNavigation.jpg) no-repeat left top;
	text-align: center;
}

ul#TopNavigation li {
	display: inline;
}

ul#TopNavigation a {
	border-left: 1px solid #fff;
	padding: 0 10px;
	color: #fff;
}

/* Remove one of the borders at the beginning */
ul#TopNavigation li:first-child > a {
	border-left: 0;
}

ul#Navigation {
	width: 205px;
	padding: 0 10px;
}

ul#Navigation a:link, ul#Navigation a:visited {
	color: #707072;
	text-decoration: none;
}

ul#Navigation a:hover {
	color: #000;
	text-decoration: underline;
}

/* Each page has a SlideShow. This img id creates that space */
.imageSlide {
	height: 298px;
	width: 450px;
	float: left;
	border-bottom: 1px solid #ababab;
	padding-bottom: 1px;
}

h2 {
	float: left;
	font-weight: normal;
	color: #AAA;
	font-size: 22pt;
	margin: 20px 0;
	width: 100%;
}

h2#h2FarrowBall {
    text-indent: -9999px;
    background: url(../../Media/Design/h2FarrowBall.jpg) no-repeat left top;
    height: 80px;
}

/* The InnerRight column has a few h3's. These my not become to big */
div#InnerRight h3 {
	font-size: 1em;
	font-weight: bold;
	padding: 5px 0;
}

/* In address there are a few p tags. Give them air */
address p {
	padding: 5px 0;
}

/* The Right div has some table and td elements */
div#InnerRight table {
	border-collapse: collapse;
}

div#InnerRight table td {
	padding: 2px 5px 2px 0;
}

/* Style the input and textarea glabally */
input, textarea, select {
	border: 1px solid #ccc;
	padding: 2px;
	width: 200px;
}

textarea {
	width: 250px;
	height: 250px;
	font-family: arial, verdana, san-serif;
}

/* Style the table and td within the div#InnerMid */
div#InnerMid table {
	border-collapse: collapse;
}

div#InnerMid table td {
	padding: 2px 5px 2px 0;
	vertical-align: top;
}

/* Create some space for the validation controls */
.space {
	width: 25px;
}

/* Nutralize the checkbox */
.checkBox input {
	border: 0;
	width: auto;
}

/* Create some classes for buttons to bring back the width */
.btnSend, .btnSubscribe {
	width: auto !important;
}

/* Within the InnerContent style the p */
div#InnerMid p {
	padding: 10px 0;
	width: 430px;
}

/* Within the InnerContent style the ul's */
div#InnerMid ul {
	padding-left: 20px;
}

div#InnerMid ul li {
	list-style-type: square;
}

/* Place a transparant gif over the image */
img#imgSignature {
    width: 200px;
    width: 113px;
    position: absolute;
    right: 250px;
    top: 220px;
    z-index: 100;
}

/* News in the Masterpage */
ul#News {
    padding: 10px;
}

ul#News a {
    display: block;
}

/* Agenda in the Masterpage */
ul#Agenda {
    padding: 10px;
}

hr {
    height: 1px;
    border-top: 1px dotted #ccc;
}

a {
	outline: 0;
}

/* NewsResult.aspx */
table a {
    display: block;
}

table span {
    color: #999;
}

.tdDate {
    width: 85px;
}

/* Page Lokatie has 2 routeCards */
.imgRoute {
    width: 425px;
    margin: 15px auto;
    border: 1px solid #999;
}

/* Page Aanbieding */
.imgOffer {
    width: 425px;
    margin: 15px auto;
}

.blackText {
    color: #000;
}

.displayBlock {
    display: block;
}

.underline {
    text-decoration: underline;
}

/* class="alignCenter" */
h3.alignCenter {
	text-align: center;
	font-weight: normal !important;
	font-size: 15pt;
}

/* SlideShowHoldernin the MAsterPage */
div#SlideShowHolder {
	height: 300px;
	overflow: hidden;
}