/***** Global Settings *****/
html, body {
    border: 0;
    margin: 0;
    padding: 0;

}

body {
	margin: 0;
    font-family: Verdana,Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #002F00;
	
	background-image: url('/images/interface/background.jpg');
	background-repeat: repeat;
}


input {
	font-size: 11px;
}

/***** Common Formatting *****/
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

h1 {
    padding: 20px 0 0 0;
    letter-spacing: -1px;
    /*font: bold 1.4em;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
}

h2 {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {
    /*font: 1em; */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

p, ul, ol {
    margin: 0;
    padding: 0 0 18px 0;
}

ul, ol {
    padding: 0 0 0px 20px;
}

li {
	/*line-height: 20px;*/
}


img {
    border: 0;
}


/***** Links *****/
a, a:visited {
	text-decoration: none;
	font-weight: bold;	
	color: #002F00;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;	
	color: #002F00;
}



/***** Tables *****/

table {
    border: 0;
    margin: 0 0 0 0;
    padding: 0;
    text-align: left;

}

table.main {
	width: 877px;
	background-color:#FFFFFF;
	border: 1px solid #000000;

}

td.top {
 	background-image: url('/images/interface/top_background.jpg');
  	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 15px;
	font-size: 12px;
	line-height:12px;
	color: #2F624A;
}

div.menu {
 	vertical-align:top;
	height:599px;
	background-image: url('/images/interface/menu_background.jpg');
	background-repeat: repeat;
	color:#FFFFFF;
	font-size:12px;
	padding-left: 2px;
	
}

table.inhoud {
	vertical-align: top;
	height: 599px;
}

td.content {

}

.table_menu tr{
	height: 36px;
	
}
.table_menu td {
	

}

.table_menu a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

.table_menu a:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;

}


/***** Div *****/
.scroll {
	height: 470px;
	width: 350px;
	overflow: auto;
	border: 0px;
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 30px;
	line-height: 16px;

}

/***** Global Classes *****/
.clear         { clear: both; }

.float-left    { float: left; }
.float-right   { float: right; }

.text-left     { text-align: left; }
.text-right    { text-align: right; }
.text-center   { text-align: center; }
.text-justify  { text-align: justify; }

.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }
.highlight     { background: #ffc; }

.img-left      { float: left; margin: 4px 10px 4px 0; }
.img-right     { float: right; margin: 4px 0 4px 10px; }

.nopadding     { padding: 0; }
.noindent      { margin-left: 0; padding-left: 0; }
.nobullet      { list-style: none; list-style-image: none; }



