
#menu 
{
	position		: relative;
	left			: 600px;
	width			: 300px;
	height			: 50px;
	background-color	: #FFFFFF;
}


#header 
{
	position		: relative;
	left			: -10px;
	top			: 5px;
	width			: 110%;
	height			: 150px;
	background-color	: #0DABE8;
	font-family		: 'verdana';
	font-size		: 10px;
	color			: #737373;
}


#headerLeft 
{
	position		: relative;
	width			: 86px;
	height			: 150px;
	background-color	: #0DABE8;
	background-image	: url('../images/bgHeaderLeft.jpg');
	background-repeat	: repeat-y;
}


#headerMiddle 
{
	position		: absolute;
	left			: 86px;
	top			: -20px;
	width			: 220px;
	height			: 200px;
	background-color	: #FFFFFF;
}


#headerRight 
{
	position		: absolute;
	left			: 306px;
	top			: 0px;
	width			: 570px;
	height			: 150px;
	background-color	: #0DABE8;
	background-image	: url('../images/bgHeaderRight.jpg');
	background-repeat	: repeat-y;
}


#headerRightSubmenu
{
	position		: relative;
	left			: 180px;
	top			: 110px;
	width			: 400px;
	height			: 28px;
	text-align		: right;		
}


#content
{
	position		: relative;
	left			: -10px;
	top			: 5px;
	width			: 1024px;
	background-color	: #FFFFFF;
	font-family		: 'verdana';
	font-size		: 10px;
	color			: #737373;
	text-align		: left;
}


#contentLeft
{
	position		: relative;
	width			: 86px;
	height			: 516px;
	text-align		: right;
	background-color	: #FFFFFF;
	color			: #666666;
}


#contentMiddle
{
	position		: absolute;
	width			: 86px;
	height			: 516px;
	text-align		: right;
	background-color	: #FFFFFF;
	left			: 86px;
	top			: 0px;
}


#contentMiddleSubmenu
{
	position		: relative;
	top			: 0px;
	width			: 220px;
	background-color	: #FFFFFF;
	text-align		: left;
}


#contentRightShadow
{
	position		: absolute;
	left			: 306px;
	top			: 0px;
	width			: 10px;
	background-color	: #FFFFFF;
}

#contentRight
{
	position		: absolute;
	left			: 350px;
	width			: 600px;
	top			: 10px;
}


#winkelwagen
{
	position		: relative;
	top			: 15px;
	left			: 0px;
	color			: #FFFFFF;
	text-align		: right;
	
	

}

#categorie
{
	position		: relative;
	top			: 0px;
	left			: 8px;
	font-size		: 10px;
	color			: #333333;

	

}

#zoeken
{	
	position		: relative;
	left			: 10px;
}

#notice
{
	position		: relative;
	top			: 10px;
	height			: 45px;
	width			: 600px;
	padding			: 5px;
	background-color	: #FEFDED;
	text-align		: center;
	border-style		: solid;
	border-width		: 1px;
	border-color		: #AA0000;
}

#notice2
{
	position		: relative;
	top			: 10px;
	height			: 10px;
	width			: 600px;
	padding			: 5px;
	background-color	: #FEFDED;
	padding			: 10px;
	border-style		: solid;
	border-width		: 1px;
	border-color		: #AA0000;
}	

.winkelwagen_link
{
	color			: #FFFFFF;
	text-decoration		: none;
}

.listbox {
	position		: relative;
	width			: 300px;
	font-family		: verdana;

	 
}

img
{
	padding			: 0px;
	border			: none;
}

a
{
	color			: #939393;
	text-decoration		: none;
}

h3
{
	font-size 		: 17px;
}

h4
{
	font-size		: 13px;
}
a:hover
{
	color			: #0DABE8;
}