/* CSS Document */






/* tabel opmaak winkel.php */

table{
	width: 100%;
	border-style: none;

	background-color: white;
	padding: 5px;
}
table th, table td{
	text-align: left;

}
table td{
	margin: 2px;
	font-size: 14px;
	line-height: 40px;
	
}
table.artikelen tr:hover td{
	background-color: rgb(240,240,240);
	color: black;
	cursor: pointer;
}

table th{
	font-style: italic;
	font-size: 12px;
}
table td.prijs, table th.prijs{
	width: 100px;
}
table tr.totaal{
	color: red;
	font-style: italic;
}
tr.info td{
	background-color: rgb(240,240,240);
	color: black;
}

.bestellen{
	text-align: center;
}



#vast{
	width: 590px;
	margin: 5px;
	border-style: solid;
	border-color:  #002cb5;
	border-width: 1px;

}

/* contact */
textarea, input, .contact{
	border-style: solid;
	border-width: 1px;
	border-color: silver;
	margin: 5px;
	background-color: white;
	padding: 2px;
}
textarea.contact{
	width: 555px;
	padding: 4px;
	height: 200px;

}


#footer{
	width: 100%;
	margin-top: 10px;
	font-size: 12px;
	text-align: center;
}


textarea.bestellen{
	width: 555px;
	text-align: left;
	padding: 5px;
}

table input{
	border-color: silver;
	width: 300px;
	margin: 3px;
}
input.submit{
	width: 100px;
	border-color: blue;
}

table.form td{
	width: 0px;
	text-align: left;
}

