html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

table tr td
{
    vertical-align:top;
}

body{ 
    line-height: 24px;
    font-size:12px;
    background: #FFF;
    text-align:center;
    font-family:Arial, Helvetica, sans-serif;
    color:#6D6D6D;
}

h1, h2, h3, h4, h5, h6
{
    color: #6D6D6D;
    font-family: Geneva, Verdana, sans-serif;
}

.news_title
{
    background:#2F3F4E;
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    margin: 10px 0 15px;
    padding: 4px 8px;
}

h1{
	font-size: 20px;
	margin-bottom: 10px;
	padding-bottom: 3px;
}
h2{
	font-size: 18px;
	margin-bottom: 8px;
	padding-bottom: 3px;
}
h3{
	font-size: 16px;
	padding-bottom: 4px;
	text-transform: uppercase;
}
h4{
	font-size: 14px;
	margin-bottom: 4px;
	padding-bottom: 3px;
}
h5{
	font-size: 12px;
	margin-bottom: 2px;
	padding-bottom: 3px;
}
h6{
	font-size: 11px;
	padding-bottom: 2px;
	padding-left: 2px;
}
p{
	font-family: Verdana, Verdana, Geneva, sans-serif;
}
img{
	border: none;
}
a:link, a:visited{
	text-decoration: none;
	color: #2F81A1;
        font-size:12px;
}
a:hover, a:active{
	color: #319ec8;
} 
.blue{ color:#2EBADD; }
.nl_flag
{
    display:inline-block;
    width: 16px;
    height: 11px;
    background:transparent url(../../images/css_sprite.png) no-repeat -537px -387px;
    padding:0 4px 0 0;
}
.en_flag
{
     display:inline-block;
    width: 16px;
    height: 11px;
    background:transparent url(../../images/css_sprite.png) no-repeat -597px -387px;
    padding:0 4px 0 0;
}
/* emails
The ^= specifies that we want to match links that begin with the mailto:
*/
a[href^="mailto:"]
{
    padding-left: 20px;
    background: url(email.png) no-repeat center right;
}
 
/* pdfs
The $= specifies that we want to match links whose hrefs end with ".pdf".
*/
a[href$=".pdf"]
{
    padding-left: 20px;
    background: url(pdf.png) no-repeat center right;
}

#logo
{
    width: 250px;
    height: 62px;
    background:transparent url(../../images/css_sprite.png) no-repeat -265px -136px;
    position:absolute;
    top:76px;
    left:0;
    border:none;
}
#logo a
{
    text-indent: -9999px;
    display:block;
}
#languages
{
    position: absolute;
    top:12px;
    left:0;
    color:#FFF;
}
#languages a
{
    padding:0 6px 0 0;
}
#languages a:link, #languages a:visited
{
    color:#FFF;
    text-decoration:none;
}

#languages a:active, #languages a:hover
{
    color:#FFF;
}

#search_form
{
    position:absolute;
    top:6px;
    right:0;

}

#search_form input[type="text"]
{
    height:20px;
    padding:1px 0 0 0;
    margin:1px 0 0 0;
    float:left;
    display: inline-block;
    border:1px solid #929899;
}

#search_form input[type="submit"]
{
    height:23px;
    padding:0;
    margin:0 0 0 0;
    color:#FFF;
    background:#24d2f2 url(../../images/css_sprite.png) no-repeat -40px -253px;
    border:1px solid #386c7f;
    text-shadow:1px 1px 1px #5E5E5E;
    font-size:11px;
    cursor:pointer;
}


input[type="submit"]
{
    padding:4px;
    margin:5px 0;
    color:#FFF;
    background:#24d2f2 url(../../images/css_sprite.png) no-repeat -40px -253px;
    border:1px solid #386c7f;
    text-shadow:1px 1px 1px #5E5E5E;
    font-size:13px;
    cursor:pointer;
}

/********************** Main structure **********************/
#header_background
{
    background:transparent url(../../images/header_background.jpg) repeat-x top left;
    height:200px;
}

#header, #footer, #content, .main
{
    width: 1024px;
    margin:0 auto;
    position:relative;
}

/********************** Navigatie **********************/
#main-nav
{
    position:absolute;
    top:95px;
    right:0;
    z-index:100;
}

#main-nav ul.navigation > li
{
    float:left;
    display:inline;
    padding:0 6px;
    position:relative;
}

#main-nav ul.navigation > li > a:link, #main-nav ul.navigation > li > a:visited
{
    color:#FFF;
}

#main-nav ul.navigation > li > a:active, #main-nav ul.navigation > li > a:hover
{
    color:#15a3bf;
    -moz-text-shadow:1px 1px 1px #000;
    -webkit-text-shadow:1px 1px 1px #000;
    -khtml-text-shadow:1px 1px 1px #000;
    text-shadow:1px 1px 1px #000;
}

#main-nav ul.navigation ul
{
    display:none;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D1D6DF;
    padding: 6px 12px 6px 4px;
    position: absolute;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -khtml-border-radius:3px;
    border-radius:3px;
    z-index:99;
    min-width: 88px;
}

#main-nav ul.navigation li:hover ul
{
    display:block;
}

#main-nav ul.navigation ul li
{
    text-align: left;
    padding:0 0 0 20px;
    background:transparent url(../../images/link.png) no-repeat top left;
}

/* home icoon */
#main-nav ul.navigation li span.home-icon
{
    background:transparent url(../../images/css_sprite.png) no-repeat -37px -425px;
    width:16px;
    height:16px;
    display:inline-block;
    padding:4px 4px 0 0;
    vertical-align:middle;
}

#main-nav ul.navigation li a:hover span.home-icon
{
    background:transparent url(../../images/css_sprite.png) no-repeat -37px -449px;
    width:16px;
    height:16px;
    display:inline-block;
    padding:4px 4px 0 0;
    vertical-align:middle;
}

/* over ons icoon */
#main-nav ul.navigation li span.over-ons-icon, #main-nav ul.navigation li span.about-us-icon
{
    background:transparent url(../../images/css_sprite.png) no-repeat -71px -425px;
    width:16px;
    height:16px;
    display:inline-block;
    padding:4px 4px 0 0;
    vertical-align:middle;
}

#main-nav ul.navigation li a:hover span.over-ons-icon, #main-nav ul.navigation li a:hover span.about-us-icon
{
    background:transparent url(../../images/css_sprite.png) no-repeat -70px -449px;
    width:16px;
    height:16px;
    display:inline-block;
    padding:4px 4px 0 0;
    vertical-align:middle;
}

/* diensten icoon */
#main-nav ul.navigation li span.diensten-icon, #main-nav ul.navigation li span.services-icon
{
    background:transparent url(../../images/css_sprite.png) no-repeat -107px -425px;
    width:16px;
    height:16px;
    display:inline-block;
    padding:4px 4px 0 0;
    vertical-align:middle;
}

#main-nav ul.navigation li a:hover span.diensten-icon, #main-nav ul.navigation li a:hover span.services-icon
{
    background:transparent url(../../images/css_sprite.png) no-repeat -106px -449px;
    width:16px;
    height:16px;
    display:inline-block;
    padding:4px 4px 0 0;
    vertical-align:middle;
}

/* projecten icoon */
#main-nav ul.navigation li span.projecten-icon, #main-nav ul.navigation li span.projects-icon
{
    background:transparent url(../../images/css_sprite.png) no-repeat -141px -425px;
    width:16px;
    height:16px;
    display:inline-block;
    padding:4px 4px 0 0;
    vertical-align:middle;
}

#main-nav ul.navigation li a:hover span.projecten-icon, #main-nav ul.navigation li a:hover span.projects-icon
{
    background:transparent url(../../images/css_sprite.png) no-repeat -141px -449px;
    width:16px;
    height:16px;
    display:inline-block;
    padding:4px 4px 0 0;
    vertical-align:middle;
}

/* jobs icoon */
#main-nav ul.navigation li span.jobs-icon
{
    background:transparent url(../../images/css_sprite.png) no-repeat -171px -425px;
    width:16px;
    height:16px;
    display:inline-block;
    padding:4px 4px 0 0;
    vertical-align:middle;
}

#main-nav ul.navigation li a:hover span.jobs-icon
{
    background:transparent url(../../images/css_sprite.png) no-repeat -171px -449px;
    width:16px;
    height:16px;
    display:inline-block;
    padding:4px 4px 0 0;
    vertical-align:middle;
}

/* contact icoon */
#main-nav ul.navigation li span.contact-icon
{
    background:transparent url(../../images/css_sprite.png) no-repeat -209px -425px;
    width:16px;
    height:16px;
    display:inline-block;
    padding:4px 4px 0 0;
    vertical-align:middle;
}

#main-nav ul.navigation li a:hover span.contact-icon
{
    background:transparent url(../../images/css_sprite.png) no-repeat -209px -449px;
    width:16px;
    height:16px;
    display:inline-block;
    padding:4px 4px 0 0;
    vertical-align:middle;
}

/********************** Main **********************/
.main{
    text-align: left;
}

.main input[type="text"], textarea
{
    border:1px solid #b2c4d4;
    -moz-box-shadow: 0 0 3px 3px #e4eaee;
    -webkit-box-shadow: 0 0 3px 3px #e4eaee;
    box-shadow: 0 0 3px 3px #e4eaee;
}

.main input[type="text"]
{
    padding:4px;
}

.main #contact_us input[type="text"]
{
    width:450px;
}

.main #contact_us textarea
{
    width:458px;
}

.inputblock
{
    margin:0 0 10px 0;
}

.inputblock label, .textblock label
{
    display:block;
}

.submitblock label
{
    display:none;
}

#breadcrumbs
{
    margin:0 0 6px 0;
}

#contact_us
{
    width:480px;
}

.contact_info
{
    width:250px;
    float: right;
}


/* =Slider
-------------------------------------------------------------- */

/* image replacement */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
    margin:0;
    padding:0;
    display:block;
    overflow:hidden;
    text-indent:-8000px;
}
/* // image replacement */


/* Easy Slider */
.slider_headings
{
    display:none;
}
#slider_box
{
    margin:0 0 60px 0;
    padding:5px;
    border:1px solid #dcdcdc;
    width: 1013px;
    height: 406px;
    position: relative;
    clear:both;
    z-index:20;
}

.slider_box_shadow
{
    width:1080px;
    height:100px;
    background:transparent url(../../images/css_sprite.png) no-repeat 0px 0px;
    margin:-97px 0 0 -38px;
    position:relative;
}

.slide
{
    position:relative;
}

.slide .caption
{
    position: absolute;
    bottom:0;
    left:0;
    border-top: 1px solid #fff;
    width:993px;
    height:115px;
    padding:10px;
    font-size:14px;
    font-weight:bold;
    line-height:20px;
}

.slide .caption p
{
    color: #1B2C36;
    font-size:14px;
    line-height:22px;
    margin: 0 160px 0 0;
}

.caption .read_more
{
    bottom: 20px;
    position: absolute;
    right: 30px;
    color:#1b2c36;
    padding:4px 24px 0 24px;
    height:28px;
    background:#D4D6D7 url(../../images/css_sprite.png) no-repeat -30px -183px;
    border:1px solid #a0a0a0;
    -moz-text-shadow:1px 1px 1px #FFF;
    -webkit-text-shadow:1px 1px 1px #FFF;
    -khtml-text-shadow:1px 1px 1px #FFF;
    text-shadow:1px 1px 1px #FFF;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -khtml-border-radius:4px;
    border-radius:4px;
}

.slide .caption_transparency
{
    position: absolute;
    bottom:0;
    left:0;
    background:#fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    width:1013px;
    height:135px;
}

.caption h2
{
    border:none;
    color:#FFF;
    font: 22px/30px Verdana, Arial, sans-serif;
    -moz-text-shadow:1px 1px 1px #4a5663;
    -webkit-text-shadow:1px 1px 1px #4a5663;
    -khtml-text-shadow:1px 1px 1px #4a5663;
    text-shadow:1px 1px 1px #4a5663;
}

.ux-carousel-slide
{
    float:left;
}

.ux-carousel-container
{
    overflow:hidden;
}

.ux-carousel-nav
{

}

.ux-carousel-nav a
{
    display:inline-block;
    margin:0 12px;
}

.ux-carousel-nav-next
{
    background-image: url(../../images/css_sprite.png);
    background-position: -69px -137px;
    width:33px;
    height:36px;
    display:block;
    position:absolute;
    top:156px;
    right:26px;
}

.ux-carousel-nav-play
{
    background-image: url(../../images/css_sprite.png);
    background-position: -44px -230px;
    width:11px;
    height:13px;
    float:right;
}

.ux-carousel-nav-play.ux-carousel-playing
{
    background-position: -72px -230px !important;
}

.ux-carousel-nav-prev
{
    background-image: url(../../images/css_sprite.png);
    background-position: -27px -137px;
    width:33px;
    height:36px;
    display:block;
    position:absolute;
    top:156px;
    left:26px;
}
.ux-carousel-caption
{
    display:none;
}

#slider ul, #slider li,
#slider2 ul, #slider2 li{
        margin:0;
        padding:0;
        list-style:none;
        }
#slider2{margin-top:1em;}
#slider li, #slider2 li{
        /*
        define width and height of list item (slide)
        entire slider area will adjust according to the parameters provided here
        */
        width:799px;
        height:330px;
        overflow:hidden;
        }
#prevBtn, #nextBtn,
#slider1next, #slider1prev{
        display:block;
        width:30px;
        height:77px;
        position:absolute;
        left:-30px;
        top:71px;
        z-index:1000;
        }
#nextBtn, #slider1next{
        left:696px;
        }
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{
        display:block;
        position:relative;
        width:30px;
        height:77px;
        background:url(../../images/btn_prev.gif) no-repeat 0 0;
        }
#nextBtn a, #slider1next a{
        background:url(../../images/btn_next.gif) no-repeat 0 0;
        }

/* numeric controls */
ol#controls{
        margin:1em 0;
        padding:0;
        height:28px;
float: left;
left: 50%;
position: relative;
text-align: center;
        }
ol#controls li{
        margin:0 10px 0 0;
        padding:0;
        float:left;
        list-style:none;
        height:28px;
        line-height:28px;
left: -50%;
position: relative;
        }
ol#controls li a{
        float:left;
        height:12px;
        width:12px;
        background:transparent url(../../images/css_sprite.png) no-repeat;
        background-position:-8px -244px;
        text-indent:-9999px;
        }
ol#controls li.current a{
        background:transparent url(../../images/css_sprite.png) no-repeat;
        background-position:-8px -231px;
        }
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

/* // Easy Slider */

/********************** Sidebar **********************/
#sidebar{
	width: 260px;
	height: auto;
	float: left;
}
/****************************** div's ***************************************/
#leftcontent{
    width: 740px;
    height: auto;
    text-align: left;
    float:right;
}
.intro{
	float: left;
	clear: left;
	height: auto;
        color:#FFF;
        background:#2C3E4C;
	padding: 5px;
	border: 1px solid #d1d6df;
	margin-bottom: 15px;
	font-weight: bold;
} 
.main .expertises
{
    text-align:center;
    padding:20px;
    border:1px solid #cdcdcd;
    margin:30px 0 10px 0;
}
.main .expertises h1
{
    border:none;
    color:#a1a1a1;
    font-family:Verdana, helvetica, sans-serif;
    font-weight:normal;
    font-size:22px;
}

.expertise
{
    clear:both;
    margin:0 0 20px 0;
}

.expertise img
{
    float:left;
    padding:0 15px 20px 0
}

.expertise h2, .expertise p
{
    margin:0 0 0 150px;
}

.expertise_iconen
{
    width:86px;
    height:63px;
    display:inline-block;
    padding:0 6px;
    margin:14px 0 0 0;
}

.claudo-icon
{
    background:transparent url(../../images/css_sprite.png) no-repeat -27px -294px;
}

.extjs-icon
{
    background:transparent url(../../images/css_sprite.png) no-repeat -252px -294px;
}

.vmware-icon
{
    background:transparent url(../../images/css_sprite.png) no-repeat -367px -294px;
}
.zend-icon
{
    background:transparent url(../../images/css_sprite.png) no-repeat -137px -294px;
}
.mongodb-icon
{
    background:transparent url(../../images/css_sprite.png) no-repeat -483px -294px;
}

.category_list .gallery_images, .project_list .gallery_images
{
    display:none;
}

.gallery_images .gallery ul
{
    overflow:hidden;
}

.gallery_images .gallery ul li
{
    display:inline-block;
    float:left;
    padding:0 10px 10px 0;
    overflow:hidden;
}

.gallery_images .gallery ul li img
{
    width:224px;
    height:130px;
    padding:4px;
    border:1px solid #DDDDDD;
}

.news_articles .item
{
    margin:0 0 35px 0;
}

.news_articles .item .viewimageframe img
{
    padding:6px;
    border:1px solid #DCDCDC;
}

ul.paginationControl
{
    overflow:hidden;
    padding:0px;
    margin:0px;
    font-size:10px;
}

ul.paginationControl li
{
    float:left;
    display:inline;
    padding:0 6px;
    margin:10px 6px;
    color:#2F3F4E;
    border:1px solid #2F3F4E;
    background:#FFF;
}

ul.paginationControl li a
{
	color:#2F3F4E;
	text-decoration:none;
}

ul.paginationControl li.p_current
{
	color:#FFF;
	background:#2F3F4E;
	border:1px solid #2F3F4E;
}

ul.paginationControl li.p_current a
{
	color:#FFF;
}

ul.paginationControl li.disabled
{
	color:#aeaeae;
	border:1px solid #aeaeae;
}

/********************** footer **********************/
#footer_background
{
    margin-top: 40px;
    background:url(../../images/footer_background.jpg) repeat-x top left;
    height:387px;
}
#footer_bottom
{
    text-align: center;
    position: absolute;
    top:360px;
    left:0;
    width:100%;
}
#footer{
	color:#FFF;
        font-size: 11px;
        text-align: left;
}
#footer a:link, #footer a:visited
{
    color:#2ebadd;
}
#footer a:active, #footer a:hover
{
    color:#64cee8;
}
#footer h1
{
    border-bottom: 1px solid #FFF;
    color:#FFF;
    font-size:18px;
    font-weight:normal;
    padding:0 0 8px 0;
    -moz-text-shadow:1px 1px 1px #000;
    -webkit-text-shadow:1px 1px 1px #000;
    -khtml-text-shadow:1px 1px 1px #000;
    text-shadow:1px 1px 1px #000;
    
}
#footer #sitemap-box
{
    position:absolute;
    top:35px;
    left:0;
    width:170px;
}
#sitemap-box ul.navigation li a span.nav-icons
{
    width:17px;
    height:17px;
    padding:0px 6px 3px 0;
    background:url(../../images/css_sprite.png) no-repeat -482px -380px;
    display:inline-block;
    color:#FFF;
}
#sitemap-box ul.navigation li a
{
    font-size:14px;
    color:#FFF;
}
#tweets-box
{
    width:300px;
    position:absolute;
    top:45px;
    left:197px;
    line-height: 14px;
}
#tweets-box .tweet
{
    padding:0 0 20px 36px;
    position:relative;
    word-wrap: break-word;
    overflow:auto;
}
#tweets-box .tweet .comment-icon
{
    position:absolute;
    display:block;
    width:27px;
    height:18px;
    left:0px;
    background: url(../../images/css_sprite.png) no-repeat -448px -384px;
}
.user_tweet {
    width:250px;
    float:right;
}
.user_tweet .tweet {
    padding:5px;
    background:#D3D3D3;
    color:#6D6D6D;
    margin: 0 0 10px 0;
    -moz-text-shadow: 1px 1px 1px #EFEFEF;
    -webkit-text-shadow: 1px 1px 1px #EFEFEF;
    -khtml-text-shadow: 1px 1px 1px #EFEFEF;
    text-shadow: 1px 1px 1px #EFEFEF;
}

.main.christophe_debruel .team, .main.christof_schraepen .team, .main.koen_calliauw .team, .main.jonas_verhaert .team, .main.bart_dens .team, .main.vincent_verhasselt .team {
    width:450px;
}

.main.christophe_debruel .teamtext, .main.christof_schraepen .teamtext, .main.koen_calliauw .teamtext, .main.jonas_verhaert .teamtext, .main.bart_dens .teamtext, .main.vincent_verhasselt .teamtext {
    width:325px;
}
#contact_map
{
    position:absolute;
    top:35px;
    left:517px;
    width:507px;
}
#google_map
{
    width:320px;
    height:218px;
    padding:5px;
    /*background: url(../../images/css_sprite.png) no-repeat -659px -107px;*/
}
#contact_info
{
    text-align: left;
    float:right;
    width:160px;
    font-size:13px;
}
#contact_info h1.devart
{
    border:none;
    text-align:left;
    -moz-text-shadow:none;
    -webkit-text-shadow:none;
    -khtml-text-shadow:none;
    text-shadow:none;
    
}
#contact_info ul{
    padding:0px;
    margin:-5px 0 0 0;
}
#contact_info ul li
{
    padding:0;
}
.teaser{
	width: 700px;
	height: 264px;
	background-image: url(img/teaser.png);
	margin: auto;
	margin-top: 100px;
	text-align: center;
}
.tease{
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	color: #343b6a;
	margin-bottom: 0px;
	margin-top: 50px;
}
.contact{
	width: 700px;
	height: 30px;
	margin: auto;
	margin-top: 0px;
	text-align: center;
}
.contactlink:link{
	font-family: Verdana, Verdana, Geneva, sans-serif;
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	margin: auto;
}
.contactlink:hover{
	font-family: Verdana, Verdana, Geneva, sans-serif;
	color: #d1d6df;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	margin: auto;
}

.news{
	margin-left: 15px;
	list-style-type: disc;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 0.68em;
	line-height: 150%;
}
.news a:link, .news a:visited{
	text-decoration: underline;
	color: #898989;
	font-weight: normal;
}
.news a:hover{
	color: #7ac142;
	font-weight: normal;
}
.img_right{
	float: right;
}

#frmengcontactform{
	position:relative;
	top:-40px;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 0.72em;
	line-height: 150%;
	color: #333333;			
}
#frmnlcontactform{
	position:relative;
	top:-40px;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 0.72em;
	line-height: 150%;
	color: #333333;
}
.team{
	float: left;
	clear: left;
	width: 726px;
	height: auto;
	padding: 5px;
	border: 1px solid #d1d6df;
	margin-bottom: 15px;
}
.teamtext{
	float: right;
	width: 600px;
	height: auto;
	text-align: justify;
}
.function{
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	color: #333333;
	font-weight: bold;
	margin-top: -5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.teamimg{
	float: left;
	padding: 5px;
	border: 1px dotted #d1d6df;
} 

.teamr{
	float: left;
	clear: left;
	width: 728px;
	height: auto;
	padding: 5px;
	border: 1px solid #d1d6df;
	margin-bottom: 15px;
}
.teamtextr{
	float: right;
	width: 510px;
	height: auto;
}
.functionr{
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 0.72em;
	line-height: 150%;
	color: #333333;
	font-weight: bold;
	text-align: right;
}
.teamimgr{
	float: left;
}
.teamimgr h2
{
	border: 0;
}
.teamr2{
	float: left;
	clear: left;
	width: 530px;
	height: auto;
	padding: 5px;
	border: 1px solid #d1d6df;
	margin-bottom: 15px;
}
.teamtextr2{
	float: left;
	width: 330px;
	height: auto;
}
.functionr2{
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 0.72em;
	color: #333333;
	font-weight: bold;
	text-align: right;
}
.teamimgr2{
	float: right;
	padding: 5px;
	border: 1px dotted #d1d6df;
} 
.latestnews{
	float: left;
	width: 530px;
	height: auto;
	
	padding: 5px;
	border: 1px solid #d1d6df;
}
.latestprojects{
	float: left;
	width: 530px;
	height: auto;
	
	padding: 5px;
	border: 1px solid #d1d6df;
	margin-top: 20px;
}
.start{
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #898989;
	font-weight: bold;
	border-bottom: 1px dotted #898989;
	margin-bottom: 10px;
	padding-bottom: 3px;
}
.klein{
	font-size: 0.7em;
}
.rondnews{
	margin-bottom: 5px;
	border-bottom: 1px dotted #d1d6df;
	height: 20px;
}
.date{
	float: left;
	width: 95px;
	border-right: 1px solid #d1d6df;
	padding-bottom: -3px;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	color: #898989;
	font-weight: 600;
}
.news{
	float: left;
	width: 415px;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	margin-left: 15px;
	margin-top: -3px;
}
.news_link:link, .news_link:visited{
	color: #898989;
	text-decoration: none;
}
.news_link:hover{
	color: #7ac142;
}
.clearer {
    display: block;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    clear: both;
}
.datenews{
	font-size: 0.65em;
	color: #7ac142;
	text-align: right;
	font-weight: bold;
	border-bottom: 1px dotted #d1d6df;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
.refklein{
	font-size: 0.8em;
	font-variant: small-caps;
	color: #d1d6df;
}
.kaartje{
	padding: 5px;
	border: 1px solid #d1d6df;
	float: left;
	margin-left: 10px;
}
.kaartje:hover{
	border: 1px solid #898989;
}
.introimg{
	border: 1px solid #898989;
}
.proj{
	text-align: center;
}
.devart{
	text-align: center;
}
.expertise2{
	padding: 5px;
	border: 1px solid #d1d6df;
	float: left;
}
.introexp{
	text-align: justify;
}
.imgleft{
	float: left;
	border: 1px solid #d1d6df;
	padding: 5px;
	margin-right: 5px;
}
.imgright{
	float: right;
	border: none;
	margin-left: 5px;
}
.imgpartner{
	float: left;
	padding: 5px;
	border: 1px solid #d1d6df;
}
.divpartner{
	float: left;
	clear: left;
	width: 530px;
	height: auto;
	padding: 5px;
	border: 1px solid #d1d6df;
	margin-bottom: 15px;
}
.partnertext{
	float: right;
	width: 370px;
	height: auto;
	text-align: justify;
}
.nieuwsimg{
	float: right;
	margin-left: 5px;
	padding: 5px;
	border: 1px solid #d1d6df;
}
.linknews:link, .linknews:visited{
	font-family: Verdana, Verdana, Geneva, sans-serif;
	color: #898989;
}
.linknews:hover{
	font-family: Verdana, Verdana, Geneva, sans-serif;
	color: #898989;
	text-decoration: underline;
}
.social{
	padding: 10px;
	margin-left: 17px;
	border: 1px solid #d1d6df;
}

.social_links
{
    margin:0 0 15px 0;
    overflow:hidden;
}

blockquote
{
    float:right;
    width:250px;
    color:#FFF;
    font-size:20px;
    line-height:30px;
    font-style:italic;
    background:#2C3E4C;
    border: 1px solid #D1D6DF;
    padding:10px;
    margin:20px;
}

.social_links li a
{
    display: inline-block;
    float:left;
    padding:0 10px 0 0;
}

.social_links span.twitter
{
    background:transparent url(../../images/css_sprite.png) no-repeat -234px -382px;
    width:22px;
    height:22px;
    display: block;
}

.social_links span.youtube
{
    background:transparent url(../../images/css_sprite.png) no-repeat -269px -382px;
    width:22px;
    height:22px;
    display: block;
}

.social_links span.digg
{
    background:transparent url(../../images/css_sprite.png) no-repeat -306px -382px;
    width:22px;
    height:22px;
    display: block;
}

.social_links span.stumble_upon
{
    background:transparent url(../../images/css_sprite.png) no-repeat -341px -382px;
    width:22px;
    height:22px;
    display: block;
}

.social_links span.facebook
{
    background:transparent url(../../images/css_sprite.png) no-repeat -377px -382px;
    width:22px;
    height:22px;
    display: block;
}

.social_links span.flickr
{
    background:transparent url(../../images/css_sprite.png) no-repeat -413px -382px;
    width:22px;
    height:22px;
    display: block;
}

#sidebarmenu
{
    margin: 0 0 15px 0;
}

#sidebarmenu ul li
{
    background:transparent url(../../images/link.png) no-repeat top left;
    padding:0 0 0 24px;
}

.cat_title
{
    text-transform: capitalize;
}

#simple-example, #simple-example2, #simple-example3, #simple-example4, #simple-example5, #simple-example6, #simple-example7, #simple-example8, #simple-example9{
	padding: 1px; 
	height: 154px; 
	width: 200px; 
	background-color: #898989;
}
#simple-example:hover, #simple-example2:hover, #simple-example3:hover, #simple-example4:hover, #simple-example5:hover, #simple-example6:hover, #simple-example7:hover, #simple-example8:hover, #simple-example9:hover{
	background-color: #898989;
}
.rondnews{
	
} 
.author{
	text-align: right;
	font-style: italic;
	font-weight: bold; 
	font-size: 0.8em;
	margin-top: -10px;
	color: #898989;
}
.newsintro{
	font-weight: bold;
}
.imgnews{
	border: 1px solid #d1d6df;
}
.zce{
	font-size: 0.8em;
}
.divcenter{
	text-align: center;
}
.gmaps{
	border: 1px solid rgb(53, 58, 105);
	width: 500px;
	height: 400px;
	margin-left: 20px;
}
.errorleft{
	float: left;
/*	clear: left;*/
	width: 885px;
	margin-top: 20px;
	margin-left: 40px;
	height: auto;
}
.experp{
	text-align: left;
}
.searchdiv{
	width: 190px;
	height: 128px;
	background-image: url(img/searchbg.png);
	margin-top: 10px;
}
.searchdiv_inner{
	width: 140px;
	margin-left: 20px;
	padding-top: 15px;
}
.searchfield{
	width: 140px;
	border: 1px solid #898989;
	font-family: Verdana, Verdana, Geneva, sans-serif;
}
.searchbutton{
	width: 70px;
	margin-left: 35px;
	background-color: #898989;
	border: 1px solid #92acc4;
	color: white;
	font-family: Verdana, Verdana, Geneva, sans-serif;
}
.par{
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 0.72em;
	line-height: 140%;
	color: #333333;
}
.par_current{
    font-weight: bold;
    font-size: 0.85em;
}
.foundnav{
	text-align: center;
}
.errors{
	color: red;
	font-weight: bold;
	font-size: 0.8em;
}
.toplogo{
	padding-left: 32px;
	border: none;
}
.hidden{
	visibility: hidden;
	height: 13px;
}
a:active
{
outline: none;
}
a:focus
{
-moz-outline-style: none;
}

.gMapsInfoWindow {
    width: 225px;
}

.gMapsInfoWindow h1 {
    font-size: 12px;
}
.gMapsInfoWindow .thumbnail {
    float: left;
}

.gMapsInfoWindow .text {
    width: 132px;
    float: left;
    margin-left: 5px;
    font-size: 12px;
}

.gMapsInfoWindow .thumbnail img{
    width: 80px;
    padding: 3px;
}

#ux-lightbox
{
    display:none !important;
}
