/* Start of CMSMS style sheet 'Goallab style' */
body {

	font: normal 0.8em Tahoma, Verdana, Arial, Helvetica, sans-serif;
}


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #845B25;
/* background image for the link to show wiki style arrow */
	background: url(images/cms/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #845B25;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(images/cms/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #845B25;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(images/cms/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */
/* hr and anything with the class of accessibility is hidden with CSS from visual browsers */
.accessibility, hr {
/* absolute lets us put it outside the viewport with the indents, the rest is to clear all defaults */
	position: absolute;
	top: -9999em;
	left: -9999em;
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	border: none;
}
/* ------------ Standard  HTML elements and their default settings ------------ */
b, strong{font-weight: bold;}i, em{	font-style: italic;}
p {
	padding: 0;
	margin-top: 0.5em;
    margin-bottom: 1em;
   text-align:left;
}
h1, h2, h3, h4, h5 {
	line-height: 1.6em;
	font-weight: normal;
	width: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2 {margin-top: 1.5em;}
h3, h4 {font-size: 13px;font-weight: bold;border-bottom: 1px white solid;margin-bottom: 10px;}

/*default link styles*/
a {
	color: #845B25;
	text-decoration: none;
	text-align: left;
}
a:hover {
	color: #000;
}
a:active {
	color: #845B25;
}
a:visited {
	color: #845B25;
}
input, textarea, select {
	font-size: 0.95em;
}

div#main_inner_mid li {

margin: 0px 0px 1em 1em;
}

div#col2 li {
list-style: none;
margin: 0;
}

img.plaatje-links {margin: 0px 30px 15px 0px;}

img.plaatje-rechts {margin: 0px 0px 15px 30px;}
/* End of 'Goallab style' */

