html {
	overflow: -moz-scrollbars-vertical;
}

body {
	background:#7d706c;
	background-image: url('graf/back.gif');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

table.basis, tr.basis, td.basis {
	margin: 0px auto;
	border-collapse: collapse;
	border: 0px;
	background:#ffffff;
}

p, li, td, a {
	font-family: trebuchet ms, trebuchet, arial, sans-serif;
}

p, li, td, pre a {
	font-size: 13px;
	text-align: left;
	font-style: normal;
	font-variant: normal;
}

p, td {
  margin: 6px 14px 0px 4px;
}

ul {
	list-style-image: url(graf/bullet.png);
	margin-top:10px;
	margin-left:0px;
	padding-left:20px;
}

li {
  margin-bottom:6px;
  margin-left:0px;
  padding-left:0px;

}

li ul {
  margin-top:4px;
  margin-bottom:16px;
}

td {
	vertical-align: top;
}


h1, h2, h3, h4 {
	font-family: trebuchet ms, trebuchet, arial, sans-serif;
	color: #7d706c;
	margin-left: 4px;
	text-align: left;
}

h1 {
	color: #ec008c;
	font-size: 19px;
	margin:0px 0 0 0;
	padding:0px 4 0 0;
	padding-top:19px;
	padding-left:4px;
}

h2 {
	font-size: 15px;
	margin-bottom:0px;
}

h3 {
	font-size: 11px;
	margin-top:36px;
	margin-bottom:12px;
}

em {
	text-decoration: none;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
}

img {
	border-style: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#main img {
  margin: 4px;
}

#header img, #footer img {
  display: block;
}

a:link {color: #000066;}
a:visited {color: #000066;}
a:active {color: #000066; outline:none}
a:hover {color: #000066;}

img.klanten {
	float: right;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left:10px;
}


/* Definitions for side menu */

#menu {
	margin-top:45px;
}

#menu a {
	text-decoration: none;
	text-align: left;
	font-size: 13px;
	color: #7d706c;
	display: block;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:13px;
}

#menu a.ml3 {
	font-weight: normal;
	padding-left: 20px;
}

#menu a.ml4 {
	font-weight: normal;
	padding-top:0px;
	padding-left: 20px;
	padding-bottom:0px;
}

#menu a:hover{
	background-color: #eee;
}

#selected a, #selected a:hover {
	background-color: #7d706c;
	color:#fff;
}

#news p{
font-size: 13px;
}

#menu a.normal {
   background-color: transparent;
   text-decoration: underline;
   display: inline;
}

/* Definitions for breadcrumb bar */
a.breadcrumb, .breadcrumb {
	color:#ffffff;
	text-decoration: none;
}

a.breadcrumb:hover {
	text-decoration: underline;
}

p.breadcrumb {
	background-color:#ec008c;
	margin:0px;
	padding:0px;
	text-align:left;
	color:#ffffff;
	padding-left:14px;
	margin-top:0px;
	line-height: 27px;
}

/* Definitions for top menu */
#header {
  float:left;
  width:100%;
  background:url("graf/topmenu/topback.png") no-repeat left top;
  }
  
#header ul {
  margin:0;
  padding:0px 7px 0 0;
  list-style:none;
  }
#header li {
  float:left;
  margin:0;
  padding:0 0 0 11px;
  }
#header a {
  float:left;
  display:block;
  padding:3px 4px 4px 3px;
  text-decoration:none;
  color:#7d706c;
  }
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#ec008c;
  }
#header #current {
  }
#header #current a {
  color:#ec008c;
  }

p#copy, p#copy a {
	color:#bbb;
	text-align: center;
	margin-top:0px;
	font-size: 11px;
	text-decoration:none;
}

p#copy a:hover {
	text-decoration: underline;
}

  
/* FRAMESET DEFINITION */

#wrap {
	background:#ffffff;
	margin:0 auto;
	width:733px;
	margin-bottom: 0px;
	margin-top:10px;
}

#main {
	background:#ffffff;
	float:right;
	width:583px;
	min-height: 340px;
	margin:0px;
	padding:0px;
}
#main:img {
  margin-right:20px;
  margin-top:20px;
}
#sidebar {
	background:#ffffff;
	float:left;
	width:150px;
}


