@charset "iso-8859-1";
/* CSS Document */

body{
	background:#FFF url(../slices/body_default_bg.gif);
	background-position:center top;
	background-repeat:no-repeat;
	margin:0;
	font-family:Tahoma, Geneva, sans-serif;
	behavior:url("css/csshover.htc");
}

#main{
	width:599px;
	height:464px;
	padding-left:356px;
	overflow:hidden;
	margin:0 auto 0 auto;
	background:url(../slices/main_default_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#contentblok{
	width:411px;
	overflow:hidden;
	float:left;
}
#menu-container{
	width:411px;
	height:20px;
	padding:45px 0 0 0;
}
.menu{
	width:411px;
	font-size:13px;
	color:#184480;
}
.menu ul{
    padding:0;
    margin:0;
    white-space:nowrap;
    list-style-type:none;
}
.menu ul li{
	display:inline;
	cursor:pointer;
}
.menu ul li a:link,.menu ul li a:active,.menu ul li a:visited{
	text-decoration:none;
	color:#184480;
}
.menu ul li a:hover{
	text-decoration:none;
	color:#f9a13a;
}
#topContent{
	width:411px;
	height:180px;
	padding-top:20px;
}
#contentKop{
	width:400px;
	height:30px;
}
.contentTxt{
	width:400px;
	line-height:16px;
	letter-spacing:normal;
	font-size:12px;
	color:#FFF;
}
#panel-container{
	position:relative;
	width:709px;
	clear:both;
	z-index:2;
	padding-left:246px;
	margin:-200px auto 0 auto;
	overflow:hidden;
}
#catpanel_1,#catpanel_2,#catpanel_3{
	width:160px;
	height:240px;
	float:left;
	margin-right:10px;
	/*cursor:pointer;*/
	background-position:0 0;
	background-repeat:no-repeat;
}
#catpanel_1{
	background:url(../slices/agri_bg.jpg);
}
#catpanel_2{
	background:url(../slices/installatie_bg.jpg);
}
#catpanel_3{
	background:url(../slices/winkel_bg.jpg);
}
#catpanel_1:hover{
	background:url(../slices/agri2_bg.jpg);
}
#catpanel_2:hover{
	background:url(../slices/installatie2_bg.jpg);
}
#catpanel_3:hover{
	background:url(../slices/winkel2_bg.jpg);
}
.mainBtn{
	width:160px;
	height:61px;
}
#submenu1,#submenu2,#submenu3{
	width:140px;
	height:169px;
	padding:10px 0 0 20px;
}
#submenu1 ul,#submenu2 ul,#submenu3 ul {
	margin:0;
	padding:0;
}
#submenu1 ul li,#submenu2 ul li,#submenu3 ul li{
	background:transparent url(../img/bullet-trans.png) no-repeat scroll left 6px;
	list-style-position:outside;
	list-style-type:none;
	line-height:16px;
	padding:2px 0 2px 15px;
	cursor:pointer;
	color:#FFF;
	font-size:12px;
}
#submenu1 ul li:hover,#submenu2 ul li:hover,#submenu3 ul li:hover{
	color:#f9a13a;
}
#footer{
	position:relative;
	width:665px;
	height:30px;
	clear:left;
	padding:0 0 50px 240px;
	margin:20px auto 0 auto;
	font-size:12px;
	color:#0082c5;
	z-index:5;
}
#footer a:link,#footer a:active,#footer a:visited{
	text-decoration:none;
	color:#cccccc;
	font-size: 80%;
}
#footer a:hover{
	text-decoration:none;
	color:#f9a13a;
	font-size: 80%;
}
