/***DEFAULT STYLESHEET***/

/******************************************************************************** GENERAL ELEMENTS ***/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/oortje_achtergrond.jpg) repeat-x #ffffff;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #383838;
}

.mainmaster {
	width: 227px;
	height: 88px;
}

.masterinhoud {
	padding: 0px;
}

.main {
	width: 537px;
}

.maininhoud {
	width: 100%;
	padding: 5px;
}

.menu {
	padding-top: 50px;
}

.menumaster {
	border: 1px solid #e4e4e4;
	background: url(../images/menutop_bg.jpg) repeat-x;
	height: 40px;
	width: 95%;
}

.menuinhoud {
	padding: 10px;
	width: 100%;
}

.sublevel {
	background: url(../images/menupijl.jpg) center left no-repeat;
	padding-left: 15px;
	height: 5px;
	font-size: 11px;
	vertical-align: middle;
	line-height: 20px;
	color: #5c5c5c;
	font-weight: normal;
	text-decoration: none;
}

.sublevel:hover {
	text-decoration: underline;
}

.mainlevel {
	background: url(../images/menupijl.jpg) center left no-repeat;
	padding-left: 15px;
	font-size: 11px;
	vertical-align: middle;
	line-height: 20px;
	color: #5c5c5c;
	font-weight: normal;
	text-decoration: none;
}

.mainlevel:hover {
	text-decoration: underline;
}

#active_menu {
	font-weight: bold;

}

.contentheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 15px;
	padding-top: 0.1em;
	font-size: 24px;
	font-weight: bold;
	color: #383838;
	line-height: 25px;
}

.componentheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 15px;
	padding-top: 0.1em;
	font-size: 18px;
	font-weight: bold;
	color: #525252;
}

tr.sectiontableentry1 {
	font-size: 11px;
}

tr.sectiontableentry2 {
	font-size: 11px;
}

.contentdescription {
	font-size: 11px;
}

h1, h2, h3, h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #383838;
}

h1 {
	margin-bottom: 1em;
	padding-top: 0.1em;
	font-size: 2em;
	color: #383838;
}

h2 {
	margin: 1em 0 0.5em;
	font-size: 1.5em;
	line-height: 22px;
	color: #383838;
}

h3 {
	color: #383838;
}

h2.normal {
	font-weight: normal;
}

table, td {
	border: 1px;
}

tr {
	font-size: 11px;
}

p {
	font-size: 11px;
	margin-bottom: 1em;
	line-height: 17px;
}

a {
	color: #ed1c24;
	text-decoration: underline;
	font-weight: normal;
	line-height: 17px;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
	padding-right: 10px;
}

hr {
	height: 0;
	color: #e4e4e4;
	border: none;
	border-bottom: 1px solid #e4e4e4;
	clear: both;
}

ul {
	margin: 0 0 1em 1.5em;
	padding: 0;
	list-style-type: none;
}

ul li {
	background: url(../images/video-item.jpg) left no-repeat top;
	background-position: 0px 0px;
	margin: 0.25em 0;
	text-indent: 30px;
	font-size: 11px;
	height: 20px
}

ul li a {
	font-size: 1em;
}

ol {
	margin: 0 0 1em 3em;
	padding: 0;
}

ol li {
	margin: 0.25em 0;
	font-size: 0.9em;
}

ol li a {
	font-size: 1em;
}

.button {
	border: none;
	width: 70px;
	height: 20px;
	font-size: 10px;
	color: #FFFFFF;
	background: url(../images/button.jpg) no-repeat;
}

.inputbox {
	border: 0.1em solid #757575;
	background: #EDEDED;
	font-size: 10px;
}

.contentpaneopen {
	width: 100%;
}