body {
	background-image: url("images/back2.gif");
	background-attachment: fixed;
	background-repeat: repeat;
}

img{
	border: none;
}

/****************tables***************/

table{
	background-color: #990000;
	border: 2px solid #000000;
	margin-top: 0px;
}

.no{
	border-style: none;
}

.opsomming{
	width: 300px;
	border-style: none;
	border-width: 1px;
}

.planning{
	width: 800px;
	border-style: none;
	border-width: 1px;
}

.navbar{
	margin-left: 5px;
	width: 100px;
	border: none;
}

.related{
	margin-left: 15px;
	border: none;
}
#opsomming{
	color: #330000;
	font-size: 12px;
	font-family: arial, helvetica, times, 'times new roman';
	margin-left: 5px;
	margin-top: 8px;
}

/*************teksttags*************/

div{
	color: #330000;
	font-size: 12px;
	font-family: arial, helvetica, times, 'times new roman';
	margin-left: 5px;
	margin-top: 8px;
}

.writer{
	font-size: 10px;
}

.bottomwriter{
	margin-top: 0px;
	margin-left: 0px;
}

h1,h2,h3{
	color: #330000;
	font-family: arial, helvetica, times, 'times new roman';
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 8px;
}

h1{
	font-size: 17px;
}

h2{
	font-size: 15px;
}

h3{
	font-size: 12px;
}


/**********opsomming***************/
ol{
	margin-top: 5px;
	margin-bottom: 0px;
	color: #ffffff;
}

ul{
	margin-top: 5px;
	margin-bottom: 0px;
	list-style-type: disk;
}

li{
	color: #330000;
	font-size: 12px;
	font-family: arial, helvetica, times, 'times new roman';
	margin-left: 5px;
	margin-top: 8px;
}

/*********linken************/

a.navigatie{
	color: #ff9933;
	text-decoration: none;
	font-size: 15px; 
	font-family: arial, helvetica, times, 'times new roman';
	font-weight: normal;
}
	
a.navigatie:hover{
	text-decoration: underline;
}

a.top{
	text-decoration: none;
	text-align: center;
}

a.top:hover{
	text-decoration: underline;
}

a{
	color: #ff9933;
	text-decoration: none;
	font-size: 12px;
	font-family: arial, helvetica, times, 'times new roman';
}

a:hover{
	text-decoration: underline;
}