/*BASIS ELEMENTEN */
body { 
	background: #996699;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 2.0em;
	margin: 0px; 
	padding: 0px; 
	width: 100%;
	height: 100%;
	}

a:active, a:link, a:visited, a:hover {
	text-decoration: none;
	color: #000000;
	background: none;
}

a:hover {
	cursor: pointer;
	cursor: hand;	
}

#maincontent a:hover {
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
}

table {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	line-height: 2.0em;
}

td {
	font-size: 10px;
	height: 20px;
	vertical-align: top;
	padding-right: 15px;
	
}

td:first-child {
	white-space: nowrap;
}


.td1 {
	height: 20px;
	padding-left: 12px;
	vertical-align: middle;
	white-space: nowrap;

}

.td2 {
	height: 20px;
	padding-left: 12px;
	vertical-align: middle;
}

input.textfield {
	color: #000000; 
	border: solid 1px #660066; 
	background: white; 
	font-size: 10px; 
	font-weight: normal; 
	height: 15px;
	vertical-align: middle;
}

input {
	float: left;
}

.st_heading {
	font-weight: bold;
}

select {
	background: #ffffff;
	border: none;
	color: #000000;
}


h2 {
	font-weight: bold;
	font-size: 10px;
	padding: 20px 0px 0px 0px;
	margin: 0;
}

ul{
	padding: 0px 0px 0px 15px;
	margin: 0;
}

li {
	padding: 0;
	margin: 0;
	display: list-item;
	list-style-position: outside

}


/* EINDE BASIS ELEMENTEN */

/*STANDAARD PAGINA'S*/
#base {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	max-width: 100%;
	min-width: 744px;
	margin: 0;
	padding: 0;
}

#header-top {
	position: relative;
	top: 0px;
	left: 0px;
	height: 100px;
	width: 100%;
	background: #660066;
	color: #ffffff;
	z-index: 2;
}

#topmenu1 {
	position: relative;
	top: 0px;
	left: 367px;
	width: 450px;
	font-size: 10px;
	padding-top: 4px;
	z-index: 2;
}

a.topmenulink:link, a.topmenulink:visited  {
	text-decoration: none;
	color: #f0f;
	background: none;
}

a.topmenulink:hover {
	text-decoration: none;
	color: white;
	background: none;
}

a.menulink:hover {
	color: #000;
}

#home-titel {
	position: relative;
	top: 5px;
	left: 0px;
	font-style: italic;
	font-size: 14px;
	padding-left: 12px;
	z-index: 2;
}

#topmenu2 {
	position: relative;
	top: 17px;
	left: 0px;
	width: auto;
	font-size: 10px;
	text-align: left;
	padding-left: 12px;
	word-spacing: -0.2em;
	z-index: 2;
}

#subtopmenu {
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
	height: 40px;
	/*word-spacing: -0.2em;*/
	z-index: 2;
}

#maincontent{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
}

#maincontent2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	padding-left:0px;
	padding-right: 0px;
	padding-top: 140px;
}

/*deze class liever niet editen!! Is basis voor veel pagina's, in sommige pagina's wordt deze div deels overschreven in sub stylesheets*/
#maincontent2-text {
	position: relative;
	top: 0px;
	left: 0px;
	width: 500px;
	margin-left: 60px;
	height: auto;
	line-height: 2.0em;
	padding-left: 0px;
}

#maincontent2-text-inputscherm {
	position: relative;
	top: 0px;
	left: 0px;
	line-height: 2.0em;
}

/*EINDE STANDAARD PAGINA'S*/


/*DIVERSE CLASSES*/
.right {
	text-align: right;
}

.left {
	text-align: left;
}

.justify {
	text-align: justify;
}

.center{
	text-align: center;
}

.submenu-padding {
	padding-top: 20px;
}

.bannerpic {
position:absolute;
z-index:999;
left:50%;
margin-left: -390px;
width:171px;
height:80px;
top:100px;
}

form {
	margin: 0px;
	padding: 0px;
}

/*EINDE DIVERSE CLASSES*/