/*
 * @(#) content.css
 *
 * nieuwe stylesheet voor de body ...
 *
 */

body {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 8pt;
	color: Black;
	text-decoration: none;
	background-color : White;
}

list {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 8pt;
	color: Black;
	text-decoration: none;
}

table {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 9pt;
	color: Black;
	text-decoration: none;
}

.menuitem {
	color: #CC9848;
	font-weight : bolder;
	font-size: 12pt;
}

.submenuitem {
	color: #BC9848;
	font-weight : bolder;
	font-size: 8pt;
}

.subsubmenuitem {
	color: #BC9848;
	font-size: 8pt;
}

.trigger {
	color: #BC9848;
	font-size: 8pt;
}


.eng {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #606060;
	text-decoration: none;
	font-style : italic;
}

.copyrights {
	font-weight : bolder;
	font-size: 8pt;
}
.trailer {
	font-weight : bolder;
	font-size: 8pt;
	color: #FFFFFF;
}
.sidebar {
	
	font-size: 7pt;
	color: #FFFFFF;
}

hr {
	color: Maroon;
}

h1 {
	font-size: 14pt;
	color: Maroon;
}

h2 {
	font-size: 12pt;
	color: Maroon;
}

h3 {
	background-image: url(/images/rodebalk2.jpg);
	background-position: right; 
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: 1px;
	color: white;
	height: 25px;
	font-weight: bold;
	padding-top: 1px;
	padding-left: 10px;
}

h4 {
	font-size: 8pt;
	color: Maroon;
}
h5 {
	font-size: 6pt;
	margin-top: 4px;
	margin-bottom: 1px;
	color: Maroon;
}

A:link {
	color: Purple;
	text-decoration:none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : transparent;
}

A:visited {
	color: Purple;
	text-decoration:none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : transparent;
}

A:active {
	color: Purple;
	text-decoration:none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : transparent;
}

a:hover {
	color: Purple;
	text-decoration: underline;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : transparent;
}
a:hover.sidebar {
	color: yellow;
	text-decoration: underline;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : transparent;
}
a:active.sidebar {
	color: yellow;
	text-decoration: underline;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : transparent;
}
a:visited.sidebar {
	color: yellow;
	text-decoration: underline;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : transparent;
}
a:link.sidebar {
	color: yellow;
	text-decoration: underline;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : transparent;
}