html {
	overflow-y: scroll;
}
body {
	margin: 10px 0;
	color: #353555;
	background: url(../images/sterrenhemel.jpg) top right #011337 fixed;
	font: 14px Verdana, Arial, Helvetica, Sans-Serif;
}
#page {
	width: 935px;
	margin: 0 auto;
	border: 2px solid #C00019;
}

.bold {
	font-weight: bold;
}
.small	{
	font-size: 10px;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.border {
	border: 1px solid #353555;
}
img.border {
	border: 1px solid #000000;
}
img.floatleft {
	margin: 0 5px 15px 0;
}
img.floatright {
	margin: 0 0 4px 15px;
}
img.marginleft {
	margin-left: 25px;
}
img.marginright {
	margin-right: 25px;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 5px 0 5px 3px;
	font-weight: normal;
}
h1 {
	font-size: 29px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 19px;
}
h4 {
	font-size: 16px;
}
h2 + p, h3 + p, h4 + p {
	margin-top: 0;
}

ul, ol {
	padding-left: 25px;
}
li {
	margin-bottom: 10px;
	line-height: 20px;
}
li ul {
	padding-left: 0;
}
ul + p, ol + p {
	margin-top: 0;
}
p {
	line-height: 14px;
}

table, tr, th, td {
	border: none;
}

/* Header */
#header {
	height: 114px;
}

/* Content (bevat #main-content en #navigatie) */
#content {
	padding: 15px 0;
	background-color: white;
	overflow: hidden;
	background: url(../images/diamond_background.jpg) repeat-y center top #CEDBE7;
}
body#index #content {
	background-image: url(../images/index_background.jpg);
}
body#index #content #navigatie a {
	color: #777DDF;
}

/* Main-content */
#main-content {
	text-align: justify;
	float: right;
	width: 685px;
	margin-right: 25px;
}
#main-content a {
	text-decoration: underline;
	color: #4E4E6E;
}
#main-content a:hover {
	text-decoration: none;
}
#main-content a:visited {
	color: #303050;
}
#main-content ul.simpleList,
#main-content ul.simpleListTop {
	padding-left: 0;
	margin-left: 0;
}
#main-content .simpleList li {
	list-style: none outside none;
	padding-left: 25px;
	background: url(../images/simpleList.png) no-repeat left center transparent;
}
#main-content .simpleList li li,
#main-content .simpleListTop li li {
	padding-left: 0;
	background: none;
}
#main-content .simpleListTop li {
	list-style: none outside none;
	padding-left: 25px;
	background: url(../images/simpleList.png) no-repeat left 3px transparent;
}
#main-content ul.diamondList {
	padding-left: 0;
	margin-left: 0;
	display: inline;
}
#main-content .diamondList li {
	margin-bottom: 10px;
	list-style: none outside none;
	padding-left: 25px;
	background: url(../images/diamondList.png) no-repeat left 3px;
}
#main-content .diamondList li li,
#main-content .normalList li li {
	background: none;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none outside none;
}
#main-content p {
	line-height: 24px;
}
#main-content .quote {
	font-style: italic;
	color: #C00019;
	font-size: 13px;
	line-height: 20px;
}
#main-content .quotee {
	margin-top: -8px;
	font-style: italic;
	color: #C00019;
	font-size: 13px;
	line-height: 20px;
}


/* Collapsen meer informatie over de personen/docenten */
/* panel heading */
.introductie h3 {
	display: inline;
}
.introductie p {
	margin: 0;
}
.panel h2 {
	display: none;
}
html.js .panelcollapsed h2 {
	display: inline-block;
}
.panel h2:hover, .panelcollapsed h2:hover {
	cursor: pointer;
}
.panelcontent {
	overflow: hidden;
}
.panelcollapsed {
	margin-bottom: 10px;
}
html.js .panelcollapsed .panelcontent {
	display: none;
}
#Engelien .panelcontent p:first-child {
	margin-top: 0;
}
.panelcollapsed .panelcontent{
	display: block;
}
.panelcollapsed h2 {
	display: none;
}


/* Invoervelden */
#main-content input,
#main-content textarea {
	font: 13px Verdana, Arial, Helvetica, Sans-Serif;
}
p#fout {
	background: url(../images/cross.png) no-repeat scroll 0 center transparent;
	padding-left: 20px;
}
p#goed {
	background: url(../images/accept.png) no-repeat scroll 0 center transparent;
	padding-left: 20px;
}

/* Intakeformulier */
#intakeform {
	width: 525px;
	margin: 0 auto;
}
#intakeform .invullen {
	border: 2px solid #C00019;
}
#intakeform textarea {
	width: 505px;
}
#intakeform input {
	width: 325px;
}
#intakeform select {
	margin: 0;
	padding: 0;
}
#intakeform #seldag {
	width: 55px;
}
#intakeform #selmaand {
	width: 90px;
}
#intakeform #seljaar {
	width: 55px;
}
#intakeform #seluur {
	width: 40px;
}
#intakeform #selmin {
	width: 40px;
}
#intakeform input#verstuur {
	width: 200px;
}

/* Contactformulier */
#contactform {
	width: 575px;
	margin: 0 auto;
}
#contactform textarea {
	width: 350px;
}
#contactform input {
	width: 225px;
}
#contactform input#spamcontrol {
	width: 35px;
}
#contactform input#send {
	width: 125px;
}
#contactform .formulier td {
	vertical-align: middle;
	padding: 2px 3px;
	font-size: 12px;
}
#contactform .formulier td strong {
	font-size: 10px;
	color: #C00019;
}
#contactform .formulier td input#spamcontrol {
	text-align: center;
}
#contactform .formulier label {
	background-image: url(../images/contact_sprite.png);
	background-repeat: no-repeat;
	padding-left: 18px;
}
#contactform .formulier label#namelabel {
	background-position: 0 -1px;
}
#contactform .formulier label#emaillabel {
	background-position: 0 -20px;
}
#contactform .formulier label#subjectlabel {
	background-position: 0 -40px;
}
#contactform .formulier label#messagelabel {
	background-position: 0 -61px;
}
#contactform .formulier label#spamcontrollabel {
	background-position: 0 -81px;
}
#contactform .formulier td strong#warning {
	background: url(../images/contact_sprite.png) 0 -101px no-repeat;
	font-size: 12px;
	padding-left: 18px;
	padding-bottom: 2px;
}

/* Navigatie */
#navigatie {
	float: right;
	width: 185px;
	margin: 0 25px 0 15px;
}
#navigatie ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigatie li {	
	line-height: 40px;
}
#navigatie li a {
	padding: 10px 0 10px 40px;
	font-size: 18px;
	text-decoration: none;
	color: #353555;
	background: url(../images/star_sprite.png) no-repeat left 6px;
}
#navigatie li a:visited {
	color: #353555;
}
#navigatie li a:hover {
	color: #777DDF;
	background-position: left -34px;
}
#navigatie li.active a {
	color: #C00019;
	background-position: left -74px;
}


/* Footer */
#footer {
	clear: both;
	position: relative;
	top: 5px;
}
#footer p.copyright {
	font-size: 11px;
	line-height: 15px;
	margin: 0;
	padding-bottom: 20px;
	width: 100%;
	position: absolute;
	color: #777DDF;
}

/* Errormeldingen */
#main-content .error h2 {
	font-weight: bold;
}
#main-content .error h2 + p {
	margin: 14px 0;
}
#main-content .error .error403,
#main-content .error .error404,
#main-content .error .error500 {
	background: url(../images/cross.png) no-repeat scroll left center transparent;
	padding-left: 20px;
	line-height: 15px;
}
