/*
 *      Helen van Vliet
 *      
 *      gemaakt:        2006-02-24
 *      laatst bewerkt: 2007-01-25
 */
 

/*
 *      ALGEMEEN
 */
html                    { margin: 0; padding: 0; }
body                    { margin: 0; padding: 0; }
body.default            { /* position: absolute; */ margin: 0; padding: 0; border: 0;  color: #000; font-family: arial, sans-serif; font-size: 10pt;  background-image: url(img/_streep.jpg); background-repeat: no-repeat; background-position: 160px 0; background-color: #fff; }
div#titel               { position: absolute; left: 15px; top: 30px; width: 256px; height: 68px;  background-image: url(img/_titel.jpg); background-repeat: no-repeat; }

img                     { border: 0; }
ul                      { margin-left: 10px; padding: 0; list-style-type: none; }
li.title                { text-decoration: underline; margin-bottom: 4px; }

.spacer                 { clear: both; }

/*
 *      MENU
 */

div#menu                { position: absolute; left: 40px; top: 160px; width: 185px; height: 250px; }

div#menu_h_portfolio                                    { position: absolute; left: 4px; top: 4px; width: 141px; height: 32px; background-image: url(img/_menu_h_portfolio.jpg); background-repeat: no-repeat; }
div#menu_h_portfolio a                                  { outline: 0; }
div#menu_h_portfolio img.href_trans                     { width: 141px; height: 32px; outline: 0; }

div#menu_s_kinderboeken                                 { position: absolute; left: 15px; top: 40px; width: 166px; height: 29px; background-image: url(img/_menu_s_kinderboeken.jpg); background-repeat: no-repeat; }
div#menu_s_kinderboeken a                               { outline: 0; }
div#menu_s_kinderboeken img.href_trans                  { width: 166px; height: 29px; outline: 0; }

div#menu_s_tijdschriften                                { position: absolute; left: 20px; top: 78px; width: 123px; height: 29px; background-image: url(img/_menu_s_tijdschriften.jpg); background-repeat: no-repeat; }
div#menu_s_tijdschriften a                              { outline: 0; }
div#menu_s_tijdschriften img.href_trans                 { width: 123px; height: 29px; outline: 0; }

div#menu_s_brochures                                    { position: absolute; left: 18px; top: 112px; width: 107px; height: 23px; background-image: url(img/_menu_s_brochures.jpg); background-repeat: no-repeat; }
div#menu_s_brochures a                                  { outline: 0; }
div#menu_s_brochures img.href_trans                     { width: 107px; height: 23px; outline: 0; }

div#menu_s_vrijwerk                                     { position: absolute; left: 20px; top: 140px; width: 92px; height: 35px; background-image: url(img/_menu_s_vrijwerk.jpg); background-repeat: no-repeat; }
div#menu_s_vrijwerk a                                   { outline: 0; }
div#menu_s_vrijwerk img.href_trans                      { width: 92px; height: 35px; outline: 0; }

div#menu_s_prints                                       { position: absolute; left: 15px; top: 175px; width: 73px; height: 31px; background-image: url(img/_menu_s_prints.jpg); background-repeat: no-repeat; }
div#menu_s_prints a                                     { outline: 0; }
div#menu_s_prints img.href_trans                        { width: 73px; height: 31px; outline: 0; }


div#menu_h_overhelen, div#menu_h_overhelen_dichtmenu    { position: absolute; left: 5px; top: 220px; width: 130px; height: 31px; background-image: url(img/_menu_h_overhelen.jpg); background-repeat: no-repeat; }
div#menu_h_overhelen_dichtmenu                          { top: 45px; }
div#menu_h_overhelen a                                  { outline: 0; }
div#menu_h_overhelen img.href_trans                     { width: 130px; height: 31px; outline: 0; }

div#menu_h_contact, div#menu_h_contact_dichtmenu        { position: absolute; left: 5px; top: 265px; width: 135px; height: 27px; background-image: url(img/_menu_h_contact.jpg); background-repeat: no-repeat; }
div#menu_h_contact_dichtmenu                            { top: 92px; }
div#menu_h_contact a                                    { outline: 0; }
div#menu_h_contact img.href_trans                       { width: 135px; height: 27px; outline: 0; }


div#nieuws              { position: absolute; left: 40px; top: 500px; width: 180px; height: 200px; }
div#nieuws div.bericht  { position: relative; font-size: 10px; color: #666; }
div#nieuws div.icoon    { margin: 1px 5px 1px 0; float: left; }
div#nieuws div.bericht a        { color: #666; }

/*
 *      TEKST
 */

div#broodtekst
{
    /* tekstgebied bij over helen & contact */
    margin: 0 0px 30px 400px;
    padding: 140px 10px 10px 10px;
    
    width: auto;
    max-width: 560px; min-width: 300px;
    width: expression("540px");
    
    text-align: justify;
    line-height: 1.4em;
}
div#broodtekst h1, div#broodtekst .titel
{
    font-size: 12pt;
    font-weight: bold;
    margin: 5px 5px 30px -10px; 
}


div#broodtekst p
{
    text-indent: 1.6em;
    margin-top: 0;
    margin-bottom: 0;
}
div#broodtekst p.eerste
{
    text-indent: 0;
    /* margin-left: 5px; */
    margin-bottom: 0;
    margin-top: 10px;
}

div#portfolio
{
    /* inhoud-gebied bij portfolio */
    margin: 0 10px 10px 410px;
    padding: 50px 10px 10px 10px;
    
    width: auto;
    
    text-align: justify;
    line-height: 1.4em;
}


/*
 *      ETALAGE
 */

div#etalage
{
    /* de etalage in het portfolio */
    position: relative;
    margin: 0; padding: 0;
    top: 20px;
    width: 512px;
    height: 480px;
}

div.etalage_cel
{
    position: absolute;
    margin: 0; padding: 0;
    width: 120px; height: 120px;
    border: 0;
    background-color: #eee;
}

div.etalage_col1        { left: 0px; }
div.etalage_col2        { left: 132px; }
div.etalage_col3        { left: 264px; }
div.etalage_col4        { left: 396px; }
div.etalage_rij1        { top: 0px; }
div.etalage_rij2        { top: 132px; }
div.etalage_rij3        { top: 264px; }

div.etalage_image
{
    position: relative;
}
div.etalage_image div.uit img.etalage_image
{
    border: 1px solid white;
}
div.etalage_image div.aan img.etalage_image
{
    border: 1px solid black;
}

div#etalage a
{
    display: block;
}

div.etalage_image_overlay
{
    position: absolute;
    margin: 0; padding: 0;
    display: none; z-index: 5;
    top: 1px; left: 1px; width: 120px; height: 120px;
    border: 0;
    /* background-image: url(img/trans_etalage_overlay_2.gif);
    background-repeat: no-repeat; */
}
div.etalage_image div.uit div.etalage_image_overlay
{
    display: block;
}
div.etalage_image div.aan div.etalage_image_overlay
{
    display: none;
}


/*      tooltip in de etalage   */

div.etalage_tooltip
{
    position: absolute;
    display: none; z-index: 6;
    
    padding: 5px 5px 8px 7px;
    top: 400px; left: 40px; width: 485px; 
    /* height: 50px; */
    
    /* background-color: #FFF4E7;
    border: 1px solid #CFB495; */
}
div.etalage_tooltip div.image
{
    float: left;
    margin: 0; padding: 5px 0 0 5px;
    width: 40px;
}
div.etalage_tooltip img.image   { /* border: 1px solid black; */ }
div.etalage_tooltip div.tekst
{
    float: left;
    margin: 0; padding: 0;
    margin-left: 10px;
    width: auto;
}
div.etalage_tooltip div.spacer
{
    height: 2px;
    margin: 0; padding: 0;
}



div.etalage_tooltip span.categorie
{
    font-style: italic;
}
div.etalage_tooltip span.tekst
{
}


/*
 *      PORTFOLIO: Illustratie
 */

div#illustratie
{
    /* inhoud-gebied bij portfolio */
    /* margin: 0 0 0 350px; */
    
    position: absolute;
    padding: 0;
    margin: 0;
    
    top: 30px;
    left: 350px;  
    width: 620px;
    height: 570px;
    
    text-align: justify;
    line-height: 1.4em;
}

div#illustratie div.afbeelding
{ 
    width: 616px;
    height: 500px;
}

/*      tekstvak: titel van werk & tekst        */

div#illustratie div.tekstvak
{
    position: absolute;
    top: 500px;
    width: 400px;
    height: 65px;
    
    padding-top: 16px;
    font-size: 9pt;
    color: #555;   
}

div#illustratie div.tekstvak span.titel         { font-size: 9pt; font-weight: bold; color: #444; letter-spacing: 1px; }
div#illustratie div.tekstvak span.tekst         { font-size: 8pt; }


/* test: drop-shadow! */
div#illustratie .afbeelding_shadow
{
    background: url(img/shadowAlpha.png) no-repeat bottom right !important;
    background: url(img/shadow.gif) no-repeat bottom right;
    margin: 10px 0 0 10px !important;
    margin: 10px 0 0 5px;
}

div#illustratie .afbeelding_shadow img
{
    display: block;
    position: relative;
    border: 1px solid #a9a9a9;
    /* margin: -6px 6px 6px -6px; */
}
/* test: drop-shadow! */


/*      navigatie : pijltjes links/rechts       */

div#illustratie div.navigatie
{
    position: absolute;
    
    top: 500px;
    left: 420px;
    
    width: 200px;
    height: 70px;
    
    font-size: 9pt;
    color: #444;
}

div#illustratie div.navigatie .pijlen
{
    position: absolute;
    top: 10px;
    left: 70px;
    width: 130px;
    text-align: center;
}

div#illustratie div.navigatie .text
{
    position: absolute;
    top: 50px; width: 180px;
    text-align: right;
    font-size: 8pt;
}
div#illustratie div.navigatie .categorie        { font-style: italic; }
div#illustratie div.navigatie .separator        { color: #777; }
div#illustratie div.navigatie .numbers          { font-size: 9pt; color: #222; }

div#illustratie div.navigatie img
{
    border: 0;
}

div#illustratie img.border
{
    border: 2px solid #666;
}
div#illustratie img.noborder
{
    border: 0;
}


div.over_helen_fotos
{
    z-index: 10;
    margin-left: -10px;
    margin-top: 10px; margin-bottom: 10px;
}

/*
 *      De opdrachtgeverslijst (OVER HELEN)
 */
 
li.opdr span
{
    margin: 0;
    padding: 0 3px 0 3px;
}

li.opdr div.uit span
{
    
}
li.opdr div.aan span
{
    background: #e3e3e3;
}

li.opdr div.uit div.opdr_hover
{
    display: none;
    position: absolute;
}

li.opdr div.aan div.opdr_hover
{
    display: block;
    position: absolute;
}

li.opdr span.smaller
{
    font-size: 7pt;
}

img.opdr
{
    border: 3px solid white;
}

div.cv_left
{
    float: left;
    width: 120px;
    text-align: left;
}
div.cv_right
{
    float: left;
    width: 430px;
    text-align: left;
}
div.cv_regel
{
    margin-bottom: 10px;
}

/*
 *      SSS (OVER HELEN)
 */

div.sss_fotos
{
    position: absolute;
    top: 150px;
    left: 740px;
}

div.sss_fotos p
{
    position: absolute;
    left: -250px;
    top: 258px;
    font-style: italic;
    font-size: 8pt;
}

/*
 *      TABELLEN
 */
 
table
{
    border: 0;
}
 
td
{
    padding: 2px;
    vertical-align: top;
    line-height: 1.3em;
    text-align: left;
}

/*
 *      LINKS
 */
 
a
{
    color: #444;
    background-color: transparent;
    font-weight: bold;
    text-decoration: underline;
}

a:hover
{
    color: #000;
    background-color: transparent;
    text-decoration: none;
}


#broodtekst a
{
    color: #b51706;
    background-color: transparent;
    font-weight: bold;
    text-decoration: underline;
}

#broodtekst a:hover
{
    color: #f17127;
    background-color: transparent;
    text-decoration: none;
}

/*
 *      Extra
 */
 
#bijgewerkt
{
    position: absolute;
    left: 780px;
    top: 60px;
    color: #444;
    font-style: italic;
    font-size: 8pt;
}

#menu_facebook
{
    position: absolute;
    top: 560px;
    left: 50px;
}

html .fb_share_button
{
    display: block;
    float: left;
    padding: 0 0 0 20px;
    margin: 0 2px 0 2px;
    height: 16px;
    width: 180px;
    background: url(img/icon_facebook.png) no-repeat top left;
    
    font-size: 10px;
    font-weight: normal;
    color: #777;
}
