@import "layout.css";
@import "scrollbars.css";

html{
	
}
body{
	background-color:#e3e3e3;
	margin:0px;
	padding:0px;
	color:#434343;
	font-family:Trebuchet MS;
	font-size:8pt;
	line-height:16px;
}
img{
	border:0px;
}
h1,h2,h3{
	margin:0px;
	padding:0px;
	color:#ff0018;
	font-family:Trebuchet MS;
	font-size:14px;
	line-height:16px;
	font-weight:normal;
}
h1.white{
	color:#fff;
}
h3{
	font-size:20px;
	line-height:24px;
	margin-left:5px;
}
h3.black{
	color:#000;
}
h2{	
	font-weight:bold;
	line-height:16px;
}
a{
	color:#434343;
	text-decoration:none;
}

a:hover{
	color:#ff0018;
}
a.actief,#leftmenu a.actief{
	color:#ff0018;
}
.bulletHover{
	cursor:pointer;
}
a.actief:hover,#leftmenu a.actief:hover{
	text-decoration:underline;
}
a.linkred{
	color:#ff0018;
	text-decoration:underline;
}

a.linkred:hover{
	text-decoration:none;
}
#rightcontent a{
	color:#fff;
}

a.quicklink,{
	color:#434343;
}

a.quicklink:hover,#rightcontent a:hover{
	color:#ff0018;
	text-decoration:underline;
}

b.red{
	color:#ff0018;
	font-size:12px;
}
.kop{
	font-size:11pt;
	color:#95ea00;
}
.kop2{
	font-weight:bold;
}
#menu a{
	float:left;
	font-size:10pt;
	padding-right:37px;
}

#tooltip {
	position:absolute;
	z-index: 3000;
	padding: 1px;
}

#tooltip img{
	border: 1px solid #2e2f2c;
}
#tooltip h3, #tooltip div { margin: 0; }
#footnote{
	display:none;
}

.input{
	font-family:Trebuchet MS;
	font-size:11px;
	margin-bottom:2px;
}

input.btn{
	color:#95ea00;
	cursor:pointer;
	font-size:11px;
	background:#000000;
	text-decoration:underline;
	border:0px;
  padding:0.25em;
  width:0;  /* IE table-cell margin fix */
  overflow: visible;	
}
input.btn[class] {  /* IE ignores [class] */
  width:auto;  /* cancel margin fix for other browsers */
}

.productdiv1{
	width:160px;
}
.productdiv2{
	width:90px;
}
.productdiv3{
	width:130px;
}
.productdiv4{
	width:130px;
}

#subject{
	display:none;
}
