body {
	margin: 0px;
	font: 9pt Verdana, Helvetica, Sans-serif;
	color: #000000;
}


/* layout */

body {
	background-color: #000;
	color:#fff;
}

#maincontainer {
	width:766px;
	background-color: #000;
	margin:auto;
}

#logo {
	background-image:url('../images/header.jpg');
	width:766px;
	height: 90px;
}

#menu {
	background-image:url('../images/menu.jpg');
	width:766px;
	height:38px;
	padding: 0px;
	padding-top:13px;
	font-family: verdana;
	font-size:12px;
	text-align: center;
	word-spacing: 32px;
}

#menu a:link,a:visited {
	color:#ffffff;
	text-decoration: none;
}
#menu a:hover {
	color:#af3f3d;
	text-decoration: underline;
}

#midden {
	background-image:url('../images/midden.jpg');
	width: 766px;
	height:612px;
}

#middenhome {
	background-image:url('../images/midden-homepage.jpg');
	width: 766px;
	height:612px;
}
#submenu {
	width: 766px;
	height: 20px;
	background-color: none;
	text-align: center;
	word-spacing: 10px;
}

#submenu a:link,a:visited {
	color:#ffffff;
	text-decoration: none;
}
#submenu a:hover {
	color:#af3f3d;
	text-decoration: underline;
}

#content {
	margin:auto;
	position: relative;
	top: 26px;
	width: 680px;
	height: 460px;
	
	border: 5px solid #af3f3d;
}

#copyright{
	text-align:center;
	color:#565656;
	margin-top:10px;
	font-size:9px;
}


/* links */

a.copyright:link, a.copyright:visited {
	color: #565656;
}

#copyright a.copyright:hover {
	color: #ffffff;
}

a {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

/* headings */
h1 {
	font-size: 13.5pt;
}
h2 {
	font-size: 11pt;
}

/* forms */
form {
	margin: 0;
}

input,select,textarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	background-color: #efefef;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

.clickable,input.button {
	cursor: pointer;
}

input.button {
	font-weight: bold;
	border: 1px solid #000;
}

input.checkbox {
	background-color: transparent;
	border: 0px;
}

/* error displays */
span.error, li.error, p.error, div#verify_errors ul li span {
	color: #f00;
}

input.error,select.error,textarea.error {
	background-color: #ff8080;
}

input.disabled,select.disabled,textarea.disabled {
	background-color: #d4d0c8;
}

/* voorbeeld CSS categorieen (haal maar eens weg en kijk wat er gebeurt) */
#webshopCategories ul {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#webshopCategories ul li a {
	margin-left: 10px;
	margin-right: 10px;
	background-color: #ccc;
}

#webshopCategories ul li {
	list-style-type: none;
	display: inline;
}
/* eind voorbeeld CSS categorieen */

/* voorbeeld CSS zoekbox */
#webshopSearchbox,#webshopSearchbox form {
	display: inline;
}
/* eind voorbeeld CSS zoekbox */