body {
	margin: 10px;
	padding: 10px;
	background: #EEEEEE;
}

table,tr,td {
	color: #222222;
	font: 11px tahoma, arial, verdana, helvetica, sans-serif;
}

.headerPage {
	color: #000000;
	font-size: 22px;
}

.headerPage_green {
	color: #0A654C;
	font-weight: bold;
	font-size: 22px;
}

.headerLarge {
	color: #1D66AF;
	font-weight: bold;
	font-size: 14px;
}

.headerSmall {
	color: #222222;
	font-weight: bold;
	font: 11px tahoma, arial, verdana, helvetica, sans-serif;
}

.slash {
	color: #222222;
	font: 11px arial, tahoma, helvetica, sans-serif;
}

.hSmallBlue {
	color: #1D66AF;
	font-weight: bold;
	font-size: 12px;
}

.textBoldBlue {
	color: #1D66AF;
	font-weight: bold;
}

.textBold {
	color: #222222;
	font-weight: bold;
}

.textBoldGrey {
	color: #666666;
	font-weight: bold;
}

.textBoldWhite {
	color: #FFFFFF;
	font-weight: bold;
}

.textBoldGreen {
	color: #0B6F54;
	font-weight: bold;
}

.textGrey {
	color: #999999;
	font: 9px tahoma, arial, verdana, helvetica, sans-serif;
}

.textBlack {
	color: #000000;
	font: 9px tahoma, arial, verdana, helvetica, sans-serif;
}

.textBlue {
	color: #1D66AF;
	font: 11px tahoma, arial, verdana, helvetica, sans-serif;
	line-height: 130%;
}

.textRed {
	color: #B80923;
	font: 11px tahoma, arial, verdana, helvetica, sans-serif;
	line-height: 130%;
}

.text {
	color: #444444;
	font: 11px tahoma, arial, verdana, helvetica, sans-serif;
	line-height: 130%;
}

.text a:link, .text a:visited, .text a:active {
	color: #0B6F54;
	text-decoration: underline;
}

.text a:hover {
	color: #666666;
	text-decoration: underline;
}

.menu {
	color: #222222;
	font: 11px tahoma, arial, verdana, helvetica, sans-serif;
	line-height: 130%;
}

.menu a:link, .menu a:visited, .menu a:active {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	padding: 2 0 0 8;
	background: #E4E4E4;
	height: 20px;
	width: 100%;
	border-left: 4px solid #666666;
}

.menu a:hover {
	color: #222222;/*0B6F54*/
	font-weight: bold;
	text-decoration: none;
	background: #F1F1F1;
	height: 20px;
	width: 100%;
	border-left: 4px solid #0A654C;
}

.menuActive a:link, .menuActive a:visited, .menuActive a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 3 0 0 8;
	background: #0A654C;
	height: 20px;
	width: 100%;
	border-left: 4px solid #043628;
}

.menuAdmin {
	color: #222222;
	font: 11px tahoma, arial, verdana, helvetica, sans-serif;
	line-height: 130%;
}

.menuAdmin a:link, .menuAdmin a:visited, .menuAdmin a:active {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	padding: 4 8 4 8;
	background: #E4E4E4;
	height: 24px;
}

.menuAdmin a:hover {
	color: #222222;/*0B6F54*/
	font-weight: bold;
	text-decoration: none;
	background: #F1F1F1;
	height: 24px;
}

.besparing {
	color : #000000;
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
	padding: 3px;
	outline: none;
	height: 19px;
	font: 11px tahoma, arial, verdana, helvetica, sans-serif;
}

.input {
	color : #333333;
	border: 1px solid #DDDDDD;
	background: #F2F2F2;
	padding: 3px;
	outline: none;
	height: 19px;
	font: 11px tahoma, arial, verdana, helvetica, sans-serif;
}

.textarea {
	color : #333333;
	border: 1px solid #DDDDDD;
	background: #F2F2F2;
	padding: 3px;
	outline: none;
	font: 11px tahoma, arial, verdana, helvetica, sans-serif;
}

.button {
	color : #333333;
	font: 11px tahoma, arial, verdana, helvetica, sans-serif;
}

ul {
	margin-left: 16px;
}

.barnbyar {
	margin-bottom: 10px;
}

form { margin: 0; }