img{ border: 0px;}
a {
	color: #000;
}
a:hover{
	text-decoration: none;
}
html, body, textarea {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
    font: normal 0.9em Verdana, sans-serif;
    color: #000;
    line-height: 16pt;
    background:#a4a4a4;
}
td {
    font: normal 0.9em Verdana, sans-serif;
    color: #000;
    line-height: 16pt;
}
ul{
  margin: 0;
  padding: 0;
  list-style-type: disc;
  list-style-position: inside;
  line-height: 16pt;
}
/* container */
.clear {
	clear: both;
}
#container {
	min-height: 100%;
	width: 850px;
	margin: 0 auto;
	margin-top:1px;
	background-image:url(/pict/container.gif);
/*	background:url(/pict/container.gif) repeat-y top left; */
	position: relative;
}
* html > #container {
	height: 100%;
}
#headerContainer {
	height: 188px;
	padding:0px 10px 0px 10px;
	width:	830px;
}
#header {
	width:100%;
	height:188px;
	background:url(/pict/interimfacilitairmanagement.jpg) no-repeat top left;
}
#menu{
    float: right;
    padding: 0px 0px 5px 0px;
}
#adres{
    padding: 6px 5px 5px 5px;
}
#contentContainer{
	padding:0px 12px 0px 12px;
	width:	826px;
	height:100%;
	min-height:100%;
	margin-bottom:20px;
}
#content{
    float: right;
    width: 750px;
    padding: 15px 30px 5px 30px;

}
#homeimg{
    padding: 0px 12px 0px 12px;
    width: 826px;
}
.maincontent{
	background: white;
	padding: 0px 5px 5px 5px;
	min-height: 300px;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
    width: 850px;
    text-align: center;
 	height: 21px;
    padding: 0px 0px 0px 0px ;
	vertical-align: middle;
    background-image:url(/pict/footer.gif); 
}
#faux {
	background: #FFF;
	height: 1%;
	margin: 0 auto;
	width: 800px;
}
/* header */
#topContainer {
	height: 41px;
	padding:0px 12px 0px 12px;
	width:	826px;
}
#top {
	margin:2px 0px 2px 0px;
	width:826px;
	height:11px;
	background:#494949;
}
#topHeaderContainer{
	background:#70d0f3 url(/pict/header_top_left.jpg) no-repeat top left;
	height:26px;
}
#logo{
    
}
#header_menu{
	padding:0px 10px 10px 0px;
    float: right;
}

/* Home menu */

#h_menu{
width:826px;
height:52px;
padding:0px 12px 0px 12px;
}

.but1on, .but1off, .but2on, .but2off, .but3on, .but3off, .but4on, .but4off {
height:34px;
text-align:center;
float: left;
padding:7px 0px 0px 0px;
cursor:hand;
}
.but1off {
width:206px;
background:url(/pict/but1off.jpg) no-repeat top left;
}
.but1on {
width:206px;
background:url(/pict/but1on.jpg) no-repeat top left;
}
.but1off a, .but2off a, .but3off a, .but4off a{
color: #000;
text-decoration: none;
font-weight:bold;
}
.but1on a, .but2on a, .but3on a, .but4on a{
color: #fff;
text-decoration: none;
font-weight:bold;
}
.but2off {
width:207px;
background:url(/pict/but2off.jpg) no-repeat top left;

}
.but2on {
width:207px;
background:url(/pict/but2on.jpg) no-repeat top left;
}
.but3off {
width:207px;
background:url(/pict/but3off.jpg) no-repeat top left;

}
.but3on {
width:207px;
background:url(/pict/but3on.jpg) no-repeat top left;
}
.but4off {
width:206px;
background:url(/pict/but4off.jpg) no-repeat top left;

}
.but4on {
width:206px;
background:url(/pict/but4on.jpg) no-repeat top left;
}
#h_balk{
	background:#494949;
	height:11px;
	width:826px;
}

/* footer */

#footmenu{
    float: none;
    color:#fff;
}
#footmenu a{
	color: #fff;
	text-decoration: none;
}
#footmenu a:hover{
	text-decoration: underline;
}

/* adminmenu */
#a_menu{
   float: right;
   padding:0px 35px 0px 0px;
}
#a_menu ul{
   margin-left: 0;
   padding-left: 0;
   white-space: nowrap;
}
#a_menu li{
   display: inline;
   list-style-type: none;
}
#a_menu a{
   padding: 2px 5px 2px 5px;
   background: #dd2619;
   color: #fff;
   text-decoration: none;
}
#a_menu a:hover{
   background: #444;
   color: #fff;
}
#amenu a.a_leeg:link, a.a_leeg:visited, a.a_leeg:hover, a.a_leeg:active{
 background: green;
}