body,h1,h2,h3,h4,h5,h6,p,select,input,div,table,td,span,a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
.content {
	color:#656565;
}

h1 {
	margin: 0 0 .4em 0;
	font-size: 18px;
	font-weight: bold;
	color: #333c5b;
	background: #e5e5e5;
	width:98%;
	padding:  7px 13px 8px 13px;
}

h2 {
	margin: 5px 0 .3em 0;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}

h3 {
	margin: 0 0 .2em 0;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

h4 {
	margin: 0;
	font-weight: bold;
	color: #626262;
}

p {
	margin: 0 0 1em 0;
}

a,a:link,a:visited {
	color: #5ea1be;
	text-decoration: none;
}

a:hover,a:active {
	color: #5ea1be;
	text-decoration: underline;
}

.content a,.content a:link,.content a:visited {
	color: #5ea1be;
}

.content a:hover,.content a:active {
	color: #5ea1be;
	text-decoration: underline;
}

.content a.top,.content a.terug {
	float: right;
}

.content .intro {
	font-weight: bold;
	margin-bottom: 10px;
}

.content ul,.content ol {
	margin-left: 25px;
}

#content.content span.found {
	background: #FEFE9C url(/skins/default/pics/bgfound.gif) repeat-x 50%;
	padding: 1px;
	color: #000;
	line-height: 1.6em;
}

a.download {
	padding-right: 12px;
	background: url(pics/download.gif) no-repeat 99% 50%;
}

a.out {
	padding-right: 12px;
	background: url(pics/out.gif) no-repeat 99% 50%;
}

img,a img {
	border: 0;
}

img.left {
	float: left;
	display: inline;
	clear: left;
	margin: 5px 20px 10px 5px;
	border: 0;
}

img.right {
	float: right;
	display: inline;
	clear: right;
	margin: 5px 5px 10px 20px;
	border: 0;
}
/* table */
table {
	margin: 0;
	font-size: 100%;
}

table th,table td {
	margin: 0;
	vertical-align: top;
	padding: 2px;
}

table.smallegrijzerand {
	border: 1px solid #999;
	border-collapse: collapse;
}

table.smallegrijzerand td {
	border: 1px solid #999;
}

table.dikkezwarterand {
	border: 3px solid #000;
	border-collapse: collapse;
}

table.dikkezwarterand td {
	border: 3px solid #000;
}

form input.text {
	color: #828282;
}

form input.activetext {
	color: #000;
}

input, button, textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
