html {
	background-image: url("../img/headerbg.jpg");
	background-repeat: repeat-x;
	background-color: #CAE1F3;
}
html, body, table, td, div {
	font-family: verdana;
	font-size: 11px; 
	color: black;
	padding: 0;
	margin: 0;
	border: 0;
	line-height: 120%;
}
a {
	color: #98BD2D;
}
td {
	vertical-align: top;
}

p {
	margin: 3px 0 12px 0;
}

input[type="text"] {
	width: 300px;
}
select {
	width: 300px;
}
textarea {
	width: 300px;
	height: 200px;
}

.error {
	color: red;
}
 
 
#container {
	width: 873px; margin: 0 auto; background-image: url('../img/sitebg.jpg');
}
#header {
	height: 125px; background-image: url("../img/header.jpg"); position: relative;
}
#headertxt {
	position: absolute; right: 10px; color: white; bottom: 0; padding: 6px;
}
#col1 {
	float: left; width: 69px; background-image: url('../img/logohoek.jpg'); height: 40px; background-repeat: no-repeat;
}
#col2 {
	float: left; width: 166px; height: 200px;
}
#col3 {
	float: left; width: 11px; height: 10px;
}
#col4 {
	float: left; width: 625px; min-height: 350px; height:auto !important; height:350px; padding: 1px;
}
#col2kop {
	height: 25px; background-image: url('../img/menukop.jpg');
}
#sitefoot {
	clear: both; height: 3px; background-image: url('../img/sitefoot.jpg'); background-repeat: no-repeat; background-position: bottom left; font-size: 1px;
}

h1, h2, h3 {
	color: #1C92AE;
	padding: 0;
	margin: 5px 2px 5px 1px;
	line-height: 130%;
}
h1 { font-size: 16px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }

/* <menu> */
#menu {
	margin-top: 30px;
	border-top: 1px solid #B5B7B2;
}
#menu  ul {
	list-style-type: none;
	display: block;
	margin: 0; 
	padding: 0;
}
#menu li, #menu ul, #menu ul li {
	display: block;
	margin: 0; padding: 0;
}
#menu ul a {
	display: block;
	line-height: 17px;
	padding-top: 4px;
	padding-left: 20px;
	background-image: url('../img/menuitem.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: black;
	border-bottom: 1px solid #B2AFAA;
}
#menu ul ul a {
	font-weight: normal;
	text-align: left;
	color: #0C8BA9;
	padding-left: 40px;
}
#menu a:hover {
	background-image: url("../img/menuitem_hover.jpg");
	background-repeat: repeat;
	cursor: pointer;
}
#menu a.plus {
	background-image: url('../img/menuplus.jpg');
}
#menu a.plus:hover {
	background-image: url('../img/menuplus_hover.jpg');
	cursor: pointer;
}
#menu a.min {
	background-image: url('../img/menumin.jpg');
}
#menu a.min:hover {
	background-image: url('../img/menumin_hover.jpg');
	cursor: pointer;
}

/* </menu> */


/* <latest> */
#text {
	margin: 10px;
}

#latest {
	background-image: url("../img/latest_bg.jpg");
	height: 151px;
	padding: 1px;
}
.latest {
	float: left; width: 280px; padding: 15px 10px 10px 20px; height: 107px;
}
.latest table td {
	padding: 3px 3px 1px 0;
}
/* </latest> */

/* <datatable> */
table.data {
	width: 100%;
}

.data th {
	font-weight: bold;
	text-align: left;
	padding: 3px;
}

table.data td {
	padding: 2px;
}


/* <tooltips */
.tip {
	border: 1px solid #1C92AE;
	color: #1C92AE;
	background-color: white;
	padding: 5px;
}

































