/* @override http://uden.kliknieuws.dev/css/type.css */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dd,dt {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

* {
	font-family: Verdana, Arial, Sans serif;
	font-size: 11px;
	line-height: 16px;
}

p {
	padding-bottom: 9px;
}

h1 {
	font-size: 14px;
	margin: 0 0 9px 0;
}

h2 {
	font-size: 12px;
	margin: 8px 0 0 0;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #BD0000;
	text-decoration: 1px solid #BD0000;
}

/* @group Links */
a.email {
	background: url(/images/email.png) no-repeat;
	color: #bd0000;
	padding: 0 0 2px 20px;
}

a.intern_link, a.intern, a.extern {
	color: #bd0000;
	border-bottom: 1px dotted #bd0000;
}

a.extern {
	background: url(/images/link-extern.gif) no-repeat right 2px;
	padding-right: 15px;
}

a.show {
	background: url(/images/filter.png) no-repeat;
	padding-left: 16px;
}

a.select {
	background: url(/images/wand.png) no-repeat;
	padding-left: 20px;
}

a.print {
	background: url(/images/printer.png) no-repeat;
	color: #bd0000;
	padding:  3px 0 0 20px;
}

span.camera {
	background: url(/images/camera.png) no-repeat;
	padding:  2px 0 0 20px;
}

span.reageer {
	background: url(/images/comments_big.png) no-repeat;
	padding:  1px 0 0 20px;
}
/* @end */

/* @group BB Styles */
.bb_tools td, .bb_tools th {
	background-color: white;
	border: 1px solid black;
	padding: 1px 3px;
}

.bb_tools td:hover {
	background-color: #caa;
}

p.align_left {
	text-align: left;
}

p.align_center {
	text-align: center;
}

p.align_right {
	text-align: right;
}
/* @end */

input, textarea {
	border: 1px solid #666;
	padding: 3px 5px;
}

.checkbox, .radio {
	border: none;
}

select {
	padding: 0px;
}

input {
	line-height: 11px;
}
