/* general tag styles */

body, html {
	height : 100%; 
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #676767;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 11px;
	background: #ECEFE1 
}

p, td, li, form, label {
	font-size: 11px;
}

td, ul, ol, li, form, input, select {
	padding: 0;
	margin: 0;
}

img {
	padding: 0;
	border: 0;
}

p {
	line-height: 150%;
	padding: 0 0 15px 0;
	color: #676767;
	font-weight: normal;
	border: 0;
	margin: 0;
}

h1 {
	font-size: 14px;
	line-height: 120%;
	padding: 0 0 15px 0;
	border: 0;
	margin: 0;
	color: #A4B949;
}

h2, h3, h4 {
	font-size: 11px;
	line-height: 120%;
	padding: 0 0 3px 0;
	border: 0;
	margin: 0;
	color: #A4B949;
}

h1 span {
	font-size: 11px;
}

h5, h6 {
	font-size: x-small;
	padding: 10px 0 2px 0;
	border: 0;
	margin: 0;
}

select {
	font-size: x-small;
}

a {
	color: #A4B949;
}

a:hover {
	color: #A4B949;
}

label {
	color: #000;
	vertical-align: top;
	font-size: x-small;
}

.em-note {
  font-style: italic;
}

p.clearit {
  clear: both;
  line-height: 1px;
  font-size: 1px;
  padding: 0;
} 

/* tabular data cell styles */

td {
	text-align: left;
	vertical-align: top;
}

td.lm {
	text-align: left;
	vertical-align: middle;
	font-size: x-small;
}

td.lb {
	text-align: left;
	vertical-align: bottom;
}

td.lt {
	text-align: left;
	vertical-align: top;
	padding: 0;
}

td.ct {
	text-align: center;
	vertical-align: top;
}

td.cm {
	text-align: center;
	vertical-align: middle;
}

td.cb {
	text-align: center;
	vertical-align: bottom;
}

td.rt {
	text-align: right;
	vertical-align: top;
}

td.rm {
	text-align: right;
	vertical-align: middle;
}

td.rb {
	text-align: right;
	vertical-align: bottom;
}


/* main containers */ 

#site-container {
	width: 984px;
	margin: 0 auto;
	background: #ECEFE1 url(../images/background.jpg) center top repeat-y;
	height : 100%;   
}

#main-container {
	text-align: left; 
	margin: 0 auto;
	width: 982px;
}

#content-container {
	background: #fff url(../images/content_bg_white.jpg) left top repeat-y;
	height: 500px;
}

#content-container-home {
	background: #fff url(../images/content_bg_home.jpg) left top repeat-y;
	height: 500px;
}

#content-container-prod {
	background: #274245 url(../images/content_bg_blue.jpg) left top repeat-y;
	height: 500px;
}

#content-container-jobs {
	background: #fff url(../images/content_bg_green.jpg) left top repeat-y;
	height: 500px;
}

#content-container-links {
	background: #fff url(../images/content_bg_links.jpg) left top repeat-y;
	height: 500px;
}

#content-container-contact {
	background: #fff url(../images/content_bg_contact.jpg) left top repeat-y;
	height: 500px;
}

/* header */

#header {
	margin: 23px 0 0 128px;
}

#header span {
	float: right;
	padding: 74px 0 0 0;
}

#header span a {
	color: #A4B949;
	text-decoration: none;
}

/* content styles */

.column-l {
	width: 128px;
	float: left;
}

.column-cr {
	width: 640px;
	float: left;
}

.column-home-content {
	width: 177px;
	float: left;
	padding: 23px 19px 23px 16px
}

.column-c {
	width: 214px;
	float: left;
}

#column-c-bedrijf {
	background: url(../images/bedrijf_img.jpg) left bottom no-repeat;
	height: 500px;
}

.column-r {
	float: left;
	width: 642px;
}

/* left navigation */

#lnav {
	padding: 21px 0 6px 0;
	background: #fff;
}

#lnav p {
	text-align: right;
	padding: 0 26px 0 0;
	margin: 0 0 10px 0;
	background: url(../images/lnav_bg.jpg) right top no-repeat;
}

#lnav p.selected {
	background: url(../images/lnav_selected_bg.jpg) right top no-repeat;
}

#lnav p.selected a {
	color: #292929;
}

#lnav a {
	text-transform: uppercase;
	padding: 0 0 0 0;
	font-size: 13px;
	text-decoration: none;
}

#lnav a:hover {
	color: #292929;
}

#lcateg {
	padding: 18px 0 0 13px;
}

#lcateg p {
	padding: 0 0 20px 0;
}

#lcateg p a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

/* subnavigation */

.subnav p {
	background: url(../images/lnav_bg.gif) left top no-repeat;
	padding: 0 0 0 26px;
	margin: 0 0 10px 0;
}

.subnav p.selected {
	background: url(../images/lnav_selected_bg.gif) left top no-repeat;
}

.subnav p.selected a {
	color: #292929;
}

.subnav p a {
	text-transform: uppercase;
	padding: 0 0 0 0;
	font-size: 13px;
	text-decoration: none;
}

.subnav a:hover {
	color: #292929;
}

#column-c-prod .subnav p {
	background: none;
}

#column-c-prod .subnav p.selected {
	background: url(../images/lnav_selected_bg.gif) left top no-repeat;
}

.subnav p.level2 {
	background: none;
	padding: 0 0 0 43px;
}

.subnav p.level2-selected {
	background: none !important;
	padding: 0 0 0 43px;
}

.subnav p.level2-selected a {
	color: #292929;
}

#column-c-bedrijf .subnav {
	margin: 47px 0 0 0;
}

#column-c-prod .subnav {
	margin: 73px 0 0 0;
}

#column-c-jobs .subnav {
	margin: 151px 0 0 0;
}

#column-c-contact .subnav {
	margin: 229px 0 0 0;
}

/* bedrijf styles */

.columns2-l {
	float: left;
	width: 320px;
}

.columns2-l .images{
	background-color: #000; 
}

.columns2-l .table{
	margin: 0;
	padding: 0;
	border: none; 
}

.columns2-r {
	float: left;
	width: 290px;
	padding: 15px;
}

.columns2-l-large {
	float: left;
	width: 401px;
}

.columns2-r-small {
	float: left;
	width: 193px;
	padding: 23px 23px 0 23px;
	background: #fff;
	height: 364px;
	overflow-y: scroll;
}

.highlight {
	padding: 16px 23px 0 23px;
	float: left;
	width: 190px;
}

.highlight p {
	color: #ECEFE1;
}

.anchor {
	background: url(../images/line.jpg) left bottom no-repeat;
	padding: 15px 30px 0 0;
	margin: 0 0 0 15px;
}

.anchor-selected p {
	color: #2D2C2A;
}

.anchor p a, .anchor-selected p a {
	text-decoration: none;
}

.anchor-selected {
	background: url(../images/anchor_bg.jpg) left top repeat-y;
	padding: 15px 30px 0 15px;
}

#anchor-before {
	background: none;
}

/* jobs styles */

.columns2-l-jobs {
	float: left;
	width: 247px;
	padding: 17px 0 0 0;
}

.columns2-l-jobs p {
	color: #fff;
}

.columns2-l-jobs h2 {
	color: #fff;
	padding: 0 0 5px 0;
	font-size: 14px;
}

.job {
	padding: 10px 20px 0 30px;
}

.job a {
	color: #2D2C2A;
}

.job span {
	color: #2D2C2A;
}

.job-selected {
	padding: 10px 20px 0 30px;
	background: #fff;
}

.job-selected p, .job-selected h2 {
	color: #2D2C2A !important;
}

.columns2-r-jobs {
	float: left;
	width: 330px;
	padding: 30px;
}

.frm {
	float: left;
}

.frm th {
	color: #A4B949;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	padding: 3px 10px 8px 0;
}

.frm td {
	padding: 0  10px 8px 0;
}

.frm input, .frm select, .frm textarea {
	font-size: 11px;
	border: 1px solid #B9B9B9;
	padding: 1px;
	width: 269px;
}

.frm .zip1 {
	width: 88px;
}

.frm .zip2 {
	width: 167px;
}

.frm .btn {
	width: 157px;
	border: none;
}

.frm .btn-send {
	width: 81px;
	border: none;
}

.columns2-r-contact {
	float: left;
	width: 260px;
	margin: 0 0 0 34px;
}

.green {
	color: #A4B949;
}

.send-friend {
	padding: 10px 15px 10px 15px;
}

.send-friend p {
	color: #2D2C2A;
	padding: 0 0 7px 0;
}

.send-friend p.title {
	background: url(../images/icon_email.jpg) left top no-repeat;
	padding: 0 0 10px 22px;
}

.send-friend p input, .send-friend p textarea {
	border: 0px;
	font-size: 11px;
	padding: 2px;
	width: 220px;
}

/* other styles */

.pdf-links {
	list-style: none;
}

.pdf-links li {
	background: url(../images/arrows.jpg) left top no-repeat;
	padding: 0 0 0 17px;
}

.content-block {
	padding: 30px 15px 20px 30px;
}

.align-right {
	text-align: right;
	padding: 0 7px 15px 0;
}

/* image gallery */

.img-framed {
	border: 16px solid #274245;
	border-right: 13px solid #274245;
}

.scroll {
	background: #274245;
    color: #fff;
	padding: 0 12px 0 0;
    margin: -4px 0 0 0;
	height: 18px;
	text-align: right; 
    font-size: 12px !important;
    font-weight: bold;
    clear: both;
}

.scroll a, .scroll a:hover{
	color: #fff;
	text-decoration: none;
	padding-bottom: 3px;   
    font-size: 15px !important;    
    font-weight: bold;
}

.scroll-white {
	background: #fff;
	padding: 0 12px 0 0;
	height: 17px;
	text-align: right;
}

#scroll-small {
	width: 308px;
}

/* footer */

#footer {
	font-size: 10px;
	color: #ECEFE1;
	padding: 11px 0 0 142px;
}

#footer span {
	float: right;
	font-size: 10px;
	color: #A4B949;
}

#footer span a {
	font-size: 10px;
	color: #A4B949;
	text-decoration: none;
}

#footer span a:hover {
	font-size: 10px;
	color: #A4B949;
	text-decoration: underline;
}

.img-flush-left{
	float: left;
	padding: 7px 7px 7px 0;
}


.error{
	font-size: 10px;
	line-height: 90%;
	color: #f00;
	padding: 2px 0 0 0;
	margin: 0;
}

.clearit{
	clear: both;
	padding: 0;
	margin: 0;
	line-height: 1%;	
}

/* Overlayer */

.translucent {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	background: #A1B547;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 50000;
	display: none;
	padding-top: 100px;
}

.product-desc{
	float: right; 
	width: 230px; 
	height: 78px; 
	margin-top: 15px; 
	color: #fff !important;
}

.product-desc p{
	color: #fff !important;
}

#promo-scroll{
	height: 474px;
	overflow-y: scroll;
	width: 280px;
	padding: 0;
	margin: 0;
}

.greenNav {
	color: #A4B949;	
}

.greenNav a {
	text-decoration:  none;   
}

.greenNav span {
	color: #2D2C2A;
	
}

