/* colors
----------------------------------------------- 
rood: cc3300
lichtblauw: f2fafc -> achtergrond
donkerblauw: 003399 -> tekst
donkergrijs: 333
grijs: 666
blauw: cee4ef -> kader
*/


body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #000;
}


/* anchors
----------------------------------------------- */

a:focus {
	outline: red dotted 1px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color:#cc3300;
}


/* =Headings
--------------------------------------------------------------------------------*/

h1 {
	font-size: 22px;
	line-height: 22px;
	margin-top: -1px;
}

h2 {
	font-size: 14px;
	line-height: 14px;
	display: inline;
}

h3 {
	font-size: 13px;
	line-height: 13px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 11px;
}

h6 {
	font-size: 10px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

.box ul {
	list-style-image: url(../media/arrow_right_s.gif);
}

li {
	margin-left: 10px;
}

p,
dl,
hr,
h1,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 5px;
}


hr {
	border-color: #cee4ef;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	margin-bottom: 10px;
}

/* Custom
--------------------------------------------------------------------------------*/

p.intro {
	font-size: 14px;
	color: #808080;
}

span.red {
	color: red;
}
.s {
	font-size: 10px;
	line-height: 12px;
}

div.pagebrowser a {
}

div.pagebrowser a.activeItem {
	background-color: #000;
	color: #fff;
	font-weight: bold;
	padding: 0 3px;
}