@charset "utf-8";
/* CSS Document */

#dhtmltooltip {
	position: absolute;
	width: 260px;
	border: 1px solid #2B2B2B;
	padding: 5px;
	background-color: #FDFBE2;
	visibility: hidden;
	z-index: 100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2B2B2B;
	text-align: left;
	margin: 0px;
	float: left;
}
div#error {
	margin-bottom:10px;
	padding:5px;
	color:red;
	border:1px solid red;
	background:#FADADB;
}
body {
	margin:0px;
	padding:0px;
	font-family:arial;
	font-size:12px;
	background:url(/elements/body-background.gif) repeat-x #ededed;
}
table#offerte tr td, table#offerte2 tr td {
	border-bottom:1px solid #efefef;
	height:32px;
}
table#offerte, table#offerte2 {
	border:1px solid #c1c1c1;
	padding:15px;
	background-color:#f8f8f8;
}
a {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}
a:hover {
	color:#e21f26;
	text-decoration:none;
}
#container, #line {
	margin:0px auto;
	width:950px;
}
#subitems {
	border:1px solid #d1d1d1;
	border-top:1px solid #c1c1c1;
	padding:5px;
	padding-left:0px;
	background-color:lightyellow;
}
input[type="text"] {
	width:300px;
	padding:3px;
	font-family:verdana;
	font-size:11px;
	border:1px solid #c1c1c1;
}
textarea {
	width:300px;
	height:50px;
	font-family:verdana;
	font-size:11px;
}
select {
	font-family:verdana;
	font-size:11px;
}
#breadcrumbs {
	margin:0px auto;
	width:950px;
	font-size:11px;
}
#footer {
	margin:-15px auto;
	width:950px;
	font-size:11px;
	padding-bottom:50px;
	text-align:center;
}
#content {
	margin:25px auto;
	width:950px;
}
#homekader {
	margin:25px auto;
	width:950px;
	height:175px;
	background:url(/elements/home-kader.gif) no-repeat;
}
#homekaderfooter {
	margin:25px auto;
	width:950px;
	height:175px;
	background:url(/elements/homekader-footer.gif) no-repeat;
}
#contentmiddle {
	border-left:1px solid #b7b7b7;
	border-right:1px solid #b7b7b7;
	background:#ffffff;
	padding-left:15px;
	padding-right:15px;
}
#topleftkader {
	width:225px;
	height:175px;
	background:url(/elements/topleft-kader.gif) no-repeat;
}
#content table tr td p {
	line-height:20px;
}
#sitemap {
	float:left;
	width:300px;
	line-height:20px;
}
#logo {
	margin-bottom:30px;
}
img.half {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
}
img.heel {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}
a#product  {
	color:#000000;
	background:url(/elements/red-arrow.gif) no-repeat 0px 4px;
	padding-left:10px;
	font-size:12px;
	font-weight:bold;
	width:200px;
}
a#product:hover{
	text-decoration:none;
	color:#e21f26;
}
#topright {
	float:right;
	padding-top:10px;
	color:#727272;
	font-size:11px;
	width:670px;
	text-align:right;
}
#blockcenter #producten {
	line-height:22px;
}
#topright a {
	color:#727272;
}
#blockleft {
	float:left;
	width:315px;
	height:175px;
	text-align:center;

}
#blockcenter {
	margin:0px 315px;
	width:305px;
	height:175px;
	padding-top:1px;
	text-align:center;
}
#blockright {
	float:right;
	width:315px;
	height:175px;
	text-align:center;
}
#blocktext {
	text-align:left;
	margin:15px;
	margin-left:20px;
	margin-right:20px;
}
#blocktext p {
	line-height:16px;
	font-size:11px;
	font-family:verdana;
	margin:0px;
}
h1 {
	height:25px;
	margin-bottom:8px;
	border-bottom:1px solid #c1c1c1;
	color:white;
	width:100%;
	font-size:14px;
	background:url(/elements/toptext.gif) no-repeat 500px 12px;
}
#menuholder {
	background:url(/elements/menu-background.gif) no-repeat;
	height:33px;
	padding-top:8px;
	padding-left:290px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:12px;
	font-family:arial;
}

#menu li { /* all list items */
	float: left;
	position: relative;
	text-align:left;
	padding-left:25px;
	background:url(/images/elements/bloem.gif) no-repeat 3px 1px;
}

#menu li ul {/* second-level lists */
	position: absolute;
	display: none;
	z-index:10000;
	padding-top:8px;
  	left: 25px;
}
#menu li ul li ul li{/* second-level lists */
	top: -1px;
	left:-1px;
}
#menu li ul li {/* second-level lists-items */
 	width:150px;
	border:0px;
	border:1px solid #c1c1c1;
	border-top:0px;
	text-align:left;
	background:url(/images/elements/submenu-bg.gif) repeat-y 0px 0px;
	padding:0px;
	left:-26px;
}

#menu li>ul {/* to override top and left in browsers other than IE */
	top: auto;
	left: auto;
}

#menu li ul li ul  {/* third-level lists */
	position: absolute;
	display: block; 
	top: 0;
    left: 150px;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

#menu li:hover ul { display: block; }

#menu li:hover>ul { visibility:visible; }

#menu ul ul { visibility:hidden; }		

/* Make-up syles */
#menu ul, li {
    margin: 0 0 0 0; 
}

/* Styles for Menu Items */
#menu ul a {
	display: block;
	text-decoration: none;
	color: #3e3e3e;
	font-weight:bold;
	border-right:1px solid #c1c1c1;
}
/* Hover Styles */
#menu ul a:hover { 
	text-decoration:underline;
	color:#e21f26;
} 

/* Sub Menu Styles */
#menu li ul a {
	text-decoration: none;
	color: #3e3e3e;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	background:url(/elements/red-arrow.gif) #ffffff no-repeat 5px 9px;
	border-top:0px;
 	padding:5px;
	padding-left:15px;
	border:1px solid #ffffff;
} 
#menu li ul li ul a {
  	border:1px solid #ffffff;
	color:#CD006E;
	background-color:#ffffff;
}
#menu li ul li ul a:hover {
	color:white;
	background-color:#bd83b9;
}
/* Sub Menu Hover Styles */
#menu li ul a:hover { 
	color: #ffffff;
	background:url(/elements/submenu-bg.gif) no-repeat -128px 0px;
	background-color:#E21F26;
} 
/* Icon Styles */
#menu li a.submenu {color:#ffffff;font-family:arial;font-size:12px; }
#menu li a.submenu:hover {background:#ffffff url("img/blokjes.gif") no-repeat right;}

#menu li a.submenu2 {background:#bd83b9 url("img/r_pijl.gif") no-repeat right; }
#menu li a.submenu2:hover {background:#ffffff url("img/r_pijl2.gif") no-repeat right;}
