/* Document declaraties */

* {
	margin:0;
	padding:0;
}

body {
	height:100%;
	background-color: #FFF;
	font: 0.9em Arial, Helvetica, sans-serif;
}

#container {
	margin:0 auto;
	height: 100%;
	width:850px; 
	line-height: 1.2em;
	background-image:url(images/bg_frame.jpg);
	background-position:top center;
	background-repeat:repeat-y;
}

#menu {
	float: left;
	margin: 10px 50px 0 25px;
	padding: 5px 0;
	width: 200px;
	background-image:url(images/filter.png);
	background-repeat: repeat;
}


#content {
	position:relative;
	float: right;
	width: 550px;
	margin: -140px 50px 0 230px;
}


#title {
	margin: 0;
	font-size: 3em;
	height:270px;
	background-image:url(images/top_wave.png);
	background-repeat:no-repeat;
	background-position:top center;
	color:#FFF;
	text-align:center;
}

#footer {
	margin:0;
	position:relative;
	height: 225px;
	background-image:url(images/bottom_wave.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	clear:both;
}


/* Algemene declaraties */

a         {text-decoration:none}
a:link    {color: #BEBF02;}
a:visited {color: #BEBF02;}
a:hover   {color: #605949; text-decoration: underline; }
a:active  {color: #605949;}

h1 {
	font: 1.6em Arial, Helvetica, sans-serif;
	color:#BEBF02;
	text-align:center;
}

h2 {
	font: 1em "Times New Roman", Times, serif;
	font-style: italic;
	text-align:center;
	padding-bottom: 1em;
}

h3 {
	padding: 2px 0 7px 10px;
}

p {
	font: 0.9em Arial, Helvetica, sans-serif;
	padding-bottom: 1em;
	background-color:#FFF;
}

ul {
	font-size: 0.9em;
	list-style: none;
}


label {
	float:left;
	padding: 3px 5px;
	font: 0.8em Arial, Helvetica, sans-serif;
}

fieldset {
	border: 1px groove #ccc;
	padding: 3px;
	margin: 5px 0;
}

legend {
	margin: 0 0 0 10px;
}

input {
	float:right;
}

input:focus, select:focus, textarea:focus {
	background:#ccc;
}

.cijfer {
	width: 25px;
}
.selected {
	background-color:#FFF;
}

.programma {
	font: 0.8em Arial, Helvetica, sans-serif;
	padding: 0 0 15px 20px;
}

/* Alle declaraties voor het menu  */

#menu a         {padding: 0 0 0 30px; font-weight:bold; display:block; text-decoration:none;}
#menu a:link    {color:#605949;}
#menu a:visited {color:#605949;}
#menu a:hover   {color:#605949;	background-color:#BEBF02;}
#menu a:active  {color:#605949;}

/* Declaraties voor het onderste menu */

#bottom_menu {
	margin:0 0 50px 0;
	font: 0.7em Arial, Helvetica, sans-serif;
	color:#BEBF02;
	text-align:right;
	padding-right:45px;
}	

#bottom_menu a         {text-decoration:none;}	
#bottom_menu a:link    {color:#BEBF02;}	
#bottom_menu a:visited {color:#BEBF02;}	
#bottom_menu a:hover   {color:#605949;}	
#bottom_menu a:active  {color:#605949;}	

