body, ul, li, h1, h2, h3, table, tr, td {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

a, a:visited, a:link {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/**
	Layout
**/
body {
	background: #ffffff;
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
}

table, tr, td {
	font-family:Tahoma;
	font-size:11px;
}

#wrap {
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 980px;
}

#topcontainer {
	position: relative;
	height: 200px;
	background: url('../img/header.jpg');
}

#main {
	position: relative;
	overflow: auto;
}

#leftcontainer {
	float: left;
	width: 175px;
}

#rightcontainer {
	float: right;
	width: 770px;
	margin-left: 0px;
	overflow: hidden; 
}
	

/**
	Topcontainer
**/
#search_field {
	position: absolute;
	top: 140px;
	left: 43px;
	border: none;
	width: 200px;
}

#search_button {
	position: absolute;
	top: 133px;
	left: 250px;
	width: 38px;
	height: 38px;
}

#profile_link, #register_link, #basket_link {
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	top: 145px;
	left: 545px;
}

#register_link {
	left: 702px;
}

#basket_link {
	left: 860px;
}

/**
	Leftcontainer
**/
#leftcontainerheader {
	height: 14px;
	background: url('../img/subheader_bg.jpg');
	color: #ffffff;
	padding: 10px;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}

#leftcontainer ul {
	list-style: none;
}

#leftcontainer ul li.folderopen,
#leftcontainer ul li.folderclosed {
	background: url(../img/arrow_left.gif) no-repeat center left;
	padding-left: 15px;
	margin-bottom: 5px;
}

#leftcontainer ul.folderopen {
	margin-bottom: 15px;
}

#leftcontainer ul li.level2 {
	margin-left: 30px;
	margin-bottom: 5px;
}

#leftcontainer h1 {
	margin-top: 20px;
	background: url('../img/subheader_bg.jpg');
	height: 14px;
	display: block;
	padding: 10px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}

#leftcontainer table tbody tr td {
	width: 175px;
	height: 115px;
}

#leftcontainer table tbody tr td img {
	width: 175px;
	height: 115px;
}

#leftcontainer div.sidebar_box {
	margin-bottom: 20px;
	text-align: center;
}

/**
	Rightcontainer
**/
#rightcontainer #hoofdgroeptitel {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}

#rightcontainer #navigatie {
	margin-top: 20px;
	font-weight: bold;
}

#rightcontainer table {
	width: 100%;

}

#rightcontainer table td {
	padding: 4px;
}

#rightcontainer #pb1_td1 {
	border: 1px solid #cccccc;
	width: 89px;
	vertical-align: top;
}

#rightcontainer #pb1_td2 {
	background: url('../img/td_bg.gif') repeat-x top left;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	vertical-align: top;
	width: 200px;
}

#rightcontainer #pb1_td3 {
	width: 0px;
}

#rightcontainer fieldset {
	border: 1px solid #000000;
	margin-bottom: 20px;
}


#rightcontainer fieldset legend {
	font-weight: bold;
}

#rightcontainer h1 {
	margin-bottom: 15px;
}

.footer{
	position: relative;
	margin:0 auto;
	margin-top: 0px; /* negative value of footer height */
	height: 20px;
	clear:both;
	background: url('../img/subheader_bg.jpg');
	width: 1000px;
 	text-align: center;
	color: white;
	padding-top:15px;
	}

.footer A{
	color:white;
	}

