﻿html,body,form
{
	margin:0;
	font:13px verdana,arial,helvetica,clean,sans-serif;
}
body {background-image: url('/Resources/Images/bg_metal.jpg');}
form 
{
	background: url('/Resources/Images/bg_fade.png') repeat-x top;
}

#left,#right,#center{min-height: 650px;}

img {border:none;}

#header {margin:0 auto; width:980px;height:150px;}
#container {margin:0 auto;width:980px;text-align:left;min-height:100%;}
#left {width:160px;float:left;padding:5px;background:#ff0;}
#center {width:630px;float:left;padding:5px;background:#fff;}
#right {width:160px;float:left;padding:5px;background:#ff0;}
#footer {clear:both;margin:0 auto;width:980px;background:#ff0;line-height:2em;text-align:center;font-size:0.7em;}

#left ul {padding:0;margin-left:10px;list-style-type:none;}
#left ul li {padding:2px 0px 2px 0px;}
#right h1 {font-size:1em;}
#right ol {list-style-type:none;margin:0;padding:0;font-size:10px;}
#right ol span {color:#f00;font-weight:bold;}

a{color:Blue;}
a:visited{color:Blue;}

#left a {text-decoration:none;color:Black;}
#left a:hover {text-decoration: underline;}

h3 {margin-top: 1em; margin-bottom: 1em;}

.navigationHeader
{
	height: 2em;
	line-height: 2em;
	font-size: 14px;
	font-weight: bold;
	background-color: Red;
	border-bottom: 1px solid yellow;
	cursor: pointer;
	padding-left: 5px;
	background-image: url('/Resources/Images/knop_bg.jpg');
}

.calender
{
	width: 100%;
	border: 1px solid black;
	border-width: 0px 1px 1px 0px;
}

.calender td
{
	border: 1px solid black;
	border-width: 1px 0px 0px 1px;	
	padding: 5px;
	vertical-align: top;
}

.odd
{
	background-color: #e8e8e8;
}

.thuis
{
	font-weight: bold;	
}

.label {display:block;width:140px;float:left;}
.label,input,select{margin-bottom:0.5em;}
.valid {background-color:#9f6; border:1px solid #3c0;padding:10px;}
.error {background-color:#fc9; border:1px solid #c00;padding:10px;}
