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

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding-top: 2em;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #C32020;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

a {
	color: #BB0000
}

a:visited {
	color: #BB0000
}

a:hover {
	color: #F00;
}

#mainContainer {
	margin-left: auto;
	margin-right: auto;
	width: 755px;
}

#header {
	width: 755px;
	height: 91px;
	background-color: #B8B7B7;
	text-align: center;
	position:relative;
}

#header .left {
	width: 10px;
	height: 91px;
	background-image: url("topleft.gif");
	/*background-position: top left;*/
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}
#header .right {
	width: 14px;
	height: 91px;
	background-image: url("topright.gif");
	/*background-position: top right;*/
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	top: 0px;
}

#header img {
	position: absolute;
	left: 40px;
}

#header #taal_kiezen {
	position: absolute;
	right: 14px;
	top: 10px;
}

#menuBar {
	width: 755px;
	height: 34px;
	background-image: url("navbg.gif");
	color: #FFFFFF;
	text-align: center;
	font-size:x-small;
	position: relative;
}

#menuBar .left {
	width:10px;
	height: 34px;
	background-image: url("navleft.gif");
	/*background-position: top left;*/
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}

#menuBar .middle {
	padding-top: 10px;
}

#menuBar .right {
	width:14px;
	height: 34px;
	background-image: url("navright.gif");
	/*background-position: top right;*/
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	top: 0px;
}
#menuBar a {
	color: #FFFFFF;
	text-decoration: none;
}

#menuBar a:hover {
	text-decoration: underline;
}


#sidebar {
	float: left;
	width: 264px;
	height: 198px;
	background-image: url("../tekeningen_template/logo.jpg");
	background-repeat: no-repeat;
}


#page {
	float: left;
	margin-left: 40px;
}

#content h1 {
	font-size: 24px; 
	padding-top:1em;
	padding-bottom:1em;
	color: #C00;
}

#content {
	float: left;
	width: 411px;
	margin-left:40px;
	margin-right:40px;
	font-weight: normal;
	font-size: 12px;
	text-align: justify;
}

table .tabel_programma {
	font-size:12px;
	vertical-align: top;
	}


label {
	width:150px;
	display: block;
	float: left;
	text-align: right;
	margin-bottom: 20px;
	margin-right: 10px;
}

form br {
	clear: left;
	
}

.wide {
	width : auto;
	text-align: left;
	display: inline;
	float: none;
}

#hide {
	margin-top:20px;
	display: none;
}

.col2 {
	float:left;
}

.col2 label {
	width : auto;
}


form .error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #F00;
	text-align: right;
}
