@charset "UTF-8";
/* CSS Document */

/*
blauw: 001d67
lichtblauw:4bb5ff
rood:ff0000
*/

* {
	margin:0;
	padding:0;
}

html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#001d67;
}

table td {
	font-size:12px;
}

/* Text formatting */

h1 {
	font-size:14px;
	font-weight:bold;
	margin:8px 0 8px 0;
}

h2 {
	font-size:13px;
	font-weight:bold;
	margin:6px 0 6px 0;
	color:#4bb5ff;
}

p {
	margin:16px 10px 16px 0px;
	line-height:16px;
}

td.footer {
	text-align:center;
}

td.footer a {
	color:#001d67;
}

td.content {
	background:#fff url(../images/awh_14.jpg) bottom right repeat-x;
	background-attachment:fixed;
}

td.menu a {
	font-size:16px;
	font-weight:bold;
	color:#001d67;
	text-align:left;
	display:block;
	margin-bottom:25px;
	margin-left:15px;
	text-decoration:none;
}

td.menu a:hover {
	color:#FF0000;
	text-decoration:underline;
}

div#content {
	width:432px;
	height:622px;
	overflow:auto;
}

/* List */

ul {
	margin:0 0 0 10px;
}

li {
	list-style:circle;
	margin:0 0 0 10px;
}

/* Images */
img.left {
	margin:0 6px 6px 0;
}

img.right {
	margin:0 0 6px 6px;
}

/* Block */
div.block {
	width:163px;
	display:block;
	margin-bottom:15px;
	color:#FFFFFF;
}

div.block div.top {
	width:163px;
	height:13px;
	line-height:13px;
	background:url(../images/block_top.png) top left no-repeat;	
}

div.block div.inner {
	width:163px;
	background:url(../images/block_inner.png) top left repeat-y;
	line-height:16px;
	text-align:center;
}

div.block div.inner h1 {
	margin:0;
	padding:0;
	color:#001d67;
	font-size:12px;
	font-weight:bold;
	padding-bottom:5px;
	color:#FFFFFF;
}

div.block a {
	color:#FFFFFF;
}

div.block div.inner div {
	width:auto;
	margin:0 5px 0 5px;
}

div.block div.bottom {
	width:163px;
	height:13px;
	line-height:13px;
	background:url(../images/block_bottom.png) bottom left no-repeat;
}

/* Links */
a {
	color:#FF0000;
	text-decoration:underline;
}

a:hover {
	color:#001d67;
	text-decoration:underline;
}
