/*
 * Version: $Revision: 44596 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2010 BeSite
 */

body {
    background: url(/img/background-pattern.png) repeat top center;
}

a.page-link {
  
}



/*  Top menu */

#top-menu-container {
    height: 100px;
}

#top-menu-container #top-menu-wrapper {
    width: 950px;
    margin: 0 auto;
    position: relative;
    height: inherit;
}

#top-menu-wrapper a.besite-logo {
    display: block;
    width: 179px;
    height: 69px;
    position: absolute;
    top: 14px;
    left: 0;
}

/*  Main Menu */

#top-menu-wrapper ul.menu-service-items li,
#top-menu-wrapper ul.menu-misc-items li,
#top-menu-wrapper ul.menu-misc-items-2nd li{
    list-style: none;
}

#top-menu-wrapper ul.menu-service-items {
    border-bottom: 1px solid #D9D9D9;
    display: block;
/*
    width: 560px;
*/
    padding-left: 110px;
    position: absolute;
    top: 30px;
    left: 80px;
    line-height: 35px;
}

#top-menu-wrapper ul.menu-service-items li {
    padding: 4px 15px 4px 10px; 
    height: 35px;
    line-height: 35px;
    float: left;
    margin: 0 0 -1px 15px;
    border-bottom: 1px solid #b0b0b0;
}

#top-menu-wrapper ul.menu-service-items li a {
    color: #20648E;
    float: left;
    font-size: 20px;
    display: block;
    background: url(/img/blue-arrow.png) no-repeat center left;
    padding-left: 20px;
    padding-bottom: 0;
}

#top-menu-wrapper ul.menu-service-items li.active a {
    color: #002B42;
    background-image: url(/img/weblog-arrow.png);
}

/*  Minor menu */

#top-menu-wrapper ul.menu-misc-items,
#top-menu-wrapper ul.menu-misc-items-2nd {
    position: absolute;
    top: 22px;
    left: 764px;
}

#top-menu-wrapper ul.menu-misc-items-2nd {
    left:834px;
    padding-left: 10px;
    border-left: 1px solid #D9D9D9;
}

#top-menu-wrapper ul.menu-misc-items-icons {
    left:911px;
    padding-left: 10px;
    border-left: 1px solid #D9D9D9;
    position: absolute;
    top: 22px;
    margin-top:	2px;
}

#top-menu-wrapper ul.menu-misc-items-icons li {
    list-style: none;
    line-height: 0;
    margin-bottom:	3px;
}

#top-menu-wrapper ul.menu-misc-items-icons li#icon-youtube {
    margin-bottom:	1px;
}

#top-menu-wrapper ul.menu-misc-items li,
#top-menu-wrapper ul.menu-misc-items-2nd li
{
    margin-bottom: 0;
    line-height: 22px;
}

#top-menu-wrapper ul.menu-misc-items li a,
#top-menu-wrapper ul.menu-misc-items-2nd li a {
    color: #808080;
    font-size: 14px;
    line-height: 15px;
}
#top-menu-wrapper ul.menu-misc-items li.active a,
#top-menu-wrapper ul.menu-misc-items-2nd li.active a {
    color: #20648E;
    text-decoration: underline;
}

/*  Header */

#header-container {
    width: 100%;
    height: 160px;
    background: url(/img/header-background.jpg) #04202c no-repeat center bottom;
}

#header-container #header-wrapper {
    width: 950px;
    height: 100%;
    margin: 0 auto;
    background: url(/img/headers/besite.png) no-repeat center center;
}

body.webdesign #header-container #header-wrapper {
    background-image: url(/img/headers/webdesign.png);
}

body.webmarketing #header-container #header-wrapper {
    background-image: url(/img/headers/webmarketing.png); 
}

body.webapplicaties #header-container #header-wrapper {
    background-image: url(/img/headers/webapplicaties.png);
}

body.over-ons #header-container #header-wrapper,
body.over-ons-besite #header-container #header-wrapper {
    background-image: url(/img/headers/over-ons-besite.png);
}

body.helpdesk #header-container #header-wrapper {
    background-image: url(/img/headers/helpdesk.png); 
}

body.weblog #header-container #header-wrapper {
    background-image: url(/img/headers/weblog.png); 
}

body.nieuws #header-container #header-wrapper {
    background-image: url(/img/headers/nieuws.png); 
}
body.kladblok #header-container #header-wrapper {
    background-image: url(/img/headers/kladblok.png); 
}

body.portfolio #header-container #header-wrapper {
    background-image: url(/img/headers/portfolio.png); 
}
body.nieuwsbrief #header-container #header-wrapper {
    background-image: url(/img/headers/nieuwsbrief.png); 
}
body.contact #header-container #header-wrapper {
    background-image: url(/img/headers/contact.png); 
}

/*  Contact */

#contact-container {
    width: 100%;
    height: 400px;
    display: none;
    z-index: 0;
    background: url(/img/contact-background.jpg) #241e1a no-repeat center top;
    border-top: 4px solid #fff;
    position: relative;
}

#contact-container #contact-wrapper {
    width: 600px;
    margin: 0 auto;
}

#contact-wrapper #contact-left-column,
#contact-wrapper #contact-right-column {
    height: 350px;
    margin-top: 60px;
    position: relative;
    float: left;
}
#contact-wrapper #contact-left-column {
    width: 250px;
    
}
#contact-wrapper #contact-right-column {
    width: 350px;
   
}
#contact-wrapper h4,
#contact-wrapper p,
#contact-wrapper p a {
    color: #fff;
}

#contact-wrapper h4 {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 16px;
}

#contact-wrapper p span {
    width: 70px;
    display: inline-block;
}

p.contact-option {
    margin-top: 20px;
}

#contact-wrapper form {
    width: 190px;
    height: 200px;
    margin-top: 24px;
}

#contact-container p {
    margin-bottom: 6px;
}

#contact-container form input.Submit {
    background: url(/img/belmij-submit.png) no-repeat left top;
    width: 122px;
    height: 45px;
    color: #716558;
    font-weight: bold;
    font-size: 15px;
    text-indent: 14px;
    margin: 0;
    padding: 0;
    text-align: center;
    border: 0;
    position: absolute;
    bottom: 75px;
    left: -5px;
}

div.Msg, div.Error, 
div.MsgCenter, 
div.MsgError, 
div.MsgCenterError {
    padding: 4px 0 4px 47px;
    line-height: 20px;
    margin-top: -16px;
    font-size: 14px;
}

#contact-container form input.Submit:hover {
    background-position: left -51px;
}

#contact-container a.button.brown {
    position: absolute;
    bottom: 75px;
    left: -5px;
    margin: 0;
}

#contact-container a.linkedin,
#contact-container a.twitter,
#contact-container a.youtube,
#contact-container a.googlemaps {
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    margin-top: 24px;
}
/*
#contact-container a.googlemaps {
    left: 0;
}
*/
#contact-container a.linkedin {
    left: 0;
}
#contact-container a.twitter {
    left: 40px;
}

#contact-container a.youtube {
    left: 80px;
}

#page-content ul,
#page-content ul li,
#page-content ol,
#page-content ol li
{
    margin: auto auto auto 20px;
    clear: both;
}

#page-content ul,
#page-content ol
{
    margin-bottom: 16px;
}

a.contact-button,
a.closed {
    display: block;
    width: 109px;
    height: 102px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/img/contact-button.png) no-repeat 0 -100px transparent;
    position: absolute;
    top: -30px;
    right: 20px;
    outline: none;
}

a.contact-button:hover {
    background-position: 0 0;
}

a.open {
    background: url(/img/contact-button-2.png) no-repeat -102px  -100px transparent;
    display: block;
    width: 109px;
    height: 102px;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    top: -30px;
    right: 20px;
    outline: none;
}

a.open:hover {
    background: url(/img/contact-button-2.png) no-repeat -102px  0px transparent;
    display: block;
    width: 109px;
    height: 102px;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    top: -30px;
    right: 20px;
    outline: none;
}

a.closed {
    background: url(/img/contact-button.png) no-repeat 0px -100px transparent;
    display: block;
    width: 109px;
    height: 102px;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    top: -30px;
    right: 20px;
    outline: none; 
}

a.closed:hover {
    background: url(/img/contact-button.png) no-repeat 0px  0px transparent;
    display: block;
    width: 109px;
    height: 102px;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    top: -30px;
    right: 20px;
    outline: none; 
}

/*  Content */

#content-container {
    width: 100%;
}

#content-container #content-wrapper {
    width: 950px;
    padding: 60px 0 0 0;
    margin: 0 auto 70px auto;
    position: relative;
}

#content-wrapper #content-column-left {
    width: 570px;
    float: left;
}

#content-wrapper #content-column-right {
    width: 300px;
    padding-top: 20px;
    float: right;
}

#content-column-right h3 {
    margin: 30px 0 20px 0;
}

#content-column-right #interested {
    position: relative;
}
#content-column-right #interested img {
    border: none;
    /*border-top: 1px solid #b0b0b0;*/
    padding: 2px 1px 0 1px;
    margin: 0 10px 0 9px;
    position: relative;
}

p.interested-intro {
    font-size: 14px;
    padding: 0;
    margin: 0;
    clear: both;
}

.geinteresseerdFotoContainer {
   width: 110px;
   height: 100px;   
   border: solid 1px #E8E8E8;  
   margin: 20px 20px 16px 0; 
   padding: 10px 0px 10px 0px;
   float: left;
   position: relative;
   text-align: center;   
}

.geinteresseerdFotoContainer:hover {
    /* Make IE work like a modern browser */
    behavior: url(/css/PIE.htc);
    border: solid 1px #CCC;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
    background-color:#fff;
    
}

.geinteresseerdFotoContainer span {
    line-height: 34px;  
    bottom: 0px;    
}

.geinteresseerdFotoContainer a{
    display:  block;    
} 

#content-column-right #interested h3 {
    margin-top: 6px;
    font-size: 14px;
}

#content-column-right #interested .top-line {
    width: 330px;    
}

#content-column-right #sub-menu {
    margin-bottom: 40px;
}
#content-column-right #sub-menu ul li {
    padding-left: 10px;
    background: url(/img/list-arrow.png) no-repeat  0 10px;
    list-style: none;
    margin: 0 0 0 6px;
}

#content-column-right #sub-menu ul li a {
    color: #333;
    font-size: 15px;
    line-height: 26px;
}

#content-column-right #sub-menu ul li.Selected ul li a
{
    color: #333;
}

#content-column-right #sub-menu ul li.Selected {
   background: url(/img/list-arrow-active.png) no-repeat 0 10px;
}

#content-column-right #sub-menu ul li.Selected > a,
#content-column-right #sub-menu ul li ul li.Selected > a
{
    text-decoration: underline;
    color:#20648E;
}

#content-column-right .interested p {
    font-size: 13px;
    line-height: 21px;
}

/*  Portfolio / Team section */

#portfolio-items-container {
    position: relative;    
}

#content-wrapper h3.projecten-title {
    margin-top: 60px;
    margin-bottom: 20px;
    color: #BF1E2D;
}

.thumbs-container-list {
    width: 950px;
}

.thumbs-container a.item {
    display: block;
    float: left;
    margin: 0 26px 20px 0;  
    width: 164px;  
}

DIV#our-work DIV.thumbs-container a.item
{
    margin-right: 30px;   
}

.thumbs-container a.item.last {
    margin-right: 0;
}

DIV#our-work DIV.thumbs-container a.item.last
{
    margin-right: 0;   
}

.thumbs-container a.item:hover {
    background-color: #BF1E2D;
    text-decoration: none;
}

.thumbs-container a.item:hover span {
    color: white;
}

.thumbs-container a.item img {
    border: 1px solid #B3B3B3; 
}
.thumbs-container a.item:hover img {
    border-color: #BF1E2D; 
}

.thumbs-container-list a.item img {
    opacity: 0.5;
    filter: alpha(opacity=50);   
}
.thumbs-container-list a.item:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}
.thumbs-container a.more-link {
    margin-top: -20px;
}

#big-view {
    position: relative;
    width: 360px;
    height: 240px;
    margin-bottom: 20px;
}

img.big-view-img {
      position: relative;
      /*width: 358px;
      height: 238px;*/
      border: 1px solid #B3B3B3;
}

img.big-view-img.extra {
    display: none;
}

div.big-view-title {
    position: absolute;
    top: 200px;
    left: -7px;
    width: 344px;
    height: 26px;
    padding-left: 30px;
    background: url(/img/big-view-desc-background-red.png) no-repeat center left;
}

div.big-view-title,
div.big-view-title a{
    color: #fff;
    line-height: 26px;
    font-weight: bold;
    font-size: 14px;
}

#big-view.orange div.big-view-title {
    background-image: url(/img/big-view-desc-background-orange.png);
}

/* 
    Footer
*/

#footer-container {
    background: url(/img/shadow-footer.png) #E7E8E9 repeat-x left top; 
    padding: 30px 0;
}

#footer-container #footer-wrapper {
    width: 950px;
    margin: 0 auto;
}

#footer-wrapper ul {
    float: left; 
    list-style: none;
    padding: 0;
    margin: 0;
    /*width: 570px;*/
}

#footer-wrapper ul li {
    list-style: none;
    font-size: 11px;
    color: #666;
    line-height: 22px;
    float: left;
    padding: 0;
    margin: 0;
    width: 186px;
}

#footer-wrapper ul li a
{
    color: #666;
}

#footer-wrapper ul ul
{
    width: 190px;
}

#footer-wrapper ul#footerMenu {
    border-right: 1px solid #fff;
}
#footer-wrapper ul#footerMenu > li > a {
    font-weight: bold;
    line-height: 34px;
    background: none;
    padding: 0;
}
#footer-wrapper ul#footerMenu ul li a,
#footer-wrapper ul.besite-data-2nd li a {
    background: url(/img/list-arrow.png) no-repeat left center;
    padding-left: 10px;
}

#footer-wrapper > ul.besite-data {
    border-left: 1px solid #D1D2D4;
    margin-left: 1px;
    padding-left: 50px;
}
#footer-wrapper > ul.besite-data, 
#footer-wrapper > ul.besite-data li {
    width: 160px;
}

#footer-wrapper ul.besite-data-2nd {
    width: 160px;
}

#footer-wrapper ul.besite-data-2nd li.overview-heading-2nd {
    margin-top: 34px;
}

#footer-wrapper li.overview-heading,
#footer-wrapper li.overview-heading a {
    font-weight: bold;
    line-height: 34px;
    background: none;
    padding: 0;
}

#footer-wrapper ul li a.email {
    background: none;
    padding: 0;
}

/*  Sponsor footer */

#sponsor-container {
    height: 138px;
    background: url(/img/membership-shadow.png) #D1D2D4 repeat-x top left;
}

#sponsor-container #sponsor-wrapper {
    width: 950px;
    margin: 0 auto;
    padding-top: 20px;
}
#sponsor-wrapper a {
    background: transparent 0 0 no-repeat;
    display: block;
    height: 108px;
    float: left;
    overflow: hidden;
    text-indent: -9999px;
}
#sponsor-wrapper a:hover {
    background-position: 0 -108px;
}

#sponsor-wrapper a.golfclub {
    background-image: url(/img/sponsors/golfclub.png);
    width: 100px;
}
#sponsor-wrapper a.google {
    background-image: url(/img/sponsors/google.png);
    width: 96px;
}
#sponsor-wrapper a.vnoncw {
    background-image: url(/img/sponsors/vnoncw.png);
    width: 97px;
}
#sponsor-wrapper a.digikring {
    background-image: url(/img/sponsors/digikring.png);
    width: 122px;
}
#sponsor-wrapper a.ikad {
    background-image: url(/img/sponsors/ikad.png);
    width: 159px;
}
#sponsor-wrapper a.echtachterhoek {
    background-image: url(/img/sponsors/achterhoek.png);
    width: 219px;
}
#sponsor-wrapper a.graafschap {
    background-image: url(/img/sponsors/graafschap.png);
    width: 134px;
}

/*  General */

.bottom-line-container {
    position: relative;
    width: 900px;
}

.bottom-line-container div.website {
    float: left;
    width: 380px;
}

.bottom-line-container div.next {
    float: left;
    width: 500px;
}

.bottom-line-container span {
    font-size: 12px;
    display: block;
    color: #808080;
    margin: 0 0 -7px 20px;
}

.bottom-line,
.top-line {
    background-color: #D9D9D9;
    width: 980px;
    height: 1px;
    position: absolute;
    left: -20px;
}

.bottom-line {
    bottom: 0;  
}

.top-line {
    top: 0;
}

.bottom-line-2nd {
    background-color: #b0b0b0;
    height: 1px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

a.more-link  {
    color: #20648E;
    font-weight: bold;
    font-size: 13px;
    background: url(/img/blue-arrow.png) no-repeat center left;
    border-bottom: 1px solid #b0b0b0;
    padding: 10px 5px 10px 20px;
    position: relative;
    display: inline-block;
    line-height: 16px;
}

a.more-link.red {
    color: #BF1E2D;
    background-image: url(/img/red-arrow.png);
}

a.more-link.darkblue {
    color: #002B42;
    background-image: url(/img/weblog-arrow.png);
}
a.more-link.twitter {
    color: #00B0D8;
    background-image: url(/img/twitter-arrow.png);
}

.button {
    background: url(/img/button-sprite.png) no-repeat 0 0 transparent;
    display: block;
    width: 200px;
    height: 45px;
    margin: 15px -5px;
    text-decoration: none;
}

.button:hover {
    background-position: -220px 0;
    text-decoration: none;
}

.button span {
    background: url(/img/blue-arrow.png) no-repeat 25px 18px transparent;
    color: #20648E;
    font-size: 15px;
    font-weight: bold;
    line-height: 45px;
    padding-left: 40px; 
    display: block;
    height: inherit;
}

.button.large {
    background-position: 0 -50px;
    margin-top: 25px;
    width: 220px;
}

.button.large:hover {
    background-position: -220px -50px;
}

.button.large span {
    font-size: 18px;
}

.button.small {
    background-position: 0 -100px;
    width: 140px;
}
.button.small:hover {
    background-position: -220px -100px;
}

.button.orange {
    background-position: 0 -150px;
}

.button.orange:hover {
    background-position: -220px -150px;
}

.button.orange span {
    background-image: url(/img/white-arrow.png);
    color: #fff;
}

.button.brown span {
    background-image: url(/img/brown-arrow.png);
    color: #716558;
}

.clear {
    float: none;
    clear: both;
}

input, textarea {
    width: 300px;
    padding: 6px;
    margin-bottom: 6px;
    background-color: #f5f5f5 !important;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;    
}
input.Radio, input.Checkbox {
    width: auto !important;
}
input.disabled {
    color: #666;
    font-style: italic;
}

#contact-wrapper form input {
    width: 172px;  
}

td.Submit {
    text-align: right;    
}

td.RequiredMarkedComment {
    font-size: 11px;
    color: #999;
    padding-top: 10px;
    text-align: right;
    padding-right: 50px;
}

hr {
    border:0;
    border-top:1px solid #B0B0B0;
}

input.Submit{
     text-align: center;
     padding: 6px;
     width: 190px;
     height: 42px;
     color: #fff;
     font-weight: bold;
     background: url(/img/button-orange.png) no-repeat 0 -49px;
     background-color: transparent !important;
     border:0;
}

input.Submit:hover {
     background: url(/img/button-orange.png) no-repeat top left;    
}
.NL_Subscriber th {
    height: 36px;
}

div.NewsItemBottom, 
div.IntroListBottom {
    border-top:1px solid #d9d9d9;
}

span.date-holder {
    /* Make IE work like a modern browser */
    behavior: url(/css/PIE.htc);
    width: 30px;
    height: 25px;
    color: #fff;
    background-color: #20648E;
    position: relative;
    text-align: center;
    float: left;
    display: block;
    margin-bottom: 10px;
    min-height: 25px;
    margin-right: 4px;
    padding-top: 5px;
    text-decoration: none;
    -moz-box-shadow: 2px 2px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
    background:-moz-linear-gradient(top, #1B5476 , #409DD5 );
    background:-webkit-linear-gradient(top, #1B5476, #409DD5);   
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px;
}

body.kladblok #content-column-right #sub-menu ul li,
body.nieuws #content-column-right #sub-menu ul li {
    background: none;
    margin-left: 0;    
}

body.kladblok #content-column-right #sub-menu ul li a,
body.nieuws #content-column-right #sub-menu ul li a {
    line-height: 30px;
}

a.NewsItemArchive {
    display: block;
    clear: both;
}

body.kladblok #content-column-right #sub-menu ul li a,
body.nieuws #content-column-right #sub-menu ul li a {
    text-decoration:none;
}

body.kladblok #content-column-right #sub-menu ul li.YearArchive,
body.nieuws #content-column-right #sub-menu ul li.YearArchive {
    clear:both;
}

body.kladblok #content-column-right #sub-menu ul li.YearArchive a:hover,
body.nieuws #content-column-right #sub-menu ul li.YearArchive a:hover {
    text-decoration: underline;
}
span.newsitem-sub-list {
    display:inline;
    margin-left:10px;
}

span.newsitem-sub-list:hover {
    text-decoration: underline;
}

a.NewsItemArchive {
    cursor: default;
}

a.NewsItemArchive:hover {
    cursor: pointer;
}

span.date-holder span.day {
    font-size: 12px;
    line-height: 11px;
    width: 30px;
    height: 11px;
    display: block;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

span.date-holder span.month {
    font-size: 10px;
    width: 30px;
    height: 11px;
    line-height: 11px;
    display: block;
    margin: 0;
    padding: 0;
}

.byte-storingen ul,
.byte-storingen li{
    margin: 0;
    padding: 0;
    list-style: none;
}

.byte-storingen ul#RssItems,
.byte-storingen ul#RssItems li {
    margin: 0;
    padding: 0;
}

.byte-storingen .Date {
    font-size: 11px;
    float: left;
}

.byte-storingen h2 {
    margin-top: -4px;
    float: left;
    display: inline-block;
    margin-left: 10px;
}

.byte-storingen p,
.byte-storingen .More {
    display: block;
    float: left;
}

.byte-storingen .More
{
    margin-bottom: 5pt;
}

#page-content ul.sitemap-tree ul
{
    margin-bottom: 0;
}

.follow-besite-btn {
    position: absolute;
    bottom: -30px;
    padding-left: 20px;
    
        background: url(/img/twitter-arrow.png) 4px 4px no-repeat;
}

