body {
	font: 11px Georgia, Verdana, Arial sans-serif;
	margin: 0;
	padding: 0;
	background: #e0ddd7 url( ../images/bgr_top.gif ) repeat-x top left;
	line-height: 17px;
}

h1 {
	font: 22px Arial, Verdana, Tahoma sans-serif;
	color: #5d5d5d;
	font-weight: bold;
	text-transform: lowercase;
	margin-bottom: 5px;
}

p {
	margin-bottom: 20px;
}

a {
	color: #0090ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/**
 * Input fields
 */
input,
select,
textarea {
	font: 11px Lucida Grande, Verdana, Arial sans-serif;
}

textarea,
input[type=text],
input[type=password] {
	padding: 5px;
	border-top: 1px solid #6d6d6d;
	border-right: 1px solid #6d6d6d;
	border-left: 1px solid #9a9b9c;
	border-bottom: 1px solid #9a9b9c;
	overflow-y: hidden;
}

input[type=submit] {
	padding: 5px;
	background-color: #333;
	font-weight: bold;
	color: #fff;
	border: 0;	
}

/**
 * Tables
 */
table.inschrijven {
	width: 350px;
}

table.contact {
	width: 425px;
}

table.contact textarea {
	width: 200px;
	padding: 4px;
	height: 100px;
}

table.programma {
	width: 100%;
}

table.programma tr.odd {
	background-color: #eee;
}

table.programma td.header {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	background-color: #F4F3F2;
}

table.docenten {
	width: 100%;
}

table.docenten td.header {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

table.user-login {
	margin-top: 20px;
	width: 300px;
}

table.beheer-overzicht {
	width: 100%;
}

table.beheer-overzicht tr.even td {
	background-color: #e4eaea;
}

table.beheer-overzicht tr.header td {
	border-bottom: 1px solic #ccc;
	font-weight: bold;
}

table.beheer-overzicht img {
	vertical-align: middle;
}

table.beheer-overzicht tr td {
	padding: 5px;
}

table.beheer-overzicht a {
	color: #000;
}

table.beheer-overzicht a.active {
	text-decoration: underline;
}

table.beheer-detail {
	width: 400px;
}

table.beheer-detail td {
	height: 30px;
}

table.beheer-statistieken {
	width: 260px;
	border: 1px solid #333;
	margin-bottom: 10px;
}

table.beheer-statistieken td.header {
	background-color: #333;
	font-weight: bold;
	color: #fff;
	padding: 5px;
}

table.beheer-statistieken td {
	padding: 5px;
}

table.beheer-statistieken tr.line-small td {
	border-bottom: 1px solid #333;
}

table.beheer-statistieken tr.line-thick td {
	border-bottom: 2px solid #333;
}

/**
 * Container 
 */
div#container {
	width: 776px;
	margin: 0 auto;
}

/**
 * Menu
 */
div#menu {
	width: 776px;
	height: 169px;
	margin: 0 auto;
	background: url( ../images/bgr_menu.gif ) no-repeat top left;
	font: 14px Helvetica, Arial, Verdana sans-serif;
	text-transform: lowercase;
}

div#menu ul {
	float: right;
	margin: 100px 10px 0 0;
}

div#menu ul a {
	text-decoration: none;
	color: #5d5d5d;
}

div#menu ul a:hover {
	color: #ccc;
}

div#menu ul a.active {
	color: #ef7801;
}

div#menu ul li {
	float: left;
	margin: 0 13px 0 0;
}

div#menu ul li ul {
	display: none;
}

div#menu ul li:hover ul {
	position: absolute;
	display: block;
	margin: 0;
	height: 40px;
	padding: 10px 0;
	font-size: 13px;
}

div#menu ul li:hover ul li {
	float: left;
}

/**
 * Images
 */
img.wij-photo-large {
	float: left;
	margin: 0 10px 0 0;
	border: 4px solid #ccc;
}

/**
 * Header
 */
div#header {
	width: 100%;
	height: 316px;
	background: url( ../images/bgr_header.gif ) top left;
}

div#header_content {
	width: 767px;
	margin: 0 auto;
}

/**
 * Content
 */
div#content_holder {
	font: 11px Lucida Grande, Verdana, Arial sans-serif;
	margin: 0 auto;
	background-color: #f4f3f2;
	width: 726px;
	color: #333;
	padding: 20px;
	line-height: 20px;
}

/**
 * Footer 
 */
div#footer {
	font: 10px Lucida Grande, Verdana, Arial sans-serif;
	margin: 0 auto;
	width: 726px;
	padding: 20px;
	background-color: #5d5d5d;
	color: #fff;
}

span.sitemap {
	color: #000;
	font-weight: bold;
}

ul#sitemap {
	margin: 5px 0;
}

ul#sitemap li {
	margin: 0 0 5px 20px;
}

ul#sitemap a {
	color: #fff;
	text-decoration: none;
}

ul#sitemap li ul {
	margin: 5px 0 5px 0;
}

/**
 * Inschrijven
 */
div#inschrijven {
	float: left;
}

div#tarieven {
	float: right;
	border-left: 1px solid #ccc;
	padding: 10px;
	background-color: #eee;
}

/**
 * Contact
 */
div#contact-left {
	float: left;
}

div#contact-right {
	float: right;
	border-left: 1px solid #ccc;
	padding: 10px;
	background-color: #eee;
}

div#contact-right table {
	width: 200px;
}

div#contact-form {
	float: left;
	width: 200px;
}

div#contact-error {
	float: right;
}

/**
 * Wie zijn wij
 */
div.person {
	float: left;
	width: 360px;	
	margin: 0 0 10px 0;
}

div.person img {
	float: left;
	border: 4px solid #ccc;
	margin-right: 10px;
}

div.person span.header {
	font-weight: bold;
	display: block;
}

div.person span.sub {
	color: #999;
	display: block;
	margin-bottom: 10px;
}

/**
 * Classes
 */
.clear {
	clear: both;
}

ul.bullits {
	margin-bottom: 10px;
}

ul.bullits li {
	list-style: disc;
	margin-left: 40px;
}

ul.decimal li {
	list-style-type: decimal;
	margin-left: 40px;
}

ul.decimal {
	margin-bottom: 20px;
}

div.hairline {
	width: 100%;
	border-top: 1px solid #ccc;
	height: 1px;
	margin: 15px 0 15px 0;
}

a.inschrijven {
	padding: 10px;
	color: #fff;
	background-color: #2e3f47;	
	margin-bottom: 10px;
}

div.error-field {
	background-color: #e35d5d;
	padding: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}

div.success-field {
	background-color: #b2e597;
	padding: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}

span.sub {
	color: #666;
}
