
html, body {
	margin           : 0;
	padding          : 0;
	height           : 100%;
	width            : 100%;
}

body, td, p {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 12px;
}

#mainTable {
	width            : 895px;
	min-height       : 100%;
	height           : 100%;
    margin           : 0 0 0 10px;
}

#bannerCell {
	height           : 153px;
}

/**
 *  TopMenu
 */

#topMenuCell {
	/*padding          : 0 5px 0 5px;*/
	border-top       : 1px solid #eee;
	border-bottom    : 1px solid #eee;
	/*background       : green;*/
}

#topMenuCell table td {
	font-size        : 16px;
	padding          : 3px 3px;
	color            : #ccc;
}

#topMenuCell table td a {
	display          : block;
	padding          : 3px 8px;
	font-size        : 15px;
	color            : #f2f2f2;
	text-decoration  : none;
}

#topMenuCell table td a:hover,
#topMenuCell table td a.active {
	background       : #5787B1;
	color            : #ffffff;
}

/**
 *  Left panel
 */

#leftMenuCell {
	background-color : #5787B1;
	color            : #fff;
	width            : 195px;
	height           : 99%;
	/*height           : expression(
		((document.compatMode && (document.compatMode=='CSS1Compat') ?
		  document.documentElement : document.body).clientHeight -
		  (topMenuCell.offsetHeight+bannerCell.offsetHeight+(window.bottomCell?bottomCell.offsetHeight:20))) + 'px');*/
}

#leftMenuCell div.content {
	padding          : 16px 7px 0 7px;
}

#leftMenuCell p {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	margin           : 8px 1px 10px 3px;
	line-height      : 1.4em;
}

#leftMenuCell a.bigLink {
	display          : block;
	color            : #fff;
	margin           : 1em .30em;
	font-weight      : bold;
	letter-spacing   : .05em;
	line-height      : 1.5em;
}

#leftMenuCell p.styleaddress {
	margin-top       : 24px;
	font-size        : 11px;
	color            : #fff;
}

#leftMenuCell div.content img {
	display          : block;
	margin           : 0;
}

#aanvraag {
	width: 170px;
	height: 50px;
	border: 1px solid white;
	margin: 0 auto;
	background:#336699;
}

#aanvraaginner {
	padding-top: 17px;
}

#aanvraag a {
	color:white;
	text-decoration: none;
}

#aanvraag a:hover {
	color:#99d670;
}
/**
 *  Page Content
 */

#contentCell {
	border-top       : 1px solid #5787B1;
}

#contentCell div.content,
#contentCell div.smallContent {
	padding          : 8px 30px 8px 30px;
}

#contentCell h1, h2 {
	font-size        : 19px;
	font-weight      : normal;
	color            : #Df5333;
	letter-spacing   : .025em;
	margin           : 12px 0 16px 0;
}

#contentCell h1 a {
	color            : #Df5333;
}

#contentCell h2 {
	font-size        : 15px;
	color            : #E00000;
	letter-spacing   : .015em;
	margin           : 8px 0 0px 0;
}

#contentCell h6 {
	font-size        : 13px;
	font-weight      : bold;
	margin           : 12px 0 0 0;
	color            : #33668f;
}

#contentCell p {
	line-height      : 1.40em;
	margin           : 2px 0 15px 0;
	color            : #446;
}

#contentCell ul {
	margin           : 0 2em 16px 1em;
	padding-left     : 1em;
	line-height      : 1.40em;
}

#contentCell ul li {
	margin           : .40em 0;
	color            : #444;
}

#contentCell div.smallContent p {
	font-size        : 11px;
}

#contentCell div.smallContent h6 {
	font-size        : 12px;
}

/**
 *  Page Content
 */

#bottomCell {
	padding          : 2px 0 4px 0;
}

#bottomCell hr {
	background-color : #fff;
	color            : #90C0E0;
}

#bottomCell a {
	color            : #5C8CBC;
	font-size        : 11px;
	text-decoration  : none;
	margin           : 0 6px;
	padding          : 2px 6px;
}

#bottomCell a:hover {
	color            : #006;
}

#bottomCell span.copyright {
	margin           : 0 4px;
	font-size        : 11px;
	color            : #8080C0;
}

form {
	margin           : 0;
}

table.formTable {
	margin           : 0 0 0 1em;
}

table.formTable td {
	padding          : 2px 8px 2px 0;
}

span.uitleg {
	color            : #666;
}

span.verplicht {
	color            : #f00000;
}

span.smallSpace {
	font-size        : 4px;
}

/* WordPress Styles */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 25px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 25px;
	width: 600px;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}
	
.widecolumn .post {
	margin: 0;
	}


.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
	
.postmetadata {
	clear: left;
}
	
.post {
	margin: 0 0 40px;
	/*text-align: justify;*/
	}

.post hr {
	display: block;
	}
	
.entry p a:visited {
	color: #Df5333;
	}
	
/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 505px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
/* 
*  FORM ORDER ==========================================
*/ 
	div.order {
		float:left;
		margin:30px 10px 0 0;
		width:450px;
		min-height:600px;
		}
		div.order div.order-header{
			float:left;
			margin:9px 15px 4px;
			font-weight:bold;
		}
		div.order div.order-error{
			margin:4px 15px;
			color:#f60;
			font-weight:bold;
		}
		div.order-intro {
			float:left;
			width:400px;
			margin:4px 15px;
		}
		div.order-row {
			float:left;
			display:inline;
			margin:4px 15px 0 15px;
			width:420px;
			}
			div.order-row.button {
				border:none;
			}
			div.order-row.footnote {
				border:none;
			}
			div.order-row div.label{
				float:left;
				width:190px;
				padding:8px 0;
				}
				div.order-row.doublelines div.label{
					width:410px;
					padding:5px 0;
				}
				div.order-row.footnote div.label{
					width:410px;
					padding:5px 0;
				}
			div.order-row div.label-add{
				float:left;
				width:170px;
				padding:0 0 8px 0;
			}
			div.order-row div.input{
				float:left;
				padding:5px;
				}
				div.order-row div.input input.text{ 
					width:120px;
				}
				div.order-row div.input textarea{ 
					width:290px;
					height:60px;
				}
				div.order-row div.input select.pulldown{ 
					width:250px;
				}
				div.order-row.doublelines div.input{
					width:410px;
					padding:0 0 5px 0;
					}
					div.order-row.doublelines div.input textarea {
						width:415px;
						height:50px;
					}
					div.order-row.doublelines div.input select {
						width:420px;
					}
/* 
*  END FORM ORDER ==========================================
*/ 
