/* ################## Algemene site instellingen */
body {
 background-color: silver;
 text-decoration:none; 
 font-family: arial; 
 font-size:12px; color:black;
}

tr,td, table {
 text-decoration:none; 
 font-family: arial; 
 font-size:12px; color:black;
}

a:link {text-decoration: none; color:black;}
a:visited {text-decoration: none; color:black;}
a:hover {text-decoration: none; color:black;}
a {text-decoration: none; color:black;}


.basis {
	width: 900px;
	background-color:white;
}

.toplogo {
	background: url(../images/top.jpg);
	text-align: left;
	height: 150px;
	padding-left: 20px;
	padding-bottom: 10px;
	vertical-align: bottom;
}

#contentdiv{
	width: 100%; height: 100%; overflow: auto;
}

.content {
	font-family: arial;
	font-size: 10pt;
	font-color: black;
	padding: 15px 5px 15px 5px;
	vertical-align: top;
	text-align: left;
}

.footer {
	background: url(../images/bottom.jpg);
	text-align: center;
	height: 102px;
}

/* marge voor het uitklapmenu */
.premenu {
	padding-left: 20px;
}


/* Het uiklapmenu en instellingen */
.topmenu {
	align: left;
	padding-left: 20px;
	background-color: #ff6633;
}

#csstopmenu, #csstopmenu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

#csstopmenu li{
	float: left;
	position: relative;
}

#csstopmenu a{
	text-decoration: none;
}

.mainitems{
	width: 90px;
	border: 1px black;
	border-left-width: 0px;
	border-right-width: 0px;
	background-color: #ff6633;
	margin: 0px 2px 0px 2px;
}

.headerlinks a {
	width: 90px;
	text-align: center;
  color: #000000;
	padding-left: 0px;
  border: 1px;
  border-style: none solid none solid;
  border-color: silver;
  background-color: #ff6633;
  margin: 0 5 0 5 ;
}
.headerlinks a:link,.hoofdmenu a:visited,.hoofdmenu a:active  {}

.headerlinks a:hover {
 background-color: #ff9c07;
}

.submenus{
	display: none;
	width: 10em;
	position: absolute;
	top: 1.2em;
	left: 0;
	border: 0px solid black;
}

.submenus li{
	width: 80px;
	background-color: #ff6633;
	margin: 0 0 0 0;
	margin-left: 5px;
}

.submenus li a{
	display: block;
	width: 90px;
	text-indent: 3px;
}

html>body .submenus li a{ /* non IE browsers */
	width: auto;
}

.submenus li a:hover{background-color: #FF9c07;}

#csstopmenu li>ul {/* non IE browsers */
	top: auto;
	left: auto;
}

#csstopmenu li:hover ul, li.over ul {
	display: block;
}

html>body #clearmenu{ /* non IE browsers */
	height: 3px;
}
