body
{
	font-size: 			11px;
	font-family:		verdana;
	color:				#333;
	background:			#EB008B;
	margin:				0;
}

textarea,input,select,pre
{
	font-size: 			11px;
	font-family:		verdana;
	color:				#000;
	border:				1px solid #000;
}

#background
{
	position: 				relative;
	margin: 				0 auto;
	background:				url(../img/background.png) no-repeat #EB008B;
	background-attachment: 	fixed;
	background-position: 	50% 10%;
}

#wrapper
{
	position: 			relative;
	margin: 			0 auto;
	width:				964px;
	border-top:			5px solid #EB008B;
	background:			url(../img/schaduwrechts.png) repeat-y 960px -0px #EB008B;
}

#menu
{
	height: 			75px;
	margin:				5px;
}

#menu td
{
	padding-right:		3px;
	padding-top:		3px;
}

#banner
{
	margin:				5px;
}

h1
{
	position:			absolute;
	color:				#EC048C;
	left:				65px;
	left:				281px;
	top:				8px;
	font-size:			26px;
	margin:				0;
}
h2, h3
{
	color:				#EC048C;
	margin:				0 0 2px;
}
h3
{
	font-size:			13px;
	margin-top:			5px;
}
h4
{
	margin:				0;
	font-size:			12px;
}
input, textarea
{
	border:				1px solid black;
}
.false
{
	border:				1px solid #D13CBE;
}
.waarschuwing
{
	color:				#D13CBE;
	font-weight:		bold;
	padding-left:		50px;
}

#leftcolumn
{
	float:				left;
	width:				180px;
	height:				600px;
	background:			url(../img/achtergrondlinksboven.png) no-repeat #EC048C;
	clear:				none;
}

#centercolumn
{
	margin:				0 0;
	width:				960px;
	clear:				none;
	background:			#fff;
}

#content
{

}
#content .productcategorie
{
	float:				left;
	background: 		no-repeat;
	width:				160px;
	height: 			265px;
	margin:				1px 12px 0 0;
	padding:			10px;
	cursor:				pointer;
}
#content .product
{
	float:				left;
	background: 		url(../img/background/product.gif) no-repeat;
	width:				161px;
	height: 			263px;
	margin:				1px 11px 5px 0;
	padding:			10px;
	cursor:				pointer;
	position:			relative;
}
#content .product img
{

}
#onderbanneralgemeen
{
	clear:				both;
	width: 				960px;
	height: 			125px;
	margin-top:			20px;
	background: 		url(../img/fotobalk.png) no-repeat 30px;
	margin-bottom:		5px;
}

p
{
	margin:				0 0 8px;
}
img
{
	border:				none;
}

a
{
	color:				#333;
	text-decoration:	none;
	font-weight:	bold;
}
a:hover
{
	color:				#EB008B;
}
form
{
	margin:0;
	padding:0;
}

.pijl-links 
{

	position: 			absolute;
	left: 				-20px;
	top: 				280px;
}
.pijl-rechts
{
	position: 			absolute;
	right: 				-20px;
	top: 				280px;
}

table.overzicht td
{
	padding-right:		20px;
}
table.overzicht thead
{
	font-weight:		bold;
}

textarea
{
	height:				100px;
}

input, textarea
{
	width: 				450px;
}

.submit

{
	width: 				auto;
}

/* SUBMODAL (POPUP) */
/**
 * POPUP CONTAINER STYLES
 */
#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	background-color:transparent !important;
	background-image/**/: url("../img/maskBG.png") !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	
	left: 0px;
	display:none;
}
div > #popupInner
{
	

}
* html div #popupInner
{
	height:		400px;
	width:		800px;
	
	
}
#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;

	margin-left: 1px;
	margin-right: 0px;
	
}
#popupTitleBar {
	color: #ffffff;
	font-weight: bold;
	height: 0px;
	padding: 5px;
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	font-size: 1.1em;
}
#popupControls {
	position: absolute;
	top:	13px;
	right:	3px;
	cursor: pointer;
	cursor: hand;
}
.categoriescheiding td
{
	border-top:1px solid #aaa;
}
tr.head td
{
	padding:   5px 0 0 0;
}
.home-kolom
{

}
#footer
{
	position: 			relative;
	clear:				both;
	font-size:			10px;
	color:				#fff;
	margin: 			0 auto;
	width:				970px;
	background:			url(../img/schaduwonder.png) no-repeat -2px 0 transparent;
	*background-position: -1px 5px;
	margin-top:			-5px;
	text-align:			center;
	padding-top:		8px;
	padding-bottom:		8px;
}

#footer a
{
	color:				#fff;
}

#footer a:hover
{
	color:				#333;
}

#footer span
{
	color:				#EC048C;
	
}