/* ------------------------------------ *
 gemeenschappelijke opmaak hele site
 background, navigatie top en links, footer,
 main content, secondary content,
 newbook, page, basislink, error
 december 2006
 * ------------------------------------ */

*
{
 padding: 0;
 margin: 0;
}

html, body
{
 margin: 0;
 padding: 0;
 height: 100%; /* héél belangrijk */
}

body
{
 background: #f0f0f0 url(../images/epo_bg_ruler.jpg) repeat-y top center;
 font-family: Myriad, Verdana, sans-serif;
 font-size: 75%;
 line-height: 1.5em;
 text-align: center;
}

#container
{
 position: relative;
 min-height: 100%;
 height:auto !important; /* voor moderne browsers */
 height:100%; /* voor IE */
 background: url(../images/epo_bg.jpg) no-repeat top center;
 width: 1003px;
 margin: 0 auto;
 text-align: left;
 z-index: 2;
 padding-bottom: 10px; /* ruimte onderaan maken */
}

#footer
{
 position: relative;
 margin: 0 auto;
 margin-top: -18px;
 background-color: #83cde1;
 text-align: center;
 line-height: 18px;
 color: #000;
 font-weight: bold;
 font-size: 12px;
 width: 1003px;
 z-index: 3;
}

/* ------------------------------------ *
   navigatie boven
 * ------------------------------------ */

#branding
{
 height: 150px;
 font-size: 11px;
 letter-spacing: 1px;
 position: relative;
 top: 0;
 left: 0;
 border: 0px solid black;
}

#logo
{
 position: absolute;
 width: 130px;
 height: 120px;
 left: 35px;
 top: 65px;
}

#logo a
{
 display: block;
 width: 130px;
 height: 120px;
 text-indent: -1000em;
}

/* onzichtbaar element voor  niet-css-browsers en zoekmachines */

#logo h1
{
 display: none;
}

#navTop
{
 position: absolute;
 top: 88px;
 left: 248px;
 list-style: none;
 border: 0px solid black;
}

#navTop li
{
 float: left;
 margin-right: 10px;
 line-height: 45px;
 background: url(../images/boogje_grijs.png) no-repeat top left !important;
 background: url(../images/boogje_grijs.gif) no-repeat top left;
}

#navTop li.activ
{
 float: left;
 margin-right: 10px;
 line-height: 45px;
 background: url(../images/boogje_zwart.png) no-repeat top left !important;
 background: url(../images/boogje_zwart.gif) no-repeat top left;
}

#navTop li a
{
 color: #989a9d;
 font-weight: normal;
 display: block;
 text-decoration: none;
 margin-top: 15px;
 padding-left: 35px;
}

#navTop li a.uitgeverij, a.uitgeverij_activ
{
 background: url(../images/btn_uitgeverij.png) no-repeat 0 100% !important;
 background: url(../images/btn_uitgeverij.gif) no-repeat 0 100%;
}

#navTop li a.info, a.info_activ
{
 background: url(../images/btn_info.png) no-repeat 0 100% !important;
 background: url(../images/btn_info.gif) no-repeat 0 100%;
}

#navTop li a.andere, a.andere_activ
{
 background: url(../images/btn_andereuitgevers.png) no-repeat 0 100% !important;
 background: url(../images/btn_andereuitgevers.gif) no-repeat 0 100%;
}

#navTop li a.livres, a.livres_activ
{
 background: url(../images/btn_livres.png) no-repeat 0 100% !important;
 background: url(../images/btn_livres.gif) no-repeat 0 100%;
}

#navTop li a.zoeken, a.zoeken_activ
{
 background: url(../images/btn_zoeken.png) no-repeat 0 100% !important;
 background: url(../images/btn_zoeken.gif) no-repeat 0 100%;
}

#navTop li a.rights, a.rights_activ
{
 background: url(../images/btn_rights.png) no-repeat 0 100% !important;
 background: url(../images/btn_rights.gif) no-repeat 0 100%;
}

#navTop li a:hover
{
 color: #000;
}

#navTop li a.uitgeverij_activ,
#navTop li a.info_activ,
#navTop li a.andere_activ,
#navTop li a.livres_activ,
#navTop li a.zoeken_activ,
#navTop li a.rights_activ
{
 color: #000;
 font-weight: bold;
}

/* ------------------------------------ *
   navigatie boven bis
 * ------------------------------------ */

#navTop2
{
 position: absolute;
 top: 175px;
 left: 248px;
 width: 652px;
 height: 25px;
 text-align: right;
 border-bottom: 1px solid #000;
}

#navTop2 a
{
 color: #989a9d;
 font-weight: normal;
 display: block;
 float: right;
 text-decoration: none;
 padding-left: 23px;
 margin-left: 10px;
}

#navTop2 a:hover
{
 color: #000;
}

#navTop2 a.vakinfo, a.vakinfo_activ
{
 background: url(../images/btn_contact.png) no-repeat 0 80% !important;
 background: url(../images/btn_contact.gif) no-repeat 0 80%;
}

#navTop2 a.drukkerij
{
 background: url(../images/btn_drukkerij.png) no-repeat 0 80% !important;
 background: url(../images/btn_drukkerij.gif) no-repeat 0 80%;
}

#navTop2 a.mandje, a.mandje_activ
{
 background: url(../images/btn_mandje_klein.png) no-repeat 0 80% !important;
 background: url(../images/btn_mandje_klein.gif) no-repeat 0 80%;
}

#navTop2 a.mandje_activ, a.contact_activ
{
 font-weight: bold;
 color: #000;
}

/* ------------------------------------ *
   navigatie links
   gemeenschappelijk deel
 * ------------------------------------ */

#navLeft
{
 width: 220px;
 float: left;
 margin-top: 50px;
 margin-left: 0px;
 letter-spacing: 1px;
 font-size: 11px;
 line-height: 18px;
 list-style-type: none;
 border: 0px solid black;
 margin-bottom: 10px;
}

#navLeft ul
{
 margin-bottom: 10px; /* geeft extra ruimte tussen hoofdonderdelen */
 list-style-type: none; /* subniveau moet apart gestyled worden */
}

#navLeft li
{
 margin-left: 10px;  /* extra insprong subniveau */
}


#navLeft a  /* basisstijl voor links */
{
 font-weight: normal;
 text-decoration: none;
 color: #989a9d;
}

#navLeft a:hover
{
 color: #000;
 text-decoration: underline;
}

#navLeft a.navLeftSubActiv /* actieve stijl voor hoofdonderdeel */
{
 color: #000;
 font-weight: bold;
 background: url(../images/kruisje_rood.png) no-repeat bottom right !important;
 background: url(../images/kruisje_rood.gif) no-repeat bottom right;
 padding-right: 15px;
}

/* ------------------------------------ *
   main content
 * ------------------------------------ */

#mainContent
{
 position: relative; /* nodig voor plaatsen brandend kader */
 width: 652px;
 margin: 50px 10px 20px 250px;
 border: 0px solid black;
}


h1  /* paginatitel + rubriektitel */
{
 border-left: 1px solid #000;
 margin-left: 30px;
 margin-right: 1em;
 margin-top: 0;
 margin-bottom: 0;
 display: block;
 width: 645px;
 font-size: 125%;
 font-weight: normal;
 line-height: 2em;
 color: #7e003f;
 padding: 0 0 0 1em;
 letter-spacing: 1px;
}

a.toplink
{
 background: url(../images/top.png) no-repeat top left !important;
 background: url(../images/top.gif) no-repeat top left;
 height: 21px;
 width: 21px;
 display: block;
}

/* ------------------------------------ *
   secondary content - brandend kader
 * ------------------------------------ */

#secondaryContent
{
 width: 172px;
 position: absolute;
 top: 230px;
 right: 40px;
}

#forwardlink, #backlink
{
 text-align: left;
}

#forwardlink a
{
 font-weight: bold;
 background: url(../images/vooruit.png) no-repeat top left !important;
 background: url(../images/vooruit.gif) no-repeat top left;
 padding-left: 25px;
 height: 21px;
 display: block;
 margin-bottom: 20px;
}

#backlink a
{
 font-weight: bold;
 background: url(../images/terug.png) no-repeat top left !important;
 background: url(../images/terug.gif) no-repeat top left;
 padding-left: 25px;
 height: 21px;
 display: block;
 margin: 20px 0px 10px 0px;
}

#secondaryContent #top
{
 height: 55px;
 background: url(../images/column_top.png) no-repeat top left !important;
 background: url(../images/column_top.gif) no-repeat top left;
}

#secondaryContent #body
{
 border-left: 3px solid #f0b600;
 border-right: 3px solid #f0b600;
 border-bottom: 3px solid #f0b600;
 width: 166px;
 background-color: #fbedcd;
}

#secondaryContent #body p
{
 margin: 0px 10px 10px 10px;
 font-size: 90%;
 width: 140px;
}

#secondaryContent #body h3
{
 background-color: #f0b600;
 color: #fff;
 font-size: 110%;
 font-weight: bold;
 text-align: left;
 padding: 2px 10px;
 margin: 10px 0 10px 0;
}

#secondaryContent #body ul
{
 list-style-type: circle;
 width: 140px;
 font-size: 90%;
 padding-left: 2em;  /* nodig voor IE */
}

#secondaryContent #body ol
{
 list-style-type: decimal;
 width: 150px;
 font-size: 90%;
 padding-left: 2em;  /* nodig voor IE */
}

/* ------------------------------------ *
   algemene links, alert,
   bold, italic, clear, error
 * ------------------------------------ */

strong
{
 font-weight: bold;
}

em
{
 font-style: italic;
}

a   /* basisopmaak alle niet gespecificeerde links */
{
 color: #009fc0;
}

a:hover
{
 color: #c0012a;
}


.clear
{
 clear: both;
}

.clearright
{
 clear: right;
}

.clearleft
{
 clear: left;
}

.error
{
 color: #c0012a;
}

.alert
{
 color: #c0012a;
}

p
{
 margin-bottom: 1em;
}

/* ----------------------------- *
   opmaak overzichtspagina
   met covers
* ------------------------------ */

.newBook, .newBookLast
{
 width: 510px;
 margin-top: 17px;
 padding-bottom: 20px;
 position: relative;  /* nodig voor plaatsen tekst naast cover */
}

.newBookLast /* met lijn onderaan */
{
 border-bottom: 1px solid #000;
}

.newBook img,
.newBookLast img
{
 width: 85px;
 border: 0;
 margin-left: 30px;
 margin-bottom: 30px;
}

.newBook .text,
.newBookLast .text
{
 position: absolute;
 top: 0;
 left: 0;
 margin-left: 145px;
 margin-bottom: 30px;
}

.newBook .text h2,
.newBookLast .text h2 /* boektitels met auteur */
{
 font-size: 90%;
 line-height: 1.3em;
 font-weight: bold;
 color: #c0012a;
 text-transform: uppercase;
 width: 355px;
}

a.booktitle
{
 color: #c0012a;
 text-decoration: none;
}

a.booktitle:hover
{
 text-decoration: underline;
}

.newBook .text h2 span.subtitle,
.newBookLast .text h2 span.subtitle
{
 font-weight: normal;
 text-transform: none;
}

.newBook .text h2 span.author,
.newBookLast .text h2 span.author
{
 font-style: italic;
 color: #000;
 text-transform: none;
}

.newBook .text p,
.newBookLast .text p
{
 margin-top: 15px;
 font-size: 90%;
 line-height: 1.3em;
 width: 355px; /* nodig voor IE */
}

/* .newBook .text ul
{
 list-style-type: circle;
}  */

/* ----------------------------- *
   overige pagina's - zonder covers
* ------------------------------ */

#page p
{
 width: 480px;
 margin-left: 35px;
 margin-top: 20px;
 border: 0px solid black;
 font-size: 90%;
 line-height: 1.8em;
}

#page h2 /* tussentitels */
{
 color: #f38200;
 margin-left: 35px;
 margin-top: 15px;
 margin-bottom: 10px;
 font-size: 120%;
 font-weight: bold;
 text-align: left;
}

#page ul
{
 list-style-type: circle;
 padding-left: 2em;  /* nodig voor IE */
 width: 430px;
 margin-left: 40px;
 margin-bottom: 20px;
 margin-top: 15px;
 font-size: 90%;
 border: 0px solid black;
}

#page ol
{
 list-style-type: decimal;
 padding-left: 2em; /* nodig voor IE */
 width: 430px;
 margin-left: 42px;
 margin-bottom: 20px;
 margin-top: 15px;
 font-size: 90%;
 border: 0px solid black;
}

#page li
{
 line-height: 2em;
}

#page li ul
{
 margin-top: 0;
 list-style-type: circle;
 margin-left: 30px;
 width: 380px;
 font-size: 100%
}

#bestelinfo #mainContent table  /* tabel verzendingkosten */
{
 font-size: 90%;
 width: 480px;
 margin-left: 35px;
 margin-top: 15px;
 border-collapse: collapse;
 border: 1px solid #666;
}

#bestelinfo #mainContent th,
#bestelinfo #mainContent td
{
 padding: 5px;
 border: 1px solid #666;
}


/* ----------------------------- *
   algemene opmaak alle formulieren
* ------------------------------ */

form
{
 margin: 20px 0;  /* voor IE */
}

fieldset
{
 border: 1px solid #c0c0c0;
 margin-top: 20px;
 margin-left: 35px;
 margin-bottom: 30px;
 width: 350px;
}

legend
{
 font-weight: bold;
 padding: 0 5px;
 font-size: 110%;
}

label
{
 margin: 0 20px;
 display: block;
 color: #c0012a;
 line-height: 2em;
}

input, select
{
 width: 300px;
 margin: 0px 10px 10px 20px;
}

input.radio, input.checkbox, input.submit
{
 width: auto;
}

input.radio, input.checkbox
{
 float: left;
 margin-right: 1em;
}

fieldset#rubriek
{
 border: 1px solid #c0c0c0;
 width: 440px;
}

fieldset#rubriek legend
{
 font-weight: bold;
 font-size: 110%;
 color: #f88408;
}

fieldset#rubriek div
{
 width: 200px;
 float: left;
}

fieldset#rubriek label
{
 display: inline;
 color: #c0012a;
 margin: 0;
 line-height: 1em;
 float: none;
}

fieldset#rubriek .checkbox
{
 float: left;
 margin-right: 1em;
 width: auto;
 margin-left: 0;
 margin-right: 1em;
}

.isbn  /* vermelding isbn op zoekpagina */
{
 color: #c0012a;
 font-size: 85%;
 margin-top: 20px;
 margin-left: 20px;
 margin-bottom: 20px;
}

#zoeken p
{
 margin-left: 50px;
 margin-top: 20px;
}

fieldset.zoeken
{
 width: 500px;
}

input.zoeken
{
 float: left;
 margin-right: 1em;
 width: auto;
}

/* #mailing fieldset
{
 margin-left: 50px;
}

#mailing fieldset p
{
 margin-left: 0;
 width: 280px;
}  */

#orderlink
{
 text-align: left;
 min-height: 40px !important;
 _height: 40px; /* voor IE */
 font-size: 90%;
 margin-top: 20px;
 background: url(../images/btn_mandje_middel.png) no-repeat top left !important;
 background: url(../images/btn_mandje_groot.gif) no-repeat top left;
 border: 0px solid black;
}

#orderlink a,
#orderlink p
{
 margin-left: 32px;
 text-align: left;
}

#orderlink p.verspers
{
 margin-top: 5px;
 margin-bottom: 15px;
 margin-left: 0;
 line-height: 1.5em;
}

#orderlink p.verspers a
{
 margin-left: 0;
}


