body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #14214e;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body.editorBody {
	background-color: #FFFFFF;
}

/* Stijl bovenbalk */
.bovenbalk {
	height: 78px;
}
.bovenbalk td {
	height: 78px;
}

.header_left{background: url(../files/grafisch_bovenbalk1.jpg) no-repeat;}

.header_middle{background: url(../files/grafisch_bovenbalk2.jpg) repeat;}

.header_right{background: url(../files/grafisch_bovenbalk3.jpg) no-repeat;padding-right: 15px;}

/* Stijl hoofdtabel */
.hoofdtabel {
	width: 900px;
	height: 557px;
}

/* Stijl toolbar */
a.toolbar{margin-right:5px;}

td.toolbar {
	text-decoration: none;
	background: url(../files/grafisch_balk_toolbar2.jpg) repeat-x;
}

td.toolbar_left{
  background: url(../files/grafisch_balk_toolbar1.jpg) no-repeat;
}

td.toolbar_right{
  background: url(../files/grafisch_balk_toolbar3.jpg) no-repeat;
}

.menuContainer{
  background: url(../files/grafisch_linker_balk.gif) no-repeat; 
  height: 557px;
}

/* Stijl menu */
a.menu:link, a.menu:visited, a.menu:active {
	font-size: large;
	text-decoration: none;
	color: #ffffff;
}
a.menu:hover {
	color: #f4b44d;
}

/* Stijl zonenaam */
.zonenaam, a.zonenaam:link, a.zonenaam:hover, a.zonenaam:active, a.zonenaam:visited {
	font-size: xx-large;
	text-decoration: none;
	color: #ffffff;
	margin-right: 20px;
}
a.zonenaam:hover {
	color: #f4b44d;
}

/* Stijl links */
a:link, a:visited, a:active {
	color: #336699;
}
a:hover {
	color: #99CCCC;
}

.title {
	font-size: medium;
	color: #336699;
	font-weight: bold;
}
.abstract {
	font-weight: bold;
}
.content img {
 	margin-right: 10px;
 	margin-bottom: 10px;
}

/* Stijl headings */
h1, h2, h3, h4, h5, h6 {
	color: #336699;
}
h1 {
	font-size: small;
}
h2, h3, h4, h5, h6 {
	font-size: x-small;
}
h3.loc {
	color: #336699;
	font-weight: bold;
	font-size: small;
	
}
.txtsmall {
	font-size: x-small;
}
.txtmedium {
	font-size: small;
}
.txtlarger {
	font-size: large;
}
.txtlarge {
	font-size: x-large;
}
.txtlargest {
	font-size: xx-large;
}
.content {
	padding: 12px;
}

