/**
 * 	GENERAL
 **********************************************************************/
body {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  text-align: center;
  background: url(/images/bg2.gif) repeat top left;
  overflow: scroll;
}

#container {
	font-size: 1.2em;
	padding: 0 20px;
  	margin: 0 auto;
  	width: 920px;
  	text-align: left;
}

body, p, div, td, h1, h2, h3, h4, li {
  font-family: arial, helvetica, sans-serif;
  line-height: 1.5;
}

p {
	margin: 0 0 1em;
}

a {
	outline:none;
	color: #333;
}
  
img {
  display: block;
  border: 0; 
}

/**
 * 	SECONDARY NAVIGATION
 **********************************************************************/
#secnav {
  padding: 9px 30px 0px 30px;
  height: 1.2em;
  background: #323232;  
  border: 0px solid #fff;
  }

#secnav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline;
  float: right;
  }

#secnav li {
  padding: 0 7px;
  margin: 0;
  display: inline;
  line-height: 1.2;
  float: left;
  font-size: .95em;
  text-align: center;
  white-space: nowrap;
  background: none;
  border-right: 1px solid #E69BBE;
}

#secnav a {
	text-decoration: none;
}

#secnav li a:link, #secnav li a:visited {
	color: #fff;
}

#secnav li a:hover, #secnav li a:active {
	color: #E69BBE;
	text-decoration: underline;
}

#homebutton img {
	display: inline;
	position: relative;
	top: 3px;
	left: -4px;
}

#homebutton {
	color: #FFFFFF;
	font-size: 0.95em;
	position: relative;
	top: -3px;
}

/**
 * 	PRIMARY NAVIGATION
 **********************************************************************/
#primnav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 31px;
  float: right;
  position: relative;
  top: -10px;
  right: 0;
  }

#primnav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline;
  border: 0px solid #000;
  float:left;
  }

#primnav li {
  padding: 0;
  margin: 0;
  display: inline;
  float: left;
  text-align: center;
  white-space: nowrap;
  background: none;
  border-left: 1px solid #fff;
  	  background-color: #E69BBE;
  }
  #primnav li:hover {
  	background-color: #8C2457; 
  }
#primnav li.first {
	background-image: url(../../../images/leftrounding.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;

 }
 
 #primnav li.first:hover {
	background-image: url(../../../images/leftrounding_over.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
 }

#primnav li a {
  margin: 0 1px 0 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: .9em;
  width: auto;
  display: block;
  float: left;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  padding: 4px 7px;
  color: #1f471b; 

}

#primnav li a:hover {
	color: #FFFFFF; 
}

#primnav li a.login {
	color: #FFFFFF;
	background-color: #8C2457; 
}

/**
 * 	LAYOUT
 **********************************************************************/
#container2 {
  margin: 0;
  padding: 0;
  width: 920px;
  float: left;
  position: relative;
  background: #fff;
}

#header, #content {
  padding-left: 30px;
  padding-right: 30px;
  width: 860px;
  }

#logo {
  padding: 10px 0 12px 0;
  float: left;
  position: relative;
  left: -4px;
  top: -2px;  
  }

#title {
  	background-color: #E69BBE;
	border-top: dotted 2px #CCCCCC;
	border-bottom: dotted 2px #CCCCCC;
	padding: 15px 0 15px 30px;
	font-size: 18px;
  }
#hometitle {
	background-image:url(/images/header.jpg);
	height: 175px;
  }

#container3 {
  margin: 0;
  float: left;
  }

#content {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #6e6e6e;
  float: left;
  }

/**
 * 	COLUMNS
 **********************************************************************/
#col_a, #col_b, #col_c, #col_d, #col_ab, #col_bc, #col_bcd, #col_cd, #col_b1, #col_c1 {
  padding-right: 20px;
  float: left;
  position: relative;
  }

#col_a, #col_d {
	width: 150px;
}

#col_bc {
	width: 520px;
}

#col_b, #col_c {
	width: 250px;
}

#col_b1 {
	width: 360px;
}

#col_c1 {
	width: 140px;
}

#col_bcd {
	width: 690px;
}

#col_ab {
	width: 420px;
}

#col_cd {
	width: 420px;
	margin-top: -15px;
}

#col_d, #col_bcd, #col_cd {
	padding-right: 0;
}

/**
 * 	FOOTER
 **********************************************************************/
#leveranciers {
  /*margin: 0 auto 25px auto;*/
  padding: 5px 0;
  clear: both; 
  background-color: #FFFFFF;
  border-top: 1px dotted #999999;
  }

#footer {
  margin: 0 auto 25px 0;
  padding: 0 0 2em;
  clear: both;
  height: 5em;
  font-size: .9em;
  color: #DDDDDD;
  background: #323232;  
  }

#footer img {
	display: inline;
}

#footer a:link, #footer a:visited {color: #DDDDDD;}
#footer a:hover {color: #fff;}
#footer a:active {color: #000;}

#footer_container {
  margin: 0 auto;
  padding: 1.7em 30px; /* set L+R padding to the same value as #container */
  }

#footer_links {
  float: left;
    padding: 3px 30px; /* set L+R padding to the same value as #container */

  }
  
#footer_copyright {
  float: right;
  text-align: right;

    padding: 3px 30px; /* set L+R padding to the same value as #container */

  }  

#footer_address {
	clear: both;
	margin: 0;
	font-weight: bold;
	margin-right: 30px;
	padding: 15px 0 15px 0;
	margin-left: 30px;
	border-bottom: 1px dotted #999999;
}
#footer_address #tel {
	float: right;
}

/**
 * 	HEADINGS
 **********************************************************************/
h1, h2, h3, h4, h5, h6 {
  font-weight: bold; 
  margin: 1em 0 0;
  }

h1 {
  margin: 0 0 .5em;
  font-weight: normal;
  font-size: 1.6em;
  color: #393939;
  }
  
h2 {
  font-size: 1.2em;
  color: #393939;
  }

h3 {
  font-size: 1em;
  color: #323232;
  }

/**
 * 	LEFT NAVIGATION
 **********************************************************************/
.subnav h2 {
  margin-top: 0; 
  font-size: 1em;
  color: #717171;
  }

.subnav h2 a {
	text-decoration: none;
  color: #717171;
  }

.subnav ul {
  margin: 2px 0 20px;
  padding: 0;
  list-style-type: none;
  width: 100%;
  }

.subnav li {
  margin: 0;
  padding: 0 0 0 15px;
  background: url(/about/img/li.gif) no-repeat 3px 6px;  
  }
.subnav li.referentie {
  margin: 0 0 0 15px;
  padding: 0 0 0 0;
  background: url(/about/img/li.gif) no-repeat 3px 6px;  
  border-bottom: dotted 1px #7ebe40;
  }

.subnav li a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 1em;
  border: 0px solid #333;
  }

.subnav li a:link, .subnav li a:visited {color: #7ebe40;}

.subnav li a:hover {color: #000;}

.subnav li a:active {}


/**
 * 	HOMEPAGE
 **********************************************************************/

body.nav_home #col_ab {
  padding: 0 0 0 20px;
  }

body.nav_home ul.rows {
  margin: 0 0 2em;
  padding: 0;
  float: left;
  width: 410px;
  border: 0px solid green;
  background: url(/images/hr_grey.gif) repeat-x bottom;  
  }

body.nav_home ul.rows li {
  margin: 0;
  padding: 1em 0;
  width: 410px;
  list-style-type: none;
  float: left;
  background: url(/images/hr_grey.gif) repeat-x top;
  }

body.nav_home ul.rows li.top {
  padding-top: 0;
  background: none;
  }

ul.rows li img {
  padding: 0 20px 0 0;
  float: left;
  border: 0px solid #000;  
  }
  
ul.rows li .col {
  padding-right: 20px;
  float: left;
  width: 300px;  
  border: 0px solid #000;  
  }

ul.rows li h3 {
  margin-top: 0;
  color: #7ebe40;
  font-size: 1em;
  text-transform: none;
  }

ul.rows li .col p {
  margin-bottom: 0;
  font-size: .9em;
  }

/**
 * 	NEWSBAR
 **********************************************************************/
#newsticker {
  background: #f3f3f3 url(/images/hr_grey.gif) repeat-x bottom;
  margin: 0;
  left: 0;
  width: auto;
  height: 30px;
  padding: 15px 0 10px 30px;
  position: relative;
  border: 0px solid #000;
  font-size: 1em;
  color: #252525;
  }
 
/**
 * 	LOGIN FORM
 **********************************************************************/
 
#loginform {
	margin: 10px auto;
	border: dotted 1px #999999;
	width: 335px;
	padding: 10px;
}  

#loginform label {
	width: 180px;
	display: block;
	float: left;
	clear: both;
}

#loginform input {
	border: solid 1px #999999;
	margin-bottom: 5px;
	width: 150px;
}

#loginform #submit {
	margin-left: 180px;
}

/**
 * 	CATALOGUS
 **********************************************************************/
 
.formitem label {
	margin-left: 30px;
	width: 100px;
	display: block;
}

.formitem input {
	border: solid 1px #666;
	width: 200px;
	margin-left: 40px;
}  

.submitbutton {
	margin: 5px 0 0 40px;	
}

#catalogusimage {
	float: right;
	margin-right: 40px;
	margin-top: 20px;
}

/**
 * 	PRODUCT FICHES
 **********************************************************************/
 
#productfiches th {
	background-color: #DDDDDD;
	padding: 0 3px;
}	

#productfiches td {
	padding: 0 3px;
}	

#productfiches img {
	display: inline;
	margin-right: 10px;
}

#productfiches a {
	color: #6E6E6E;
}

/**
 * 	AUTOMATISERINGS FORM
 **********************************************************************/
 
#automatiseringsform fieldset {  
	margin: 1.5em 0 0 0;  
	padding: 0;
}
#automatiseringsform legend {  
	margin-left: 1em;  
	color: #000000;  
	font-weight: bold;
}
#automatiseringsform fieldset ol {  
	padding: 1em 1em 0 1em;  
	list-style: none;
}
#automatiseringsform fieldset li {  
	padding-bottom: 1em;
}
#automatiseringsform fieldset.submit {  
	border-style: none;
} 
#automatiseringsform label {  
	float: left;  
	width: 10em;  
	margin-right: 1em;  
	text-align: right;
}


#automatiseringsform2 h3 {
	background-color: #999999;
	color: #FFFFFF;
	padding: 3px;
	font-size: larger;
}

#automatiseringsform2 fieldset {  
	margin: 10px 0 0 20px;  
	padding: 0;
}
#automatiseringsform2 legend {  
	margin-left: 1em;  
	color: #000000;  
	font-weight: bold;
}
#automatiseringsform2 fieldset ol {  
	padding: 0 1em 0 1em;  
	list-style: none;
}
#automatiseringsform2 fieldset li {  
	padding-bottom: 1em;
	clear: both;
}
#automatiseringsform2 fieldset.submit {  
	border-style: none;
} 
#automatiseringsform2 input.check {  
	float: left;  
	width: 30px;  
}
#automatiseringsform2 label {  
	float: left;  
	width: 170px;  
	text-align: left;
}
#automatiseringsform2 .aantal {  
	float: left;  
	width: 30px;
	text-align: right;
	margin-right: 20px
}
#automatiseringsform2 .omschrijving {  
	float: right;  
	width: 380px;
	color: #999999;
}
