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

body {
	margin: 0;
	font-family:Tahoma;
    font-size: 11px;
    color: #707070;
/*background-color:#012D43;*/
	background-color: #FFFFFF;
	height: 100%;
	
	background-image: url('/images/interface/bg.jpg');
	background-repeat:repeat-y;
	background-position: center;
}

input {
	font-size: 11px;
}
select {
	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;
}

strong {
	color: #3A403C;
}

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

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

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


img {
    border: 0;
}

fieldset {
	border: 1px solid #012D43;
}


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

a:hover {
	text-decoration: underline;
	font-weight: bold;	
	color: #003F55;
}



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

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

}

table.main {
	width: 766px;
	background-color:#FFFFFF;

}


.contentadm {
	width:440px;
	background-image: url('/images/interface/background.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 0px;
	padding-top: 20px;
	padding-left:0px;
	padding-right: 0px;
	

}

td.left {
	padding: 0px;
	width:440px;
}



/***** Div *****/

div {
	border: 0px;
}

#container {
margin: 0px auto;
width: 1020px;
	height: 100%;

}

#content_container {
	/*margin: 0px auto;*/
	width: 700px;
	background-color:#FFFFFF;
	float:left;
	margin: 0 140px 0 135px;
}

#menu{
	/*border: 1px solid #FF0000;*/
	margin-top:82px;
	padding-left:20px;
	position:absolute;
	background-image:url(/images/interface/menu_bg.jpg);
	background-position:bottom;
	background-position:left;
	background-repeat:no-repeat;
	height:26px;
	line-height: 27px;
	color: #003F55;
	font-weight: bold;
	width:700px;
}	



#zoek {
	padding-top: 160px;
	position:relative;

}	

#content {
	background-color:#FFFFFF;
	width: 670px;
	position:absolute;
	padding:20px;
	margin-top: 107px;
	
}

#waar {
	overflow: auto;
	position: absolute;
	 z-index: 5;
	margin-left: 300px;
	 margin-top: 40px;
}

#wat {
	overflow: auto;
	position: absolute;
	 z-index: 7;
	 margin-left: 70px;
	margin-top: 40px;
}

#wie {
	overflow: auto;
	position: absolute;
	 z-index: 9;
	 margin-left: 490px;
	margin-top: 40px;
}



.scroll {
	height: 370px;
	width: 200px;
	overflow: auto;
	border: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
/*	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; }

.titel {
	font-weight: bold;	
}

textarea {

    font-size: 11px;
}

