* {
    margin: 0;
    outline: 0;
    padding: 0;
}

body {
    background: url(gfx/body.gif) #fff repeat-x;
    color: #333;
    font-family: verdana, sans-serif;
    font-size: 12px;
}

.clear {
    clear: both;
}

h1 {
    display: none;
}

#wrapper {
    margin: 0 auto;
	background: url(gfx/header.png) no-repeat;
    width: 578px;
}

#wrapper #inside {
	padding: 109px 19px 0;
}

#slideshow {
	position: relative;
	width: 520px;
	height: 230px;
	margin: 0 0 30px 10px;
	overflow: hidden;
}

#slideshow img {
	display: none;
	position: absolute;
    top: 0;
    left: 0;
}

ul#menu {
	list-style: none;
	position: relative;
	left: -21px;
	width: 578px;
}

ul#menu li {
	background: url(gfx/menu_right.gif) no-repeat top right;
	float: left;
	margin-left: 21px;
}

ul#menu li a {
	display: block;
	padding: 10px 22px;
	background: url(gfx/menu_left.gif) no-repeat top left;
	color: #000;
	text-decoration: none;
}

ul#menu li a:hover {
	text-decoration: underline;
}

#content {
	padding: 20px 0;
	line-height: 2em;
}

#content a {
    border-bottom: 1px dotted #b00;
    color: #b00;
    text-decoration: none;
}

#content a:hover {
    border: 0;
}

#content h2 {
    color: #b00;
    font-size: 20px;
    margin-bottom: 10px;
}

#content p {
    line-height: 2em;
    padding-left: 20px;
    margin-bottom: 2em;
}

#content p.info {
    color: #aaa;
    font-style: italic;
    margin-bottom: -2em;
    margin-top: -10px;
    padding-left: 0;
}

#content img.right {
    border: 1px solid #eee;
    float: right;
    padding: 10px;
    margin-left: 10px;
}

#content img.left {
    border: 1px solid #eee;
    float: left;
    padding: 10px;
    margin-right: 10px;
}

#content table {
    border-collapse: collapse;
    width: 100%;
}

#content table tr {
    border-bottom: 1px dashed #333;
}

#content table tr th {
    color: #b00;
    font-variant: small-caps;
    padding: 10px;
	text-align: left;
}

#content table tr td {
    padding: 10px;
}

#content table tr td a {
    border: 0;
}

#content table tr td a img {
    border: 0;
}

#content ul#producten {
	list-style-position: inside;
}

#content ul#producten li {
	line-height: 40px;
}

#content iframe {
	float: left;
	margin-bottom: 10px;
	border: 1px solid #eee;
}

#footer {
    background: url(gfx/footer.gif) repeat-x;
    bottom: 0;
    height: 88px;
    position: absolute;
    width: 100%;
}

#footer p {
    text-align: center;
    padding-top: 59px;
}

#footer p a {
    border-bottom: 1px dotted #333;
    color: #333;
    text-decoration: none;
}

#footer p a:hover {
    border: 0;
}







html, body, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;}

#content {padding-bottom: 65px;}  /* must be same height as the footer */

#footer {
	background: url(gfx/footer.gif) #e7e7e7 repeat-x top left;
	position: relative;
	margin-top: -65px; /* negative value of footer height */
	height: 65px;
	clear:both;
}

#footer #inside {
	text-align: center;
	padding-top: 37px;
}

#footer #inside a {
	text-decoration: none;
	color: #333;
	border-bottom: 1px dotted #333;
}

#footer #inside a:hover {
	border: 0;
}

/* CLEAR FIX*/
.clearfix:after {
	/*content: ".";*/
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
