/* webwinkel */

.navigatie {
	position:relative;
	left:20px;
	width: 500px;
	height: 66px;
	background-color: #D1E527;
	border-collapse:collapse;
	border: 3px solid #0066CC;
}
.navigatie td {
	vertical-align:top;
	font: bold 12px arial;
	padding: 0px;
	border-collapse:collapse;
	border-bottom: 3px solid #0066CC;
	background-image:url(../images/achtergrond_balk.png);
	background-repeat:repeat;
}

form {
	margin: 0px;
	padding: 0px;
	display:inline;
	white-space:nowrap;
}
.zoeken
{
	margin: 0px;
	padding:0px;
	border-bottom: 3px solid #0066CC;
	float: right;
	width: 90px;
}

#zoekveld
{
	float: left;
	width: 150px;
	margin-top: 2px;
	margin-left: 2px;
}
		.navigatie td input#zoekveld {			
			margin-top: 2px;
			margin-bottom: 2px;
			border: 1px solid black;
			border-right: 0px;
			width: 100px;
			height: 20px;
			float: left;
		}
		
		.navigatie td input#zoeksubmit {
			margin-left: 0px;
			margin-top: 2px;
			margin-bottom: 2px;
			margin-right: 5px;
			border: 1px solid black;
			border-left: 1px solid white;;
			width: 20px;
			height: 20px;
			background-color:#FFFFFF;
			background-image:url(../images/zoek.png);
			background-position:center;
			float: left;
		}

#balkprijs {
	padding-right: 5px;
	background-color: #fff;
	background-image:none;
}

.groepen {
	float:left;
	padding: 6px;
	margin-bottom: 2px;
	border-right: 3px solid #0066CC;

}
.totaalprijs {
	margin-top: 6px;
	margin-bottom: 6px;
	color: #0066CC;
}

.totaalprijs span {
	color: black;
	background-color:#FFFFFF;
	border: 1px solid black;
	width: 50px;
	font-weight: normal;
}


.totaalprijs a {
	color: #0066CC;
	font-size:13px;
}

/* artikelen */

img {
	border: 0;
}

table.artikel {
	background-color: #D1E527;
	border: 3px solid #0066CC;
	width: 200px;
	border-collapse:collapse;
	color: #0066CC;
	font-size:12px;
	margin-left: 35px;
	margin-top:20px;
	float:left;
}

table.artikel td {
	border: 3px solid #0066CC;
	color: #0066CC;
	font-size:12px;

}

table.artikel input {
	border: 1px solid black;
}

table.artikel .bestelknop {
	margin-left: 12px;
	margin-top: 5px;
}

table.artikel .artikel_foto {
	padding:0px;
}

table.artikel .info {
	width:29px;
	height:29px;
	background-color: white;
	border: 2px solid #0066CC;
	position:absolute;
	margin-top:-10px;
	margin-left:180px;
}

table.artikel .info2 {
	width:29px;
	height:29px;
	background-color: white;
	border: 2px solid #0066CC;
	position:absolute;
	margin-top:-10px;
	margin-left:180px;
}

table.artikel .artikel_gegevens {
	height: 150px;
	padding-left: 5px;
}

/* artikel details */

table.artikel_details {
	background-color: #D1E527;
	border: 3px solid #0066CC;
	width: 486px;
	border-collapse: collapse;
	color: #0066CC;
	font-size: 12px;
	margin: 10px;
	margin-left: 20px;
}

table.artikel_details td {
	color: #0066CC;
	font-size: 12px;
}

table.artikel_details #prijs,
table.artikel_details #artikelnaam {
	font-size: 15px;
	font-weight: bold;
	text-align: right;
}

table.artikel_details td {
	padding: 10px;
}

table.artikel_details #artikelnaam {
	text-align: left;
}

.bestelknop {
	margin-top: 10px;
}

#geselecteerd {
	color: red;
}

#kop_details {
	margin-left:11px;
	float:left;
}

#kop_artikel {
	margin-right:20px;
	float:right;
	font: 18px arial;
	color: #0066CC;
}