body
{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	font-family: Arial;
	font-size: 12px;
	color: #000;
}

a
{
	color: #227cc4;
}

h1
{
	font-size: 16px;	
}

h2
{
	color: #227cc4;
	font-size: 15px;
	font-weight: bold;	
}

a img
{
	border: 0px;
}


#searchForm input
{
	font-size: 11px;	
}

	#container
	{
		width: 954px;
		margin: 0 auto;	
	}

/*____________________________________________________________________________ #HEADER */

		#header
		{
			width: 937px;
		}
		
			#bose
			{
			
				float: right;
				margin-right: 20px;
			}
	

/*____________________________________________________________________________ #DE CONTAINER VAN DE CONTENT */		

		#content_container
		{
			background-image: url(../images/container_bg.jpg);
			background-repeat: repeat-y;
			min-height: 300px;
			width: 934px;
			margin-top: 10px;
		}
		
/*____________________________________________________________________________ #MENU */		
		
			#menu
			{
				background-image: url(../images/menu_bg.jpg);
				background-repeat: repeat-x;
				height: 43px;
				width: 937px;
			}
			
				#menu ul
				{
					list-style: none;
					margin: 0px;
					padding: 0px;
				}
				
					#menu ul li
					{
						float: left;
					}		

/*____________________________________________________________________________ #CONTENT */

			#content
			{
				background-image: url(../images/content_bg.jpg);
				background-repeat: no-repeat;
				min-height: 78px;
				width: 937px;
				padding-top: 20px;
			}
			
				#content_rechts
				{
					min-height: 300px;
					width: 300px;
					_width: 270px;
					float: right;
					border: 1px solid #eaeaea;
					margin-right: 35px;
					margin-bottom: 20px;
					padding: 0px 15px 0px 15px;
					.padding: 10px 15px 10px 15px;

				}
				
				#content_links
				{
					min-height: 300px;
					width: 450px;
					_width: 450px;
					border: 1px solid #eaeaea;
					margin-bottom: 20px;
					margin-left: 50px;
					padding: 10px 15px 0px 15px;
					.padding: 10px 15px 10px 15px;

					
				}
				
				#content_tekst									
				{
					width: 825px;								/*/													/*/
					margin-left: 50px;							/*/													/*/
					min-height: 300px;							/*/			DEZE CSS IS VOOR DE BODY.HTML			/*/
					border: 1px solid #eaeaea;					/*/													/*/
					margin-bottom: 20px;						/*/													/*/
					padding: 10px 15px 0px 15px;				/*/													/*/
					.padding: 10px 15px 10px 15px;				/*/													/*/
				}
				
				#content_shop									
				{
					width: 825px;								/*/													/*/
					margin-left: 50px;							/*/													/*/
					min-height: 300px;							/*/			DEZE CSS IS VOOR DE BODY.HTML			/*/
					margin-bottom: 20px;						/*/													/*/
					padding: 10px 15px 0px 15px;				/*/													/*/
					.padding: 10px 15px 10px 15px;				/*/													/*/
				}
				
				#content_shop table
				{
					width: 100%;
					table-layout: fixed;
				}
				
				#content_shop td
				{
					border: 1px solid #eaeaea;
					vertical-align: top;
					padding: 7px;
					padding-left: 20px;
				}
				
				#content_shop h2
				{
					margin: 0;
					padding: 0;
					color: #227cc4;
					font-size: 15px;
					font-weight: bold;
					float: left;
				}
				
				#content_shop h3
				{
					margin: 0;
					padding: 0;
					color: #7b7b7b;
					font-size: 15px;
					font-weight: bold;
					float: left;
					margin-left: 7px;
				}
				
				#content_shop p
				{
					clear: both;
					margin: 0;	
					margin-top: 3px;
				}
				
				#content_shop a
				{
					/*
					color: #808080;
					text-decoration: none;
					*/
				}
				
				#content_shop a:hover
				{
					/*
					text-decoration: underline;
					*/
				}
				
				#content_shop img
				{
					border: 0;	
				}
				
				#content_shop td.shop_spacer
				{
					border: 0;
					width: 15px;
					height: 120px;
				}
				
				#content_shop .artikelnr
				{
					margin-left: -15px;
					margin-top: -11px;
					position: absolute;
					font-size: 11px;
					color: #a6a6a6;
				}
				
				#content_shop #product_info td
				{
					border: 0;
					padding: 0;
					vertical-align: middle;
				}
			
		#content_bottom
		{
			background-image: url(../images/content_bottom.jpg);
			background-repeat: no-repeat;
			height: 183px;
			width: 937px;
			
		}
				
			#content_bottom_afbeelding, #flash
			{
				margin-left: 3px;
			}
			
/*____________________________________________________________________________ #FOOTER */			
			
		.clear_footer
		{
			clear: both;
		}
			
		#footer
		{
			width: 937px;
			color: #656565;
			font-weight: bold;
			text-align: center;
		
		
		}

