@charset "utf-8";
/* CSS voor de content  */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #009A31;
	margin: 20px;
	padding: 0;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
}



#head .content {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding-top: 100px;
}

#head h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#top_menu .content {
	color: #FFFFFF;
	padding-right: 50px;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration: none;
}

#left .content {
	font-size: 0.75em;
	line-height: 1.5em;
	padding-top: 24px;
	padding-right: 5px;
	padding-bottom: 24px;
	padding-left: 36px;
}

#cart{
	background-image: url(images/cart.jpg);
	background-repeat: no-repeat;
	height: 117px;
	width: 148px;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #FFFFFF;
	text-align: center;	
}

#cart p {padding-top: 10px;}

#left h3{
	color: #FFFFFF;
	font-size: 1.1em;
}

#right .content {
	font-size: 0.75em;
	line-height: 1.5em;
	padding-top: 24px;
	padding-right: 2px;
	padding-bottom: 24px;
	padding-left: 2px;
}

#right .img{
	padding-bottom: 5px;
}

#center .content {
	font-size: 0.8em;
	line-height: 1.65em;
	padding-top: 24px;
	padding-right: 20px;
	padding-bottom: 24px;
	padding-left: 20px;
	list-style-position: inside;
	list-style-type: disc;
}




#footer .content {
	padding-top: 25px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 16px;
	text-align: center;
	color: #FFFFFF;
}



.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}



h1 {
	font-size: 1.3em;
	margin: 0;
	color: #333333;
	padding-bottom: 10px;
}

h2 {
	font-size: 1.1em;
	color: #333333;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

h3 {
	font-size: 1.1em;
	color: #333333;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}


/* CSS voor de layout niks aan veranderen */
#head {
	color: #FFFFFF;
	padding: 0px;
	margin: 0;
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	height: 129px;	
	width: 925px;
}

#top_menu{
	background-image: url(images/topmenu.jpg);
	height: 53px;
	background-repeat: no-repeat;
	text-align: right;
		
}


#wrapper {
	width: 925px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}
#column_wrapper {
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;	
}
#center {
	width: 545px;
	float: left;
	margin: 0px;
	
}

#center img {
	background-image: url(images/img_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 5px;
	padding-bottom: 5px;
	border: 0;
}

#left {
	width: 190px;
	float: left;
	margin: 0px;
	z-index: -1000;
	
}



#right {
	width: 180px;
	float: left;
	margin: 0px;
}


#footer {
	color: #999999;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	background-color: #000000;
	background-image: url(images/footer.jpg);
	height: 69px;
	background-repeat: no-repeat;
	background-position: center;
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/* CSS links */





#left a:link {
	color: #FFFFFF;
}
#left a:visited {
	color: #ffffff;
}
#left a:hover {
	color: #ffffff;
}



#center a:link {
	color: #9B7C00;
}
#center a:visited {
	color: #333333;
}
#center a:hover {
	color: #000000;
}
#right a:link {
	color: #000000;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #826800;
}







#footer a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#footer a:visited {
	color: #CCCCCC;
	font-weight: bold;
}
#footer a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}


#top_menu a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#top_menu a:visited {
	color: #ffffff;
	font-weight: bold;
}
#top_menu a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.aktievelink {/* aktieve link */
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #ffffff !important;
}


#divider{
	height: 20px;
}

.maincollum {
	margin-bottom: 15px;
}

#center .content form {
	margin: 0; 
	padding: 0 0 10px; 
  	width: 450px; 
  	float: left; 
}	
#center .content fieldset {
	border: 1px solid #666666; 
	margin: 0 0 10px; 
	padding: 5px 0 15px 15px; 
}
#center .content legend {
	color: #000;
	background: #ffffff;
	padding: 1px 5px 2px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	
	font-size: 0,8em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
#center label {
	float: left; 
 	width: 110px; 
  	clear: both; 
	font-size: .8em;
	text-align: right;
	margin-top: 3px; 
	}
#center input, #center textarea {
	color: #000;
	border: 1px solid #666666;
	padding: 1px;
	margin: 3px 5px 2px;
	width: 280px;
	float: left;
	background-color: #FFFFFF;
}


#center input, #center textarea {
	float: none;
}



#center input.sminp {
	width: 110px; 
	margin-right: 160px; 
}


#center input:focus, #center input:active, #center textarea:focus, #center textarea:active {
	color: #000;
	background-color: #D2E9FF;
}

#center .submit	{
	float: left;
	width: 120px;
	margin-right: 50px;
}
#center .cancel {
	float: right;
	width: 120px;
}

#center .afreken{
	float: right;	
}
	
	/* Scrollbar */
#marqueecontainer {
	PADDING-LEFT: 5px;
	OVERFLOW: hidden;
	WIDTH: 142px;
	POSITION: relative;
	HEIGHT: 170px;
	margin-bottom: 5px;

	
}
#vmarquee {
	OVERFLOW: hidden;
	WIDTH: 120px;
	COLOR: #ffffff;
	POSITION: absolute;
	padding-top: 10px;
	padding-bottom: 10px;		
	
	
}

#scrollwrap{
	
	width: 142px;
		
	
		
}

/* menu */
#menuwrap{
	position: relative;
}
#menu {
	list-style-type:none;
	padding:0;
	margin:0;
	width:160px;
	position:absolute;
	top:0;
	left:0;
	border:0px solid #fff;
	border-width:0 0px 0px;
	z-index:100;
}
#menu ul {
	list-style-type:none;
	margin:0;
	width:130px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
#menu li {
	float:left;
	position:relative;
	border-top:0px solid #fff;
	background-color: #0070B8;

}
#menu li.sub {
	background-color: #0070B8;
		
}
#menu li, #menu li a {
	display:block;
	color:#fff;
	line-height:24px;
	width:140px;
	text-decoration:none;
	cursor:pointer;
	
	text-indent:5px;
}
#menu ul, #menu li.click ul ul, #menu li.click ul li.hover ul ul {
	display:none;
}
#menu li.hover {
	color:#ff0;
	z-index:500;
}
#menu li.click {
	color:#FFFFFF;
	
}
#menu li.click ul {
	display:block;
}
#menu li.click ul li.hover ul, #menu li.click ul li.hover ul li.hover ul {
	display:block;
	position:absolute;
	left:110px;
	top:-1px;
	border:0px solid #fff;
	border-width:0 0px 0px;
}
#menu li.click ul li.fly {
	background: #657 url(frog_arrow.gif) no-repeat top right;
}
#menu li.click ul li.hover {
	background:#0070b8;
}
#menu li.click ul li.hover ul li {
	background:#c60;
}
#menu li.click ul li.hover ul li.hover ul li {
	background:#780;
	z-index:500;
}
#menu li.click ul li.hover ul li.fly {
	background: #c60 url(frog_arrow.gif) no-repeat top right;
}
#menu li.click ul li.hover ul li.hover {
	z-index:500;
	background:#fa4;
}
#menu li.click ul li.hover ul li.hover a {
	color:#000;
}
#menu li.click ul li.hover ul li.hover ul li.hover {
	background:#aa0;
}
#menu li.click ul li.hover ul li.hover ul li.hover a {
	color:#fff;
}
/* poroducten */

#prod_wrap {
	width: 400px;
	margin-bottom: 10px;
	float: left;
}
 .prod_image img {
	float: left;
	height: 100px;
	width: 100px;}

 .prod_tekst {
	margin-left: 110px;
	font-weight: bold;
}

.prod_prijs {
	margin-left: 110px;
}


.prod_categorie {
	background-color: #CCCCCC;
	margin-bottom: 5px;
}


#right2 .beneden {
background: url(images/rechtsbenden_vak.gif) no-repeat left top !important;
	width: 142px;
	height: 11px;
	left: 0px;
	bottom: 0px;
	
	
}

#right2 .top {
	
	background:  url(images/rechtstop_vak.gif) no-repeat left top !important;
	width: 142px;
	height: 11px;
	left: 0px;
	top: 0px;
}

#right2 .midden{
	width: 142px;
	background: url(images/rechtsmidden_vak.gif) repeat-y !important;
		
}

#right2 .midden p {
	width: 135px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #FFFFFF;
}

#right2 {
	width: 180px;
	float: left;
	margin: 0px;
	
}
i {
   font-weight: bold;
}

#center .content #winkelknop {
	width: 125px;
}

#center .content #winkelaantal {
	width: 25px;
}