@charset "utf-8";
/* CSS Document */

/* General structure */
body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-width: 770px;
}
body {
	background: transparent url("http://css-images.alfaconstruct.be/img/grudge.gif") left 160px repeat-x;
}
#container {
	position: relative;
	text-align: left;
	margin: 0px auto;
	min-height:100%;
	height:auto;
	width: 100%;
	background: transparent url("http://css-images.alfaconstruct.be/img/header-repeat.jpg") 360px top repeat-x;
}
#wrapper {
	position: relative;
	padding: 180px 0 0;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 160px;
	width: 100%;
	background: transparent url("http://css-images.alfaconstruct.be/img/header-tag.jpg") 0px top no-repeat;
}
#content {
	position: relative;
	width: 760px;
	margin: 0 auto;
	padding: 0 5px 20px;
}
#footer {
	position: relative;
	height: 30px;
	margin: -37px auto 0;
	clear: both;
	border-top: 6px solid #bcbcb2;
	background: #e8e8df url("http://css-images.alfaconstruct.be/img/footer-dashed.gif") left 5px repeat-x;
	text-align: center;
}
#footercontent {
	margin: 0 auto;
	height: auto;
	width: 760px;
	padding: 0 5px;
	position: relative;
}
/* End general structure */

/* Controls */
.fl-left {
	float: left;
}
.fl-right {
	float: right;
}
.clear {
	float: none;
	clear: both;
}
.nomargin {
	margin: 0;
}
/* End controls */

/* Header specific */
#header #headercontent {
	margin: 0 auto;
	width: 760px;
	text-align: right;
	overflow: hidden;
}
#header #headercontent span {
	display:block;
	height:100%;
	width:100%;
	cursor: hand;
}
#header #headercontent a, #header #headercontent a:link, #header #headercontent a:visited {
	display: block;
	padding: 120px 15px 0;
	height: 40px;
	line-height: 40px;
	float: right;
	text-decoration: none;
	color: #ffffff;
	overflow: hidden;
}
#header #headercontent a:hover, #header #headercontent a:active, #header #headercontent a:focus, #header #headercontent a.active {
	background: transparent url("http://css-images.alfaconstruct.be/img/header-repeat-hover.jpg") center top repeat-x;
}
/* End header specific */

/* Navigation specific */
#header #headercontent .home {
	width: 47px;
	background: transparent url("http://css-images.alfaconstruct.be/img/navigation/home.gif") center top no-repeat;
}
#header #headercontent .algemene-info {
	width: 128px;
	background: transparent url("http://css-images.alfaconstruct.be/img/navigation/algemene-info.gif") center top no-repeat;
}
#header #headercontent .catalogus {
	width: 89px;
	background: transparent url("http://css-images.alfaconstruct.be/img/navigation/catalogus.gif") center top no-repeat;
}
#header #headercontent .contact {
	width: 71px;
	background: transparent url("http://css-images.alfaconstruct.be/img/navigation/contact.gif") center top no-repeat;
}
/* End navigation specific */

/* Footer specific */
#footer .fl-left, #footer .fl-right {
	margin: 5px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 49%;
	font-size:11px;
	line-height: 26px;
	color: #666661;
	font-style: normal;
}
#footer .fl-left {
	text-align: left;
}
#footer .fl-right {
	text-align: right;
}
#footer a, #footer a:link, #footer a:visited {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666661;
	text-decoration: underline;
	font-style: normal;
}
#footer a:hover, #footer a:active, #footer a:focus, #footer a.active {
	text-decoration: none;
}
/* End footer specific */

/* Text specific */
* {
	outline: none;
	font-family: georgia, sans-serif, "Times New Roman";
	font-style: italic;
	color: #262624;
	line-height: 20px;
}
h1 {
	font-size: 16px;
	margin: 0 0 20px;
	padding: 0;
}
h2 {
	font-size: 14px;
	margin: 0 0 15px;
	padding: 0;
}
h1 span, h2 span {
	color: #545450;
	background: transparent url("http://css-images.alfaconstruct.be/img/grudge-border.gif") bottom left no-repeat;
	padding-bottom: 10px;
}
p, table {
	font-size: 13px;
	margin: 0 0 20px 10px;
}
div {
	font-size: 13px;
}
a, a:link, a:visited {
	color: #BB4004;
	text-decoration: underline;
}
a:hover, a:active, a:focus, a.active {
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
.grey {
	color: #767670;
}
.small {
	font-size: 10px;
}
/* End text specific */

/* Image specific */
img {
	padding: 6px;
	margin: 10px;
	border: 1px solid #bfbfbb;
	background: #ffffff;
}
/* End image specific */

/* Other */
.left-menu {
	position:relative;
	float:left;
	width:190px;
	margin:0 0 0 -600px;
}
.left-menu ul {
	list-style:none;
	padding-left:5px;
	margin:0;
}
.left-menu ul ul {
	list-style:none;
	padding-left:15px;
	margin:0;
}
.left-menu ul li a {
	font-size:13px;
}
.catalogus-image {
	margin:0 0 10px;
}
.middle-content {
	position:relative;
	float:left;
	width:400px;
	margin:0 10px 0 190px;
}
.right-content {
	float:left;
	width:140px;
}
.right-content h2 {
	margin-left:10px;
}
.right-content .dotted-vertical {
	padding:0 0 15px 5px;
	background:transparent url('/img/dotted-vertical.gif') left top repeat-y;
}
.right-content img {
	padding:5px;
	margin:0 0 3px 4px;
}
.product-table {
	width: 100%;
}
.product-table td {
	background:#ffffff;
	border:1px solid #ccccc0;
}
.product-table table {
	margin:0;
}
.product-table table td {
	border: none;
}
.product-table table td a img {
	padding:0;
	margin:0 5px 0 0;
	border:none;
}
.product-table .product-link {
	font-size:12px;
	text-decoration:none;
	line-height:normal;
	color:#262624;
}
/* End other */

