﻿html, body, form
{
    height: 100%;
    margin: 0;
    padding: 0;
}
html
{
  background: url(/Images/System/Backgrounds/bg-middle.gif) repeat-y center top;
}
body
{   
    font: normal 12px Arial, Verdana, Sans-Serif;
    color: #7d7d7d; 
     
}
img
{
    border: 0;
}
.headerWrapper
{
    height: 249px;
    padding: 90px 0px 0px 0px;
    background: url(/Images/System/Backgrounds/bg-top.jpg) no-repeat center top;
}
h1
{
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    padding: 0px 0px 16px 0px;
    text-transform:  uppercase;
}
h3
{
    margin: 0;
    padding: 0px 0px 4px 0px;
}
li
{
    list-style-type: none;
    padding: 0px 0px 2px 10px;
    background: url(/Images/System/Backgrounds/bg-bullet.gif) no-repeat left top;
}
form
{
    padding:0;
    margin: 0;
}
object
{
    display: block !important;
    margin: 0;
    padding: 0;
}
.content a, .contentLarge a
{
    border-bottom: solid 1px #46bc00;
    text-decoration: none;
    color: #787878;
}
a:hover
{
    border-bottom: none;
}
/**********************
        HEADER
**********************/
.header
{
    width: 784px;
    margin: 0px auto;    
}
.logoLink
{
    float: left;
    padding: 16px 0px 0px 10px;
}
.contactInfo
{
    font-size: 10px;   
    float: left; 
    padding: 6px 0px 0px 100px;
    height: 14px;
}
.banner
{
    float: left;
    width: 612px;
    height: 127px;
    padding: 10px 0px 8px 34px;    
}
#banner
{
    padding: 0px 0px 0px 0px;   
}
#banner img
{
    padding: 0px 0px 0px 0px;
    margin: 0px;
}
/**********************
  LANGUAGE SELECTION
**********************/
.ukLink, .nlLink
{
    width: 25px;
    height: 25px;        
    display: block;    
    float: left;
    background-position: left top;    
    background-repeat: no-repeat;
}
a.ukLink:link, a.ukLink:visited, a.ukLink:Active
{
    background-image: url(/Images/System/Backgrounds/bg-btn-uk.gif);
    margin: 0px 2px 0px 0px;
}
a.ukLink:Hover
{
    background-position: -25px top;
}
a.nlLink:link, a.nlLink:visited, a.nlLink:active
{
    background-image: url(/Images/System/Backgrounds/bg-btn-nl.gif);
}
a.nlLink:hover
{
    background-position: -26px top;
}
.languageSelection
{
    float: right;
    padding: 4px 0px 0px 0px;
}
.container, .containerUnknown
{
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -168px auto;
	position: relative;
	background-repeat: no-repeat;
	background-position: bottom;	
}
.containerUnknown
{
    background-image: url(/Images/System/Backgrounds/bg-body1.jpg);
}
.footer, .push
{
    height: 168px; /* Push must be same height as Footer */
}
.footer
{
    width: 784px;
    margin: 0px auto;
    
    position: relative;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.contentWrapper
{
    width: 610px !important;
    margin: 0px auto;
    padding: 0px 0px 26px 50px;
    min-height: 350px;
    height: auto !important; /* Cause footer to stick to bottom in IE 6 */
    height: 350px;        
}
.content, .contentLarge
{ 
    padding: 0px 30px 0px 0px;
    font-weight: 400;
    float: left;
}
.content
{
    width: 380px;
}
.contentLarge
{
    width: 580px;    
}


/**********************
        NEWS
**********************/
.news
{
    width: 200px;    
    float: left;
}
.newsTop, .newsBottom
{
    width: 200px;
    height: 10px;
    float: left;
    background-position: left top;
    background-repeat: no-repeat;
}
.newsTop
{
    background-image: url(/Images/System/Backgrounds/bg-news-top.gif);    
    background-position: left bottom;    
}
#newsTitle
{
    display: block;
    width: 158px;
}
.newsMiddle
{
    width: 158px;
    padding: 32px 20px 5px 20px;
    margin: 0;
    float: left;        
    border-style: solid;
    border-width: 0px 1px;
    border-color: #00bd00; 
    background: url(/Images/System/Backgrounds/bg-newsfeed.gif) no-repeat 20px 10px;
}
.newsMiddle li
{
    list-style-type: none;
    padding: 0px 0px 4px 0px;
    text-transform: uppercase;
    font-weight: 400;
    color: #7d7d7d;
    font-size: 12px;
    color: #73be00;
    background: none;    
}
.newsMiddle a:link, .newsMiddle a:visited,  .newsMiddle a:active
{
    text-transform: none;
    color: #878787;
    font-weight: 700;
    font-size: 11px;
    border-bottom: solid 1px #73be00;
    text-decoration: none;
}
.newsMiddle a:Hover
{
    border-bottom: none;
}
.newsBottom
{
    background-image: url(/Images/System/Backgrounds/bg-news-bottom.gif);
}
.newsReturnToIndexWrapper
{
    width: 380px;
    padding: 0px 0px 10px 0px;
    overflow: auto;
}
.newsItemDate
{
    float: left;
}
.newsItemReturnToIndex
{
    padding: 0px 0px 16px 0px;
    float: right;
}
.newsItemReturnToIndex a
{
    font-weight: 700;
}
.newsBitMore
{
    padding: 10px 0px 0px 0px !important;
    float: right;
}
.newsBitMore a:link, .newsBitMore a:visited, .newsBitMore a:active, a.newsBitMore:link, a.newsBitMore:visited, a.newsBitMore:active
{
    color: #46bc00;
    text-decoration: none;
    border:0;
}


.newsListDateItem
{
    width: 70px;
    padding: 0px 10px 0px 0px;
    text-align: right;
}
a.text:link, a.text:visited, a.text:active
{
    color: #666;    
    text-decoration:none;
    border:0;
}
a.text:hover
{
    border-bottom: solid 1px #46bc00;
}
.vacancy
{
    width: 200px;
    float:left;
    padding-bottom:15px;    
}
.vacancy .newsMiddle
{
    background: url(/Images/System/Backgrounds/bg-gezocht.gif) no-repeat 20px 10px;
}
.italic
{
    display: inline; 
    float: left; 
    width: 370px; 
    font-style: italic;
}

/********************** 
        FOOTER
**********************/
.contactWrapper td
{
    padding: 0px 20px 0px 0px;
}
.contactWrapper .label
{
    padding: 0px 0px 4px 0px;
}

/**********************
        FOOTER
**********************/ 
.footer a:link, .footer a:visited, .footer a:active
{
    display: block;
    width: 84px;
    height: 26px;
    padding: 10px 0px 0px 22px;
    color: #fff;
    text-decoration: none;
    float: right;    
    background: url(/Images/System/Backgrounds/btn-a-bit-more.gif) no-repeat left top;
}
.footer a:hover
{
    background: url(/Images/System/Backgrounds/btn-a-bit-more.gif) no-repeat -106px top;
}

/**********************
        CONTACT
**********************/
.InputContact
{
    width: 250px;
    border: solid 1px #d7d7d7;
    font: normal 12px Arial, Verdana, Sans-Serif;
    color: #7d7d7d;  
    padding: 2px 2px;
}
a.btnSend:Link, a.btnSend:Visited, a.btnSend:Active
{
    display: block;
    width: 54px;
    height: 36px;
    background: url(/Images/System/Backgrounds/bg-btn-send.gif) no-repeat left top;
    text-decoration: none;
    border-bottom: none;
}
a.btnSend:Hover
{
    background-position: -54px top;
}
/**********************
       PORTFOLIO
**********************/
.portfolioWrapper
{
    width: 580px;
    padding: 15px 0px 0px 0px;
    float: left;
}
.portfolioWrapper a
{
    border-bottom: none;
}
.clientsList
{   
    width: 160px;   
    float: left;
    padding: 0px 20px 0px 0px;
    margin: 0;
}
.clientsView
{   
    width: 400px;
    float: left;
    text-align: center;
}
.clientsView ul
{
    margin: 0;
    padding: 0; 
}
.clientsView li
{
    display: inline;
    list-style-type: none;
    background: none;   
    margin: 0;
    padding:0 ; 
}
.clientsView table
{
    margin: 0px auto;
}
.clientsView .center
{
    text-align: center;
    padding: 0px 8px;
   
}
.clientsView img
{
    margin: 10px auto;
}
.clientListUL
{
    margin: 0;
    padding: 0px 0px 0px 15px;
}
.clientListUL a:link, .clientListUL a:visited, .clientListUL a:active
{
    color: #7d7d7d;
    text-decoration: none;
}
.clientListUL a:hover
{
    color: #46bc00;
}
.clientListUL a.active
{
    color: #46bc00 !important;
}
.navigationWrapper td
{    
    font-size: 11px;
    color: #cccccc;
}
.navigationWrapper a:link, .navigationWrapper a:visited, .navigationWrapper a:active
{
    font-size: 11px;
    color: #7d7d7d;
    text-decoration: none;
}
.navigationWrapper a:hover
{
    color: #46BC00;
}
.navigationLinks
{
    margin: 0px auto;
    padding: 0px;
}
.navigationLinks li
{
    display: inline;
    margin: 0px;
    padding: 0px;    
}
.navigationLinks img
{
     margin: 0;
     padding: 0;
}

.navigationLinks a:link, .navigationLinks a:visited, .navigationLinks a:active
{   
    background: url(/Images/System/Backgrounds/bg-client-link.gif) no-repeat left top;
}
.navigationLinks a:hover
{   
    background: url(/Images/System/Backgrounds/bg-client-link.gif) no-repeat -10px top;
}
.navigationLinks a.active
{
    cursor: default;
    background: url(/Images/System/Backgrounds/bg-client-link.gif) no-repeat -20px top;
}
/**********************
PORTFOLIO > WEBSITES
**********************/
.websitesWrapper ul
{
    padding: 2px 0px 30px 0px;
    margin: 0;
}
.websitesWrapper li
{
    list-style-type: none;
    background: none;
    margin: 0;
    padding: 4px 0px 0px 0px;
    
}
.websitesWrapper h3
{
    padding-bottom: 0px;
}
/**********************
        MISC
**********************/
.left
{
    float: left;    
}
.bgTest
{
    background: url(/Images/System/Backgrounds/bg-test.gif) no-repeat lef bottom;
  }
.head
{
    display: block;
    font-weight: 700;
    padding: 0px 0px 8px 0px;
}