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

body {
	background:url(/images/elements/body-background.gif) repeat-x center -2px #6E6E6E;
	*background:url(/images/elements/body-background.gif) repeat-x center 6px #6E6E6E;
	margin:0px;
	overflow:-moz-scrollbars-vertical;
	padding:0px;
	font-family:arial;
	font-size:12px;
}
a {
	color:#CC1130;
}
#container {
	width:1000px;
	margin:0px auto;
	margin-top:0px;
}
h1, h2, h3, h4 { 
	margin:0px;
	color:#4E283C;
	padding:0px;
}
h1 {
	height:30px;
	color:#0099ff;
	font-size:42px;
}
h2 {
	height:55px;
	font-size:60px;
}
h3 {
	color:#b8b8b8;
	font-size:20px;
}
h4 {
	color:#b8b8b8;
	font-size:22px;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#footer {
	background:url(/images/elements/footer-background.gif) no-repeat;
	height:34px;
	margin-top:20px;
	margin-bottom:20px;
}
#footer tr td a {
	color:#ffffff;
}
table#contact {
	width:100%;
	background-color:white;
}
table#contact tr td {
	color:black;
	padding-bottom:10px;
}
table#contact tr td input, table#contact tr td textarea {
	background-color:#efefef;
	border:2px solid #c1c1c1;
}
#spotlight {
	position:absolute;
	width:190px;
	margin-left:760px;
	*margin-left:45px;
	_margin-left:45px;
	top:300px;
	text-align:left;
	padding:0px;
	z-index:auto;
}
#spotlight a {
	color:#ffffff;
}
#spotlight a:hover {
	color:#D8C2CE;
}
p.wit, #spotlight p {
	font-family:arial;
	font-size:12px;
	line-height:18px;
	color:#ffffff;
}
p {	
	font-family:arial;
	font-size:12px;
	line-height:18px;
	margin:0px;
}
#tekstblok {
	width:363px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	line-height:18px;
}
#tekstblok #alinea {
	padding:15px;
	padding-top:5px;
	padding-bottom:5px;
	color:#000000;
}
#tekstblok #alinea img {
	border:2px solid #93001a;
}
#tektsblok table tr td#alinea p {
	color:#000000;
}
h3 {
	 margin-bottom:10px;
	 height:35px;
}
h4 {
	height:60px;
}

#content {
	z-index:100;
	width:430px;
	float:left;
	padding-left:30px;
	border-left:1px solid #c1c1c1;
}
#rightcolumn {
	z-index:1;
	float:right;
	width:250px;
	padding-left:25px;
	border-left:1px solid #c1c1c1;
}
#leftcolumn {
	z-index:2;
	padding-right:15px;
	margin-left:5px;
	float:left;
	width:230px;
}
#leftcolumn a {
	color:white;
}
#menucontainer {
	margin-bottom:8px;
	height:45px;
	width:865px;
	padding-top:12px;
	padding-left:130px;
	float:left;
	background:url(/images/elements/menubalk.gif) no-repeat;
}
#breadcrumbs {
	margin-left:10px;
	margin-top:-7px;
	margin-bottom:30px;
}
#breadcrumbs a {
	color:#ffffff;
	text-decoration:underline;
}
#exposanten {
	margin-top:10px;
	background:url(/images/elements/exposanten-background.gif) no-repeat left bottom;
	color:#ffffff;
	height:34px;
}
#exposanten p {
 	padding:7px;
	padding-left:12px;
}
#quotation {
	margin:0px;
	paddin:0px;
	font-weight:bold;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:14px;
	font-family:georgia;
}
#menu li { /* all list items */
	float: left;
	position: relative;
	text-align:left;
	padding-left:25px;
		list-style: none;
	background:url(/images/elements/bloem.gif) no-repeat 8px 4px;
		font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

	font-weight:Bold;
}
#menu a {
			color:#ffffff;
	text-decoration:none;
}
#menu a:hover{
		text-decoration:underline;
}
#menu li ul {/* second-level lists */
	position: absolute;
	display:none;
	*display:block;
	z-index:10000;
	padding-top:16px;
  	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;
	text-align:left;
	background:url(/images/elements/submenu-bg.png) repeat-y 0px 0px;
	padding:0px;
	left:-20px;
}

#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: #ffffff;
	font-weight:bold;
}
/* Hover Styles */
#menu ul a:hover { 
	text-decoration:underline;
} 


/* Sub Menu Styles */
#menu li ul a {
	text-decoration: none;
	color: #ffffff;
	background:url(/images/elements/submenu-bg.png) repeat-y 0px 0px; /* IE6 Bug */
	font-family:arial;
	font-size:12px;
	border-top:0px;
 	padding: 5px; 
} 
#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: #CC1130; 
} 
/* 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;}

