/* CSS Document */

body {
	margin-left:		0px;
	margin-top:			0px;
	margin-right:		0px;
	margin-bottom:		0px;
	
	background-color:	#AFC4D6;
	background-image:	url('../img/bg.gif');
	background-repeat:	repeat-x;
	
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			11px;
}

/* Inhoud elementen */
.main{
	margin-top:			30px;
	margin-bottom:		10px;
}

.maintekst{
	margin-right:		20px;
	margin-left: 		10px;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			11px;
	line-height:		16px;
}

.maintitel{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			13px;
	font-weight:		bold;
	color:				#0F68BC;
}

.mainleftimage{
	text-align:			center;
}

.mainleftcontent{
	margin:				10px;
}

.streep{
	height:				1px;
	color:				#0F68BC;
}

/* overzicht elementen*/
.overzicht{
	margin-left:		10px;
	margin-right:		10px;
	width:				680px;
	
}

table.overzicht th{
/*	background-image:	url('../img/th_bg.gif');*/
	color:				#FFFFFF;
	height:				23px;
	text-align:			left;
	padding-left:		8px;
	background-image:	url('../img/th_bg.gif');
	background-repeat:	no-repeat;
	
}

table.overzicht td{
	border-bottom:		1px #2177C4 solid;
}
.wwoverzicht{
	margin-left:		10px;
	margin-right:		10px;
	width:				680px;
	background-image:	url('../img/th_bg.gif');
	background-repeat:	no-repeat;
}

table.wwoverzicht th{
/*	background-image:	url('../img/th_bg.gif');*/
	color:				#FFFFFF;
	height:				23px;
	text-align:			left;
	padding-left:		8px;
	
}

table.wwoverzicht td{
	border-bottom:		1px #2177C4 solid;
	padding-left:8px;
}

.inputaantal{
	border:1px solid #2177c4;
	text-align:right;
	width:50px;
}

.input{
	border:1px solid #2177c4;
	width:250px;
}

.overzichtimage{
	padding:			5px;
}

.detailimage{
	padding:3px;
}


.overzichttitel{
	font-weight:		bold;
	padding-top: 		5px;
	font-size:			12px;
}

.overzichttekst{
	line-height:		16px;
}

.detailtekst{
	padding-top:10px;
	line-height:16px;
}
.overzichtprijs{
	font-weight:		bold;
	color: #2177C4;
}

.overzichtlink{
	text-align:			right;
	font-weight:		bold;
}

.overzichtonder{
	margin-bottom:		5px;
}

.overzichtpijltje{
	float:				right;
	width:				15px;
	height:				15px;
	background-image:	url('../img/pijltje.gif');
}

.carticon{
	float:				right;
	width:				18px;
	height:				17px;
	background-image:	url('../img/cart.gif');
}

/* Transparant clss */
.transparant{
	margin-left:		0px;
	margin-right:		0px;
}

table.transparant th{
	
}

table.transparant td{
	border-bottom:		none;
}



/* Menu elementen */
.menu{
	margin-left:		10px;
	margin-right:		10px;
}

.menuitems{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
	font-weight:		bold;
}

/* Form elementen */
form{
	margin:				0px;
}

.customform{
	margin-top:			4px;
}

.dropdown{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			10px;
}


 /* standaard link eigenschappen */
a:link 		{color: #0F68BC; text-decoration: none}
a:visited 	{color: #0F68BC; text-decoration: none}
a:hover 	{color: #0F68BC; text-decoration: underline}
a:active	{color: #0F68BC; text-decoration: none}

 /* menu link eigenschappen */
a.overzichtlinkclass:link 		{color: #FFFFFF; text-decoration: none}
a.overzichtlinkclass:visited	{color: #FFFFFF; text-decoration: none}
a.overzichtlinkclass:hover		{color: #FFFFFF; text-decoration: underline}
a.overzichtlinkclass:active		{color: #FFFFFF; text-decoration: none}

 /* menu link eigenschappen */
a.menuitem:link 	{color: #FFFFFF; text-decoration: none}
a.menuitem:visited 	{color: #FFFFFF; text-decoration: none}
a.menuitem:hover 	{color: #FFFFFF; text-decoration: underline}
a.menuitem:active	{color: #FFFFFF; text-decoration: none}

 /* selected link eigenschappen */
a.menuselected:link 	{color: #75B4ED; text-decoration: none}
a.menuselected:visited 	{color: #75B4ED; text-decoration: none}
a.menuselected:hover 	{color: #75B4ED; text-decoration: underline}
a.menuselected:active	{color: #75B4ED; text-decoration: none}
