body{
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:12px;
	color:#231f20;
	line-height:140%;
}

body a:hover{
	color:#000;
	text-decoration:underline;
}

body a{
	text-decoration:underline;
	color:#000;
}

#menu a{
color:#fff;
text-decoration:none;
}

#menu a:hover{
text-decoration:underline;
}

.prodimages{
float:left;
width:300px;
margin:0px 10px 10px 0px;
}

label{
float:left;
width:130px;
margin-top:5px;
}

input[type=text], textarea{
float:left;
width:200px;
margin-top:5px;
	border:1px solid #36752e;
}

input[type=submit]{
	padding:3px;
	border:1px solid #36752e;
}

.search input[type=text], .nieuwsbrief input[type=text]{
	background:url('../images/bgInput.gif') no-repeat;
	width:213px;
	height:33px;
	line-height:31px;
	padding-left:10px;
	float:left;
	border:0px;
	color:#666565;
	font-size:12px;
}

.search input[type=submit]{
	background:url('../images/btnSearch.gif');
	width:35px;
	height:33px;
	cursor:pointer;
	float:left;
	border:0px;
}

.nieuwsbrief input[type=submit]{
	background:url('../images/mail.gif');
	width:35px;
	height:33px;
	cursor:pointer;
	float:left;
	border:0px;
}