/* -------------------------------------------------------  */
/* title    main.css                                        */
/* site     stalenrobbie.nl                                 */
/* author   Olaf Joppe                                      */
/* date     November 2009                                   */
/* -------------------------------------------------------- */

/* Elements ----------------------------------------------- */

html {overflow-y:scroll;}

body {
    margin: 0;
    padding: 0;
    font-family:'Helvetica,Verdana,Tahoma,Arial,sans-serif';
    background-color:#ffffff;
    background:url('../img/prikbord.png'); 
  }

h1 {
    font-size:2em;
    font-weight:bold;
}

a       { text-decoration:none; background:yellow; color:#000; }
a:hover { border-bottom:2px solid #000; }




/* ID's --------------------------------------------------- */

#bckdrop {
    width:1200px;
    height:2400px;
    margin:0 auto;
    position:relative;
  }

#cont-wrap {
  width:900px;
  position:absolute;
  top:0px;
  left:150px;
  }

#banner-wrap {
  width:100%;
  height:120px;
  }

#menu-wrap {
  width:210px;
  float:left;
  }

#txt-wrap {
  width:690px;
  float:left;
  }





/* Classes   --------------------------------- */

.blur {
    background:url('../img/span-bgr.png');
}
.paragraph {
    float:left;
    margin:0 0 15px 90px;
    color:#000;
    font-size:0.9em;
    font-weight:normal;
    line-height:1.8em;
    text-align:left;
}
.paragraph div {
    width:330px;
    float:left;
}
.heading2 {
    font-size:1.2em;
    font-weight:bold;
    background:yellow;
}
.rgt {  margin-left:120px;  }

.logos {
    width:100%;
    margin:0 0 15px 30px;
    float:left;
}

.logos img {
  margin:12px;
}

.logos a       { text-decoration:none; background:none; color:#000; }
.logos a:hover { border:none; }



/* Floating menu   --------------------------------- */

#floatMenu {   
    position:relative;
    float:right;   
    top:0;   
    margin-left:0;   
    width:180px;   
}   
#floatMenu li {
    margin-bottom:5px;
}
#floatMenu ul li a {   
    display:block;   
    text-decoration:none;
    padding:5px 25px 5px 5px;
    color:#000;
    text-align:right;
}  
#floatMenu a { text-decoration:none; background:yellow; color:#000; }
#floatMenu a:hover { border-bottom:4px solid gray; }
#floatMenu a.actif { border-bottom:4px solid #000; }














