body, div, span, form, img, input, textarea {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #000;
}

img {
	display: block;
	border: 0;
}

/* ----- Standaar tekst elementen ----- */
a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

h1 {
	margin: 0 0 10px 0;
	padding: 5px;
	font-size: 1.2em;
	background-color: #FFE5CC;
	border-top: 1px solid #FF7F00;
}

h2 {
	margin: 5px 0 5px 0;
	padding: 0;
	font-size: 1.0em;
}

p {
	margin: 10px 0;
	padding: 0;
	font-size: 1.0em;
}

p a {
	text-decoration: underline;
}

div a {
	text-decoration: underline;
}

div.errorText {
	padding: 5px;
	background-color: #f00;
	color: #fff;
}

div.errorTextGreen {
	padding: 5px;
	background-color: #66FFB3;
	color: #fff;
}

div.info {
	display: inline;
	padding: 5px;
	background-color: #ff0;
	font-weight: bold;
	cursor: help;
}

/* ----- forms ----- */
input.text, textarea.text {
	padding: 2px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	color: #000;
	border: 1px solid #003559;
}

select {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #000;
	border: 1px solid #003559;
}

input.button {
	padding: 2px;
	font-size: 0.7em;
	color: #000;
}

table td.note {
	border-top: 1px solid #FF7F00;
	font-size: 0.7em;
}

/* ----- Pagina opbouw ----- */
div.spacer {
	clear: both;
}

div#top {
	margin: auto;
	margin-top: 5px;
	padding: 10px;
	padding-right: 30px;
	padding-top: 30px;
	width: 832px;
	height: 28px;
	background: #fff url('../images/top.gif') no-repeat;
	text-align: right;
}

div#wrap {
	padding: 0 11px 0 11px;
	margin: 0 auto;
	width: 850px;
	background: #E5F3FF url('../images/bg.gif') repeat-y;
	/*border: 1px solid #bbb;
	border-top: 0;
	border-bottom: 0;*/
}

div#header {
	margin-bottom: 3px;
	padding: 5px;
	height: 40px;
	background-color: #FFCCCE;
	text-align: center;
}

div#navigation {
	padding: 5px;
	background-color: #CC0099;
	text-align: center;
}

div#navigation a {
	color: #fff;
	text-decoration: none;
}

div#navigation a:hover {
	color: #fff;
	text-decoration: underline;
}

div#contentBox {
	margin: 0 0 0 0;
	padding: 15px 15px 0 15px;
}

div#extraWrap {
	float: left;
	width: 670px;
}

div#content {
	margin: 0 0 0 0;
	float: right;
	width: 610px;
	background-color: #fff;
}

div.smallBox1 {
	padding: 0 5px;
	background: url('../images/small-01-bg.gif') repeat-y;
}

div.smallBox1Top {
	width: 180px;
	height: 7px;
	background: url('../images/small-01-top.gif') no-repeat;
	font-size: 1px;
}

div.smallBox1Bottom {
	margin-bottom: 10px;
	width: 180px;
	height: 7px;
	background: url('../images/small-01-bottom.gif') no-repeat;
	font-size: 1px;
}

div#leftBox {
	float: left;
	width: 180px;
}

div#adsLeft {}

div#bottom {
	clear: both;
	margin: auto;
	margin-bottom: 20px;
	width: 872px;
	height: 38px;
	background: #fff url('../images/bottom.gif') no-repeat;
}

div.bottomText {
	text-align: center;
	padding-top: 15px;
	font-size: 9px;
	color: #000;
}

/* --- Google ADS --- */
div.adsTitle {
	margin-bottom: 5px;
	text-align: center;
	color: #fff;
}

div.ads {
	width: 160px;
	margin: 0 auto;
}

div.ads a {
}

/* Last accounts */
div.lastAccountsTitle {
	padding: 2px;
	color: #000;
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
}

div.account {
	overflow: hidden;
	padding: 3px;
	color: #003559;
	font-size: 7pt;
	text-align: center;
}

ul#menu {
	margin: 0;
	padding: 0;
	padding-left: 25px;
	list-style-image: url('../images/balloon_tiny.gif');
	list-style-position: outside;
}

ul#menu li {
	margin: 0;
	padding: 2px 0 2px 5px;
}

ul#menu li a {
	text-decoration: none;
	color: #003559;
}

ul#menu li a:hover {
	text-decoration: underline;
}

ul#menu li a.active {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}