body {
    margin: 0;
    padding: 0;
    background-color: white;
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
}
#header h1{
	display: none;
}
#global{
	width: 793px;
	margin: 0 auto;
}
#top{
	height: 210px;
}
#scroll_inhoud{
	overflow-y: auto;
	width :774px;
	clear: both;
	margin-left :10px;
}
#inhoud{
	padding-top: 10px;
	font-family: Trebuchet MS;
	min-height: 300px;
}

#content{
	float: right;
}
#content .home_back{
	background-image: url(../img/home.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	
}
.missie_back{
	background-image: url(../img/missie.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;

}
.optima_back{
	background-image: url(../img/optima.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;

}
.vac_back{
	background-image: url(../img/vacatures.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 375px;

}
.machine_back{
	background-image: url(../img/machine.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 325px;
}

.machine_back img{
	top: 0px;
	left: 0px;
	height: 150px;
	width: 150px;
}
.tbl_machine, {
	border: 1px solid #7b8c96;
	width: 482px;	
}
.mb01{
	background-image: url(../img/mach_back01.jpg);
	background-position: right;
}
.mb02{
	background-image: url(../img/mach_back02.jpg);
	background-position: right;
}
.mb03{
	background-image: url(../img/mach_back03.jpg);
	background-position: right;
}
#tbl_machine{
		border: 1px solid #7b8c96;
	width: 512px;	
}
.poeder{
	background-image: url(../img/poeder.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 370px;
	width: 480px;

}
#menu{
	height: 31px;

}
#menu ul{
	margin: 0; 
	padding: 0;
	list-style: none;
}
#menu li{
	margin: 0;
	padding: 0;
	float: left;
}
#menu li a:link, #menu li a:active, #menu li a:visited{
	text-decoration: none;
}
#menu li a{
	display: block;
	font-size: 0px;
	margin-left: 10px;
	text-decoration: none;
}
#menu li#m_1 a{
	background-image: url(../img/home.gif);
	height: 28px;
	width :71px;	
	color: #7B8C96;
}
#menu li#m_1 a:hover, #menu li#m_1.active1 a{
	background-image: url(../img/home_on.gif);
	color: black;
}
#menu li#m_2 a{
	background-image: url(../img/missie.gif);
	height: 28px;
	width :70px;
	color: #C6CFD4;
}
#menu li#m_2 a:hover, #menu li#m_2.active1 a{
	background-image: url(../img/missie_on.gif);
	color: black;
}
#menu li#m_3 a{
	background-image: url(../img/machinelijst.gif);
	height: 28px;
	width : 113px;
	color: #A8B7BF;
}
#menu li#m_3 a:hover, #menu li#m_3.active1 a{
	background-image: url(../img/machinelijst_on.gif);
	color: black;
}
#menu li#m_4 a{
	background-image: url(../img/metaal.gif);
	height: 28px;
	width : 212px;
	color: #7B8C96;
}
#menu li#m_4 a:hover, #menu li#m_4.active1 a{
	background-image: url(../img/metaal_on.gif);
	color: black;
}
#menu li#m_5 a{
	background-image: url(../img/vacatures.gif);
	height: 28px;
	width : 98px;
	color: #A8B7BF;
}
#menu li#m_5 a:hover, #menu li#m_5.active1 a{
	background-image: url(../img/vacatures_on.gif);
	color: black;
}
#menu li#m_6 a{
	background-image: url(../img/nieuws.gif);
	height: 28px;
	width : 71px;
	color: #7B8C96;
}
#menu li#m_6 a:hover, #menu li#m_6.active1 a{
	background-image: url(../img/nieuws_on.gif);
	color: black;
}
#menu li#m_7 a{
	background-image: url(../img/contact.gif);
	height: 28px;
	width : 81px;
	color: #A8B7BF;
}
#menu li#m_7 a:hover, #menu li#m_7.active1 a{
	background-image: url(../img/contact_on.gif);
	color: black;
}
a {
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
}
#inhoud p{
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
	 color: #EB1C22;
}
h1, h2, h3 {
    font-weight: bold;

}
h4, h5, h6 {
    font-weight: bold;
}
h1 {
	 font-size: 18px;
	 margin-bottom: 10px;
}
h2 {
    font-size: 14px;
}
h3 {
    font-size: 1.4em;
}
h4 {
    font-size: 1.2em;
}
h5 {
    font-size: 1.0em;
}
h6 {
    font-size: 0.8em;
}

dl, dt, dd, ol, ul, li {
    margin-top: 0.2em;
    margin-bottom: 0.1em; 
    font-size: 1.0em;
    line-height: 1.5em;
}

p {
    margin: 1.2em 0em 1.2em 0em;
    font-size: 1.0em;
    line-height: 1.5em;
}

code, pre {
    font-family: Courier New, monospace;
    font-size: 1.0em;
}

strong, b {
    font-weight: bold;
}
em, i {
    font-style: italic;
}

hr {
    height: 1px;
    margin: 0px;
    background-color: #ccc;
    color: #ccc;
}

img {
    margin: 0;
    border: 0;
}

/***********************************************************************
 * layout kolom links of rechts van inhoud
 * --------------------------------------------------------------------
 * |                  |                                               |
 * |                  |                                               |
 * |                  |                                               |
 * --------------------------------------------------------------------
 *
 * <div id="container">
 *    <div id="kolom">
 *    </div>
 *    <div id="inhoud">
 *    </div>
 * </div>
 *
 * alle left door right vervangen indien kolom rechts komt te staan
 *
 ***********************************************************************/
/*
#container {
  float: left;
  background: url(bgkleur.gif) repeat-y top left;
}
#kolom {
  float: left;
  width: 200px;
}
#inhoud {
  float: left;
}
*/
/***********************************************************************
 * layout kolom links en rechts van inhoud
 * --------------------------------------------------------------------
 * |                  |                            |                  |
 * |                  |                            |                  |
 * |                  |                            |                  |
 * --------------------------------------------------------------------
 *
 * <div id="container_bg_links"><div id="container_bg_rechts">
 *    <div id="kolom_links">
 *    </div>
 *    <div id="kolom_rechts">
 *    </div>
 *    <div id="inhoud">
 *    </div>
 * </div></div>
 *
 ***********************************************************************/
/*
#container_bg_links {
  float: left;
  background: url(kleur_links.gif) repeat-y top left;
}
#container_bg_rechts {
  float: left;
  background: url(kleur_rechts.gif) repeat-y top right;
}
#kolom_links {
  float: left;
  width: 200px;
}
#kolom_rechts {
  float: right;
  width: 200px;
}
#inhoud {
  float: right;
}
*/

/*---------------css module inhoud--------------------*/



/* CONTENT */

.kolom_links, .kolom_rechts{
	width: 45%;
	float: left;
	margin: 10px;
}

.imgleft {
	float:left;
}

.imgright{
	float:right;
}

div.sjabloon1, div.sjabloon2,div.sjabloon3,div.sjabloon4{
  clear: both;
}

div.sjabloon1  img, div.sjabloon2  img, div.sjabloon3  img ,div.sjabloon4  img{

}



/* LINKS */

div.links {
width:100%;
}

div.links h1 {
	
}

div.links table{
	
}

div.links thead{

}

/* NIEUWS */

div.nieuws {
	min-height:400px;
    width : 500px;
	padding-left: 250px;
	background-image: url(../img/nieuws.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

div.nieuws img {
	float:left;
	margin-right: 10px;
}

div.nieuws img.right {
	float:right;
}
div.nieuws hr {
	clear:both;
}

div.nieuws h1 {
	
}
div.nieuws_listitem{
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.nieuws a {
	color: #1784C3;
}
div.nieuws a:hover{
	color: #D82027;
}
div.nieuws h2{
	margin-bottom: 10px;
}

div.nieuws h2, div.nieuws h2 a {
	clear: both;
	color: #D82027;
	font-size: 14px;
	font-weight: bold;
}


div.nieuws table{
	
}

.wtkerror {
	color:red;
	display:block;
}

#wtkformmodule{
	width : 480px;
	padding-left: 250px;
	background-image: url(../img/contact.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#wtkformmodule form { 
	padding:10px;
	background-color:#7B8C96;
	width:480px;
}
#wtkformmodule_table td {
	vertical-align:top;
}
#wtkformmodule_table input, #wtkformmodule_table textarea{
	width: 300px;
	border: 1px solid #c6ced4;
}
input#wtkformsubmit{
	width: 120px;
	float: right;
	background-image: url(../img/button_back.jpg);
	background-repeat: repeat-y;
	border: none;
	margin-right: 10px;
}

/*-----------machinetable----------*/
