html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 145%;
	color: #000000;
}

img {
	border: none;
}

#container {
	width: 780px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #fff;
}


#header {
	width: 780px;
	height: 105px;
	background: #fff url("../images/header.jpg") no-repeat top left;
}

#menu {
	height: 20px;
	width: 780px;
	background: #fff;
}

#home {
	width: 130px;
	height: 20px;
	margin: 0;
}

#course {
	width: 130px;
	height: 20px;
	margin: -20px 0 0 130px;
}

#didactics {
	width: 130px;
	height: 20px;
	margin: -20px 0 0 260px;
}

#about {
	width: 130px;
	height: 20px;
	margin: -20px 0 0 390px;
}

#coursemap {
	width: 130px;
	height: 20px;
	margin: -20px 0 0 520px;
}

#application {
	width: 130px;
	height: 20px;
	margin: -20px 0 0 650px;
}

#main_home {
	width: 720px;
	padding: 30px;
	background: #335499;
}

#main_courses {
	width: 720px;
	padding: 30px;
	background-color: #5170b1;
}

#main_didactics {
	width: 720px;
	padding: 30px;
	background: #738ec7;
}

#main_about {
	width: 720px;
	padding: 30px;
	background: #98acd8;
}

#main_coursemap {
	width: 720px;
	padding: 30px;
	background: #c1cde9;
}

#main_application {
	width: 720px;
	padding: 30px;
	background: #e4e8f1;
}

#content {
	width: 680px;
	padding: 20px;
	background: #fff;
}

h2 {
	color: #499000;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

p {
	font-size: 12px;
}

a, a:visited {
	color: #499000;
	font-weight: normal;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

ul, li {
	font-size: 12px;
}

.clear {
	line-height: 0px;
	font-size: 0px;
	clear: both;
	height: 0px;
}

tr, td {
	vertical-align: top;
}

.errors {
	color: #e10000;
}

input, textarea, option, select {
	border: 1px solid #b6b6b8;
}

input.radio {
	border: none;
}

/* CSS voor Tinyfck */
.mceContentBody {
	font-size: 11px;
	background-color: #fff;
}

.nwrptext {
	height: 250px;
	width: 400px;
}

.nwrpintro {
	height: 150px;
	width: 400px;
}

hr {
	color: #b6b6b8;
	background-color: #b6b6b8;
	height:1px;
	border:none;
	margin: 12px 0 12px 0;
}

input.inptxt {
	width: 100%;
	border: 1px solid #4e9e23;
	height: 20px;
}

input.submit {
	padding: 10px;
	border: 1px solid #4e9e23;
	background-color: #c4e1b4;
	color: #133600;
	font-size: 14px;
	font-weight: bold;
}

.blauw {
	background-color: #e4e8f1;
	padding: 3px;
	margin: 10px 0;
	font-size: 90%;
}

.wit {
	background-color: #ffffff;
	padding: 3px;
	border: 1px solid #e4e8f1;
	margin: 10px 0;
	font-size: 90%;
}

.blauw td, .wit td {
	padding: 2px;
}