/* -----------------------------------*/
/* ---------->>>ALGEMEEN <<<-----------*/
/* -----------------------------------*/ * {
    margin: 0;
    padding: 0;
    border: none;
}

html, body {
    background-color: white;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
} .logoheader {
    clear: none;
    position: relative;
    left: 33px;
}

/* -----------------------------------*/
/* ---------->>>TEKST <<<-----------*/
/* -----------------------------------*/
strong {
    color: #F37021;
}

h1 {
    text-transform: uppercase;
    color: #F37021;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}

h2 {
    text-transform: uppercase;
    color: #00ADEF;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}

p {
    margin-bottom: 10px;
}

a:active {
    border: none;
}

a:focus {
    outline: none
}

/* -----------------------------------*/
/* ---------->>>BASIS LAYOUT<<<-----------*/
/* -----------------------------------*/
#centered {
    position: relative;
    text-align: left;
    width: 882px;
    margin: 10px auto;
    border: 0;
} #topcentered {
    position: relative;
    background: url(images/topbackground.png) scroll top left no-repeat;
    padding-top: 32px;
} #midcentered {
    position: relative;
    background: url(images/midbackground.png) scroll repeat-y;
    height: auto;
} #botcentered {
    position: relative;
    background: url(images/botbackground.png) scroll bottom left no-repeat;
    padding-bottom: 46px;
} .flashfilm {
    position: absolute;
    top: 65px;
    clear: none;
} .flashfilmMM {
    position: absolute;
    top: 30px;
    left: 130px;
    clear: none;
} 

 .contentboxshop {
    position: absolute;
    clear: none;
    display: inline;
    float: left;
    background-color: #FFFFFF;
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha( opacity = 75);

width:
    280px;

height:auto;

margin-left:
    18px;

margin-top:
    36px;

padding:
    8px 10px 0px;

text-align:left;

border:solid;

border-width:
    1px;

border-color:grey;

} .columnholder {
    position: relative;
    clear: both;
    top: 10px;
    padding-left: 5px;
} #columnleft {
    width: 255px;
    height: 366px;
    margin-right: 20px;
    float: left;
    background-image: url(images/bgIris.jpg);
    background-repeat: no-repeat;
} #columnmid {
    width: 255px;
    height: 366px;
    margin-right: 20px;
    float: left;
    background-image: url(images/bgHP.jpg);
    background-repeat: no-repeat;
} #columnright {
    width: 255px;
    height: 366px;
    float: left;
    background-image: url(images/bgAG.jpg);
    background-repeat: no-repeat;
} .columninhoud {
    width: 235px;
    margin: 10px;
    background-color: #FFFFFF;
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha( opacity = 75);
} .columntext {
    margin: 10px;
} .expandicon {
    margin-top: 3px;
    clear: both;
    float: right;
}

/* -----------------------------------*/
/* ---------->>>DE ACHTERGROND AFBEELDING <<<-----------*/
/* -----------------------------------*/ .imagebox {
    position: relative;
    background-position: 0px 70px;
    background-repeat: no-repeat;
    height: 460px;
    top: -20px;
    left: 26px;
    width: 816px;
} .imagebox.bghome {
    background-image: url(images/stenen2.jpg);
} .imagebox.bgtest {
    background-image: none;
} .imagebox.bgprojecten {
    background-image: url(images/projecten2.jpg);
} .imagebox.shop {
    background-image: url(images/shop.jpg);
} .imagebox.bgteam {
    background-image: url(images/team.jpg);
} .imagebox.bgnaam {
    background-image: url(images/naam.jpg);
} .imagebox.bgfaam {
    background-image: url(images/faam.jpg);
} .imagebox.bgconcepten {
    background-image: url(images/cases.jpg);
} .imagebox.bgcreatie {
    background-image: url(images/creatie.jpg);
} .imagebox.bgintro {
    background-image: url(images/intro.jpg);
} .imagebox.bgwerkwijze {
    background-image: url(images/werkwijze.jpg);
} .imagebox.bgcontact {
    background-image: url(images/deur.jpg);
} .imagebox.wpa {
    background-image: url(images/wpa.jpg);
}

/* -----------------------------------*/
/* ---------->>>MENU <<<-----------*/
/* -----------------------------------*/ .chat {
    position: absolute;
    top: 200px;
    left: 800px;
    z-index: 99;
} .menubox {
    position: relative;
    line-height: 10px;
    width: 725px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
} .menu {
    height: 25px;
    background-position: bottom;
    /*background: url(images/menu-thinline.png);*/
    background-repeat: no-repeat;
} .menu ul {
    position: relative;
    float: right;
    clear: right;
    list-style: none;
    padding: 0;
    margin: 0;
} .menu ul li {
    float: left;
    padding: 0;
    margin: 0;
} .menu ul li a {
    background-position: top left;
    text-indent: -9000px;
    display: block;
    height: 25px;
    margin-left: 15px; /*kleine ruimte tussen buttons */
} .menu ul li.wat a {
    background: url(images/menumain.png);
    background-position: -15px -10px;
    background-repeat: no-repeat;
    width: 30px;
} .menu ul li.wat a:hover, .menu ul li.wat a.active {
    background-position: -15px -36px;
} .menu ul li.hoe a {
    background: url(images/menumain.png);
    background-position: -60px -10px;
    background-repeat: no-repeat;
    width: 30px;
} .menu ul li.hoe a:hover, .menu ul li.hoe a.active {
    background-position: -60px -36px;
} .menu ul li.wie a {
    background: url(images/menumain.png);
    background-position: -105px -10px;
    background-repeat: no-repeat;
    width: 30px;
} .menu ul li.wie a:hover, .menu ul li.wie a.active {
    background-position: -105px -36px;
} .menu ul li.waar a {
    background: url(images/menumain.png);
    background-position: -150px -10px;
    background-repeat: no-repeat;
    width: 45px;
} .menu ul li.waar a:hover, .menu ul li.waar a.active {
    background-position: -150px -36px;
} .menu ul li.cases a {
    background: url(images/menumain.png);
    background-position: -210px -10px;
    background-repeat: no-repeat;
    width: 45px;
} .menu ul li.cases a:hover, .menu ul li.cases a.active {
    background-position: -210px -36px;
} .submenu {
} .submenu ul {
    padding-top: 0px;
    margin-top: 1px;
    border-top: 1px solid;
	border-color:grey;
    position: relative;
    float: right;
    list-style: none;
} .submenu ul li {
    float: left;
    padding: 0;
    margin: 0;
} .submenu ul li a {
    background-position: top left;
    text-indent: -9000px;
    display: block;
    height: 25px;
    margin-left: 15px; /*kleine ruimte tussen buttons */
} .submenu ul li:first-child a {
    margin-left: 0px; /*geen marge ivm doorlopen border */
} .submenu ul li.websites a {
    background: url(images/subwat.png);
    background-position: -15px -10px;
    background-repeat: no-repeat;
    width: 55px;
} .submenu ul li.websites a:hover, .submenu ul li.websites a.active {
    background-position: -15px -36px;
} .submenu ul li.nieuwsbrieven a {
    background: url(images/subwat.png);
    background-position: -90px -10px;
    background-repeat: no-repeat;
    width: 85px;
} .submenu ul li.nieuwsbrieven a:hover, .submenu ul li.nieuwsbrieven a.active {
    background-position: -90px -36px;
} .submenu ul li.socialmedia a {
    background: url(images/subwat.png);
    background-position: -190px -10px;
    background-repeat: no-repeat;
    width: 80px;
} .submenu ul li.socialmedia a:hover, .submenu ul li.socialmedia a.active {
    background-position: -190px -36px;
} .submenu ul li.dynamischecontent a {
    background: url(images/subwat.png);
    background-position: -280px -10px;
    background-repeat: no-repeat;
    width: 120px;
} .submenu ul li.dynamischecontent a:hover, .submenu ul li.dynamischecontent a.active {
    background-position: -280px -36px;
} .submenu ul li.campagnes a {
    background: url(images/subwat.png);
    background-position: -415px -10px;
    background-repeat: no-repeat;
    width: 70px;
} .submenu ul li.campagnes a:hover, .submenu ul li.campagnes a.active {
    background-position: -415px -36px;
} .submenu ul li.team a {
    background: url(images/subwie.png);
    background-position: -15px -10px;
    background-repeat: no-repeat;
    width: 55px;
} .submenu ul li.team a:hover, .submenu ul li.team a.active {
    background-position: -15px -36px;
} .submenu ul li.notonlyforprofit a {
    background: url(images/subwie.png);
    background-position: -90px -10px;
    background-repeat: no-repeat;
    width: 110px;
} .submenu ul li.notonlyforprofit a:hover, .submenu ul li.notonlyforprofit a.active {
    background-position: -90px -36px;
} .submenu ul li.streetsafari a {
    background: url(images/subwie.png);
    background-position: -220px -10px;
    background-repeat: no-repeat;
    width: 75px;
} .submenu ul li.streetsafari a:hover, .submenu ul li.streetsafari a.active {
    background-position: -220px -36px;
} .submenu ul li.positionering a {
    background: url(images/subhoe.png);
    background-position: -15px -10px;
    background-repeat: no-repeat;
    width: 80px;
} .submenu ul li.positionering a:hover, .submenu ul li.positionering a.active {
    background-position: -15px -36px;
} .submenu ul li.webarchitectuur a {
    background: url(images/subhoe.png);
    background-position: -110px -10px;
    background-repeat: no-repeat;
    width: 100px;
} .submenu ul li.webarchitectuur a:hover, .submenu ul li.webarchitectuur a.active {
    background-position: -110px -36px;
} .submenu ul li.design a {
    background: url(images/subhoe.png);
    background-position: -225px -10px;
    background-repeat: no-repeat;
    width: 40px;
} .submenu ul li.design a:hover, .submenu ul li.design a.active {
    background-position: -225px -36px;
} .submenu ul li.copywriting a {
    background: url(images/subhoe.png);
    background-position: -280px -10px;
    background-repeat: no-repeat;
    width: 75px;
} .submenu ul li.copywriting a:hover, .submenu ul li.copywriting a.active {
    background-position: -280px -36px;
} .submenu ul li.resultaat a {
    background: url(images/subhoe.png);
    background-position: -370px -10px;
    background-repeat: no-repeat;
    width: 63px;
} .submenu ul li.resultaat a:hover, .submenu ul li.resultaat a.active {
    background-position: -370px -36px;
}

/* -----------------------------------*/
/* ---------->>>FEEDS<<<-----------*/
/* -----------------------------------*/
p.clickme {
    height: 20px;
    position: absolute;
    display: block;
    float: left;
    cursor: pointer;
    font-size: 1.2em;
    background-color: #F68220;
    width: 100%;
    text-align: center;
    top: 425px;
    color: white;
    text-decoration: none;
    clear: both;
} .kleineretekst {
    font-size: 80%;
    margin: 0 5px 0;
} .feedarrow {
    position: absolute;
    top: 445px;
    left: 743px;
    background-position: 0px 27px;
    cursor: pointer;
    background-image: url("images/feedarrow.png");
    height: 27px;
    width: 73px;
} .activearrow {
    background-position: 0px 0px;
}

h3.ybh {
    color: #01ABF3;
} .pipesTitle a {
    color: #F69358;
} #header {
    margin: 0 0 15px 0;
    background: yellow;
    visibility: hidden;
} #side-a {
    overflow: hidden;
    float: left;
    width: 330px;
    margin-right: 90px;
    overflow: hidden;
} #side-b {
    margin: 0;
    float: left;
    width: 330px;
    overflow: hidden;
    height: 1% /* Holly hack for Peekaboo Bug */
} #footer {
    clear: both;
    background: #A2A2A2;
    visibility: hidden;
}

/* -----------------------------------*/
/* ---------->>>FEEDS<<<-----------*/
/* -----------------------------------*/ #menu a {
    position: absolute;
    text-decoration: none;
} #menu a:hover {
    border: black 1px dotted;
}

a i {
    visibility: hidden
}

a#mondopmond {
    left: 345px;
    top: 275px;
    width: 100px;
    height: 110px
}

a#kernvanhetverhaal {
    left: 300px;
    top: 125px;
    width: 120px;
    height: 150px
}

a#thebox {
    left: 450px;
    top: 100px;
    width: 120px;
    height: 200px
}

a#nofp {
    left: 600px;
    top: 100px;
    width: 200px;
    height: 200px
}

a#streetsafari {
    left: 570px;
    top: 310px;
    width: 150px;
    height: 100px
} #wrapper {
    text-align: left;
    margin: 0px auto;
    padding: 0px;
    border: 0;
    width: 750px;
    overflow: hidden;
} .hiddenPic {
    display: none;
} .contentboxshop ul li {
    list-style-type: none;
}