body {
	margin: 0;
}

.hidden {
	display: none !important;
}

#header {
	position: relative;
}

h1 {
	background-image: url(/media/images/logo_houtkubus.jpg);
	text-indent: -3000px;
	display: block;
	width: 208px;
	height: 50px;
}

#link_contact {
	position: absolute;
	right: 20px;
	bottom: 38px;
}

a img {
	border-width: 0;
}

#container {
	position: relative;
	width: 940px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
}

#body {
	display: table;
	border-bottom: 1px solid #eee;
	padding-bottom: 7px;
	margin-bottom: 5px;
}

#slideshow {
	display: table-cell;
	width: 300px;
	vertical-align: top;
}

#article {
	display: table-cell;
	width: 400px;
	padding-left: 20px;
	padding-right: 20px;
}

#article.wide {
	width: 620px;
}

#sidebar {
	display: table-cell;
	vertical-align: top;
	width: 300px;
}

#sidebar h3 {
	border-bottom: 1px dashed #A91D38;
}

#sidebar img {
	float: left;
	margin-right: 3px;
	margin-top: 14px;
}

#categories {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

#categories ul {
	margin: 0;
	padding: 0;
	display: table;
	list-style-type: none;
	width: 100%;
}

#categories li {
	display: table-cell;
}

#footer {
	border-top: 2px solid #ccc;
	text-align: center;
}
body {
	font-family: Trebuchet MS;
	font-size: 12px;
	line-height: 16px;
}

#link_contact {
	text-decoration: none;
}



#article h2 {
	font-weight: bolder;
	font-size: 16px;
	line-height: 20px;
}

#sidebar h3 {
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
}

#sidebar a {
	text-decoration: none;
}

#sidebar p a:hover {
	text-decoration: underline;
}

#categories h3 {
	font-size: 10px;
}

#footer {
	line-height: 24px;
	font-size: 12px;
}
a {
	color: #848382;
	text-decoration: none;
}

#article h2 {
	color: #A91D38;
	margin: 0 0 -4px !important;
}

#sidebar h3 {
	color: #848382;
	margin: 0 0 -4px !important;
}

#sidebar a {
	color: inherit;
}

#sidebar a:hover {
	color: #A91D38;
}

#categories h3 {
	color: #848382;
}

#footer a {
	color: dimgray;
}

#categories img a:hover{
	border: 1px solid red;
} 
#vloeren {
}

#vloeren {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#vloeren li {
	margin: 0;
	padding: 0;
	display: inline;
}

#vloeren img {
	margin: 5px;
}

#categories a:hover img{
    border: 1px solid navy;
} 

#categories a img{
    border: 1px solid white;
} 

#body {
	width: 100%;
}

#map_route {
	display: table;
	width: 100%;
}

#map_route h2 {
	color: #A91D38;
	font-size: 16px;
	font-weight: bolder;
	line-height: 20px;
}

#map_canvas {
	vertical-align: top;
	width: 480px;
	height: 400px;
}

#postcode {
	display: table-cell;
	vertical-align: top;
	padding-top: 8px;
}

#input_postcode {
	width: 5em;
}

#directions_container {
}
/**
 * Form
 */

.error {
	color: crimson;
	font-weight: bold;
}

form .error {
	display: inline-block;
	padding-left: 10px;
}

form ul {
	list-style-type: none;
	overflow: auto;
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
}

form li {
	clear: both;
	line-height: 3em;
}

form label {
	display: block;
	float: left;
	width: 100px;
	margin-right: 20px;
}

form .input {
	float: none;
	clear: both;
	padding-left: 120px;
	padding-top: 1em;
}

form li .input {
	display: block;
	float: left;
	clear: none;
	padding-left: 0;
	padding-top: 0;
}

form li.input {
	padding-left: 120px;
}

form li.input label {
	width: auto;
}

form li textarea {
	width: 580px;
}

form .input .description {
	color: gray;
}

input.numeric {
	text-align: right;
	font-family: Monospace;
}
/* Settings for de coole newsticker */
#slider {
	width: 300px;
	height: 398px;
	position: relative;
	overflow: hidden;
}

#mask-gallery {
	overflow: hidden;
}

#gallery {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 0;
	width: 900px;
	overflow: hidden;
}

#gallery li {
	float: left;
}

#mask-excerpt {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500px;
	width: 100px;
	overflow: hidden;
}

#excerpt {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity:  0.6;
	opacity:  0.6;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	background-color: #000;
	overflow: hidden;
	font-family: arial;
	font-size: 10px;
	color: #fff;
}

#excerpt li {
	padding: 5px;
}

.clear {
	clear: both;
}
/**
 * Navigation
 */

/**
 * Grid
 */
#nav {
	display: table;
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 3px solid #ccc;
	margin-bottom: 10px;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav li {
	display: inline-block;
	text-align: center;
	position: relative;
	margin-right: 3.2em;
}

#nav a {
	display: block;
	padding-left: 3px;
}

#nav .submenu {
	display: none;
	position: absolute;
	z-index: 3;
	top: 50px;
	padding: 10px;
	padding-left: 0;
	white-space: nowrap;
}

#nav .submenu ul {
	display: block;
}

#nav .submenu li {
	text-align: left;
	display: block;
}

/**
 * Type
 */
#nav {
	font-size: 16px;
	line-height: 62px;
}

#nav a {
	text-decoration: none;
	font-weight: bold;
}

#nav .submenu {
	line-height: 30px;
}

/**
 * Color
 */
#nav a {
	color: #848382;
}

#nav a:hover {
	color: black;
}

#nav .submenu {
	border-top: 1px solid dimgray;
	background-color: white;
}
<br />
<b>Warning</b>:  include() [<a href='0function.include0'>function.include0</a>]: Unable to access ../default/redesign.css in <b>/var/www/vhosts/houtkubus.nl/httpdocs/css/home/index.php</b> on line <b>10</b><br />
<br />
<b>Warning</b>:  include(../default/redesign.css) [<a href='0function.include0'>function.include0</a>]: failed to open stream: No such file or directory in <b>/var/www/vhosts/houtkubus.nl/httpdocs/css/home/index.php</b> on line <b>10</b><br />
<br />
<b>Warning</b>:  include() [<a href='0function.include0'>function.include0</a>]: Failed opening '../default/redesign.css' for inclusion (include_path='.:.:') in <b>/var/www/vhosts/houtkubus.nl/httpdocs/css/home/index.php</b> on line <b>10</b><br />

