/* style */

body{	
	margin-top:0;
	margin-left:auto; 
	margin-right:auto; 
	margin-bottom:0;
	background-color:#617b94;
}
#header{
	width:910px;
	height:130px;
	background-color:inherit;
	background:url(images/header.png) no-repeat;
	}
#main{
	width:910px;
	background:url(images/bgmain.png) repeat-y;
	height:auto;
}
html >body #main{
	overflow:auto;
	}

#footer {
	width:910px;
	background:url(images/footer.png) no-repeat;
	height:70px;
	margin-top:0;
}
#menu{
	width:165px;
	height:auto;
	color:#6B6245;	
	float:left;
	margin-left:5px;
	margin-right:5px;
	margin-top:20px;
	}
html > body #menu{
	margin-left:10px;
}
#content{
	width:510px;
	height:auto;
	/*float:right;*/
	color:#1578aa;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	float:left;	
	padding: 20px 10px 40px 10px;
	border-right:1px solid #f8e59b;	
}
html >body #content{
	width:510px;
	padding: 20px 20px 40px 20px;	
}
#menu2{
	width:165px;
	height:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;	
	color:#412b28;	
	float:left;
	background-color:inherit;
	margin-left:25px;
	margin-right:5px;
	margin-top:20px;
	}
html > body #menu2{
	margin-left:5px;
}
td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align:left;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 16px;
	font-weight: bolder;
	color:#4ba780;
}
.small {
	/*background-color: inherit;*/
	color: #5a7854;
	font-family: verdana, sans-serif;
	font-size: 7pt;
	margin-left:0px;
	/*margin-bottom:35px;*/
}
.titel {
	background-color: inherit;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #1578aa;
	line-height: 20px;
	font-weight:100;
	font-style:normal;
}

a.menulevel {
	display: block;
	/*border-bottom: 1px solid #ddd; background-color: #EBEBEB;*/
	height: 12px;

	background-color:#399ccd;
	padding-left: 10px;
	padding-right: 10px;
	color:#ebfbca;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-decoration:none;
	z-index:1;	
}
a.menulevel:hover{
	/*border-bottom: 1px solid #ddd; background-color: #EBEBEB;*/
	height: 14px;
	/*background: url(images/menuover.jpg) no-repeat;*/
	background-color:#2d84af;
	padding-left: 10px;
	padding-right: 10px;
	background-position:left;
	color:#ffcc00;	
	font-size: 11pt;
	text-decoration:none;
	z-index:1;			
}
.visit{
	/*border-bottom: 1px solid #ddd; background-color: #EBEBEB;*/
	height: 14px;
	width:140px;
	/*background: url(images/bgmenu.jpg) no-repeat;*/
	padding-left: 10px;
	padding-right: 10px;
	background-position: top;
	color:#186522;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-decoration:none;
	border: 1px dotted #386521;
	background-color:#e5fabb;
	
}

.inputbox {
	font-size: 10pt;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color:#FDF7E8;
	padding: 1px;
	border: 1px solid #3399CC;
}
a {
	color:#30186c;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	background-color:#f9f1d0;	
}
/* -------------webshop------------ */
.subcategorie{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 16px;
	font-weight: bolder;
	color:#4e4685;
	}
a.categorie, a.categorie:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 16px;
	font-weight: bolder;
	/*color:#ab960a;*/
	color:#4e4685;
	border:1px solid #ffff9f;
}
a.categorie:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 16px;
	font-weight: bolder;
	/*color:#a4a42a;*/
	color:#aba4dc;
	text-decoration:underline;
	border:1px solid #999900;
}
#menu a, #menu a:visited {
	/*background: url(images/menulink.png) no-repeat;*/
	position:relative;
		height: 18px;
	display:block;
	padding: 8px 5px 4px 5px;
	width:auto;	
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	text-decoration: none;
	font-size: 10pt;
	background-color:#399ccd;
	text-align:left;
	border-bottom:1px solid #246d92;
}
#menu a:hover {
  	color:#ffcc00;
	background-color: #2d84af;
  }
.menucategorie{
	display:block;
	height:30px;
	background-color:#FFFF99;
	background: url(images/menucategorie.gif) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 16px;
	font-weight: bolder;
	color:#80902b;
	padding: 8px 0px 0px 0px;
}
#menu ul {
	list-style-type:none;
	display:none;
	/*margin          : 0px 0px 10px 0px;*/
	padding-left:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;	
	text-align:left;
	color:#ffffff;
	width:auto;
		
}
#menu ul li a, #menu ul li a:visited{
	text-decoration:none;
	display:block;
	color:#ffffff;
	padding-left: 12px;
	padding-right: 5px;
	padding-top:4px;
	padding-bottom:4px;
	font-weight:normal;
}
#menu ul a:hover{
  	top:0px;
  	bottom:0px;
	background-color: #2d84af;
	/*border-top: 1px solid #fffdce;*/
	/*border-bottom: 1px solid #edee63;*/
	display:block;
	color:#ffcc00;	
}
#shopcontainer .hoofdcategorie_inhoud h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color:#1578aa;	
	padding-left:20px;
	padding-bottom:4px;	
}
#shopcontainer .subcategorie_inhoud h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: normal;
	color:#1578aa;	
	padding-left:20px;
	padding-bottom:4px;	
}
#shopcontainer h2 a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color:#1578aa;	
	/*padding-left:20px;*/
	padding-bottom:4px;	
}
#shopcontainer .product_inhoud h2 {
	/*background:url(images/categorie.gif) no-repeat;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	line-height: 15pt;
	font-weight:normal;
	padding-left:10px;
	padding-bottom:4px;
	color:#1578aa;
	background-color:#fbd950;
}
#zoekfunctie {
	width:165px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:30px;
	background      : transparent;
	/*border-bottom: 1px solid #3b3436;*/
}
.zoeken_input {
	width           : 120px;
	border          : 1px solid #000;
	background      : #fff;
	color           : #000;
}
.zoeken_button {
	padding-top:4px;
    border          : 0px;
	vertical-align  : absmiddle;
}
.inhoud_top{
	width:504px;
	height:12px;
	background:url(images/inhoud_top.gif) no-repeat;
}
.inhoud_footer{
	width:504px;
	height:12px;
	background:url(images/inhoud_footer.gif) no-repeat;
	margin          : 0px 0px 0px 0px;
}
#winkel_top{
	width:162px;
	height:12px;
	background:url(images/winkel_top.gif) no-repeat;	
}
#winkel_footer{
	width:162px;
	height:13px;
	background:url(images/winkel_footer.gif) no-repeat;
}
#winkelbody{
	width:163px;
	height:auto;
	background:url(images/winkel_mid.gif) repeat-y;
	padding         : 5px 3px 5px 3px;
}
#winkelbody h3{
	display: block;
	height: 24px;	
	background: url(images/menulink.gif) no-repeat;

	padding: 6px 10px 0px 20px;
	color:#1578aa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-decoration:none;
}
html>body #shopcontainer #winkel_top{
    margin-right:19px;
}
html>body #shopcontainer #winkel_footer{
    margin-right:19px;
}	
#shopcontainer .prijs{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	color:#cc0000;/*#3c3a84;*/
}
