/* CSS Document */

@import url("menu.css");
@import url("home.css");
@import url("groepen.css");
@import url("content.css");
@import url("producten.css");
@import url("producten2010.css");

html, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-image: url(../Pics/Static/body_bg.gif);
	background-repeat: repeat-x;
	background-color: #e4e4e4;
}

h1,h2,h3,h4,h5,h6,form {
	margin: 0px;
	padding: 0px;
}

.png {
   _behavior: url("css/iepngfix.htc");
}

img {
	border: 0px;	
}

#elm_01, #elm_02, #elm_03, #elm_04, #elm_05, #elm_06 {
	display: none;
	z-index: 3;
}

a#elm_01, a#elm_02, a#elm_03, a#elm_04, a#elm_05, a#elm_06 {
	cursor: pointer;
}

.clear { clear: both; }

#container {
	position: relative;
	margin: 0px auto;
	width: 970px;
}

#page {
	position: relative;
	background-image: url(../Pics/Static/content_container_bg.gif);
	background-repeat: repeat-y;
	padding: 96px 5px 0px 5px;
	z-index: 1;
}
#contentContainer {
	min-height: 300px;
	padding: 90px 24px 10px 24px;
}

#content {
	z-index: 5;
	position: relative;
	font-size: 14px;
	font-weight: bold;
}

#contentContainer h1 {
	position: absolute;
	left: 20px;
	top: 134px;
	background-color: #FFFFFF;
	padding: 1px 6px;
	color: #000000;
	font-size: 30px;
	z-index: 6;
}

#deurmat {
	position: relative;
	background-repeat: no-repeat;
	height: 162px;
	max-height: 162px;
}

.deurmatKolom {
	float: left;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	width: 256px;
	margin-left: 24px;
	padding: 10px 16px 0px;
}

.deurmatKolom h5, .deurmatKolom h5 a {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.deurmatKolom p {
	padding: 0px;
	margin: 0px 0px 10px;
}
a.deurmatLink {
	padding-right: 12px;
	background-image: url(../Pics/Static/pijltje.png);
	_background-image: url(../Pics/Static/pijltje.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
	font-size: 14px;
	text-decoration: none;
}
a.deurmatLink:hover {
	color:#FFFFFF;
}

#header {
	position: absolute;
	width: 970px;
	height: 96px;
	top: 0px;
	left: 0px;
	background-color: #e4e4e4;
	z-index: 2;
}

#logo {
	position: absolute;
	left: 5px;
	top: 0px;
	z-index: 50;
}

#track {
	position: absolute;
	left: -35px;
	top: 78px;
	width: 1048px;
	height: 46px;
	background-repeat: no-repeat;
	z-index: 10;
}
#trackImage {
	width: 1048px;
	height: 46px;
	background-repeat: no-repeat;
}
#footer {
	position: relative;
	padding: 8px 28px;
}

#footer ul, #footer ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #e53138;
	font-size: 11px;
	font-weight: bold;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	color: #e53138;
	text-decoration: none;
	padding: 0px 6px 0px 8px;
	background-image: url(../Pics/Static/streepje.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}
#footer ul li:first-child a {
	background-image: none;
	padding-left: 0px;
}

#footer ul li:last-child a {
	padding-right: 0px;
}

#footer ul#sites {
	position: absolute;
	right: 30px;
	top: 8px;
}

a {
	color: #e53138;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

/* Contactform */
div#contactForm {
	position: relative;
	width: 355px;
	padding-top: 10px;
}

div.formRow {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	min-height: 20px;
	_height: 20px;
}

input#btnSend {
	margin-top: 5px;
}

div.formRow label {
	display: block;
	width: 82px;
	float: left;
}

div.formRow input.formfield {
	float: left;
	width: 240px;
	border: 1px solid #5f5f5f;
}

div.formRow input.formfieldSmall {
	float: left;
	width: 100px;
	border: 1px solid #5f5f5f;
}

div.formRow textarea.formfield {
	float: left;
	width: 240px;
	height: 120px;
	border: 1px solid #5f5f5f;
}