/* 
    Document   : default
    Created on : 11-mrt-2010, 13:30:34
    Author     : Jille
    Description:
        Algemene stylesheet.
*/

/*  BEGIN ALGEMEEN  */
root
{
    display: block;
}

*
{
    margin: 0px;
    padding: 0px;
}

body
{
    background-color:#999;
    font-family: "Trebuchet MS";
    color:#374149;
    line-height:20px;
}

#wrapper
{
    width:998px;
    height:auto;
    margin: 0 auto;
    position: relative;
    margin-top:20px;
    font-size: 12px;
}

#top
{
    width:998px;
    background-image:url(http://1xmodel.gooi-it.nl/system/application/images/header.png);
    background-repeat:no-repeat;
    background-position: -2px 0;
    height:20px;
}

#container
{
    width:973px;
    min-height:1000px;
    background-image:url(http://1xmodel.gooi-it.nl/system/application/images/bg.jpg);
    background-repeat:repeat-y;
    padding:0 13px 13px 13px;
}

#header
{

}

#logo
{
    width:310px;
    height:260px;
    z-index:30;
    position:absolute;
    margin-right:60px;
    margin-top:-10px;
    left:628px;
}

#topmenu
{
    background-color:white;
    width:500px;
    margin-left:10px;
    height:30px;
    font-family: "Arial", "Helvetica", "sans-serif";
}

#topmenu a:link,
#topmenu a:visited
{
    color:#124170;
    text-decoration: none;
    font-size:12px;
}

#topmenu a.actief
{
    color:#0DBBED;
}

#topmenu a:hover
{
    color:#999;
}

#topmenu ul
{
    margin:0;
    padding:0;
}

#topmenu ul li
{
    float:left;
    list-style: none;
    margin-right:20px;
}

#banner
{
    width:971px;
    background-image:url(http://1xmodel.gooi-it.nl/system/application/images/header.jpg);
    height:104px;
}

#hoofdmenu
{
    width:971px;
    background-image:url(http://1xmodel.gooi-it.nl/system/application/images/menu_balk.png);
    background-repeat:repeat-x;
    height:60px;
}

#hoofdmenu ul
{
    margin:0;
    padding:0;
    list-style-position: outside;
}

#hoofdmenu ul li.hoofdmenu
{
    float:left;
    width:100px;
    text-align: left;
    text-decoration: none;
    list-style: none;
}

#hoofdmenu ul li.hoofdmenu a
{
    font-family: "Tahoma", "Arial", "sans-serif";
    text-decoration: none;
    font-size:12px;
    color:#07617B;
}

#hoofdmenu ul li.hoofdmenu a:hover
{
    color: #0DBBED;
}

#hoofdmenu ul li.hoofdmenu .item
{
    position:relative;
    z-index:24;
    background-image:url(http://1xmodel.gooi-it.nl/system/application/images/menu_knp01.png);
    background-repeat:no-repeat;
    height:60px;
    width:100px;
    text-align: center;
    padding-top:15px;
}

#hoofdmenu ul li.hoofdmenu .item:hover
{
    z-index:25;
    display:block;
    background-image:url(http://1xmodel.gooi-it.nl/system/application/images/menu_knp02.png);
    background-repeat:no-repeat;
    height:60px;
    width:100px;
    text-align: center;
    padding-top:15px;
}

#hoofdmenu ul li.hoofdmenu .actief
{
    z-index:25;
    display:block;
    background-image:url(http://1xmodel.gooi-it.nl/system/application/images/menu_knp02.png);
}

#hoofdmenu ul li.hoofdmenu .actief a
{
    color:#0DBBED;
}

#hoofdmenu ul li.hoofdmenu .item .sub
{
    display: none;
    text-align: left;
    position:absolute;
    top:50px;
    left:0;
    border:0;
    background-color:#0DBBED;
    opacity: 0.9;
    /*filter: alpha(opacity=90);*/
    color:white;
    margin-top:10px;
}

#hoofdmenu ul li.hoofdmenu .item:hover .sub
{
    display:block;
}

#hoofdmenu ul li.hoofdmenu .item .sub ul
{
    margin:0 0 0 0;
}

#hoofdmenu ul li.hoofdmenu .item .sub ul li
{
    text-decoration: none;
    color:white;
    list-style: none;
    padding-left: 5px;
    padding-right: 20px;
    white-space:nowrap;
    overflow:visible;
}

#hoofdmenu ul li.hoofdmenu .item .sub ul li:hover
{
    background-color:#F57F50;
}

#hoofdmenu ul li.hoofdmenu .item .sub ul li a
{
    color:white;
}

#midden
{
    position: relative;
}

#broodkruimel
{
    margin:20px;
    width:520px;
    font-size:14px;
}

#broodkruimel a
{
    font-family: "Lucida Sans", "Tahoma", "Arial";
    color:#FF3333;
    text-decoration: none;
    font-size:14px;
}

#broodkruimel a:hover
{
    color:#374149;
    text-decoration: underline;
}

#content
{
    width:575px;
    padding-left:20px;
    padding-right: 20px;
    font-size:1.1em;
    line-height:150%;
    overflow: hidden;
}

#content a
{
    text-decoration: none;
    color: #036280;
}

#content a:hover
{
    color: #08bdea;
}

#right
{
    width:315px;
    z-index:2;
    position: absolute;
    top: 36px;
    left: 615px;
}

#right_bg
{
    background-image:url(http://1xmodel.gooi-it.nl/system/application/images/schaduwrand.png);
    background-repeat:repeat-y;
    width:315px;
    position: relative;
}

#right_content
{
    margin-left:60px;
    width:240px;
    padding-top:10px;
    height: 730px;
    overflow: hidden;
}

#right_content a
{
    color:#FF3333;
    text-decoration: none;
}

#right_content a:hover
{
    color:#999;
    text-decoration: underline;
}

#right_bottom
{
    background-image:url(http://1xmodel.gooi-it.nl/system/application/images/schaduwrand_footer.png);
    background-repeat:no-repeat;
    background-position: 45px 0;
    height:47px;
    width:315px;
}

#footer
{
    background-image:url(http://1xmodel.gooi-it.nl/system/application/images/footer_bg.png);
    background-repeat:no-repeat;
    background-position: -1px 0;
    width:998px;
    height:253px;
    text-align:center;
    padding-top: 20px;
    line-height: 23px;
}

#footer a
{
    color:#999;
    font-size:11px;
    text-decoration: none;
}

#footer a:hover
{
    text-decoration: underline;
}
/*  EIND ALGEMEEN   */

/*  BEGIN TABELLEN  */
td
{
    vertical-align: top;
}
/*  EIND TABBELEN   */

/*  BEGIN FORMS */
input[type=submit]
{
    font-size: 12px;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #8e9cae;
    background: #4b535b;
    color: #f3f5f8;
}

button
{
    font-size: 12px;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #8e9cae;
    background: #4b535b;
    color: #f3f5f8;
}

input[type=text]
{
    border: 1px solid #bfc2c5;
    padding: 1px;
    font-size: 12px;
    color: #5A5A5A;
    background: #f5f6f8;
}

input[type=password]
{
    border: 1px solid #bfc2c5;
    padding: 1px;
    font-size: 12px;
    color: #5A5A5A;
    background: #f5f6f8;
}

input[type=file]
{
    border: 1px solid #bfc2c5;
    padding: 1px;
    font-size: 12px;
    color: #5A5A5A;
    background: #f5f6f8;
}

input[type=checkbox]
{
    border: 1px solid #bfc2c5;
}

input[type=radio]
{
    padding-top: 2px;
    padding-bottom: 2px;
}

select
{
    border: 1px solid #bfc2c5;
    padding: 1px;
    font-size: 12px;
    color: #5A5A5A;
    background: #f5f6f8;
}

textarea
{
    border: 1px solid #bfc2c5;
    padding: 1px;
    font-size: 12px;
    color: #5A5A5A;
    background: #f5f6f8;
}
/*  EIND FORMS  */

/*  BEGIN TEKST */
.bold
{
    font-weight: bold;
}

.error
{
    color: #FF0000;
}

h1
{
    color:#0DBBED;
    font-family: "Lucida Sans", "Tahoma", "Arial";
    font-weight:bold;
    font-size:14px;
    text-transform: uppercase;
}
/*  EIND TEKST  */

/*  BEGIN LIJSTEN   */
ul
{
    list-style-position: inside;
}

li
{

}
/*  EIND LIJSTEN    */

/*  BEGIN AFBEELDINGEN  */
img
{
    border: 0;
}
/*  EIND AFBEELDINGEN   */

/*  BEGIN TEKSTPAGINA BEKIJKEN  */
#tekst hr.titel
{
    border: none 0;
    border-top: 1px dotted #AAAAAA;
    height: 2px;
    margin-bottom: 10px;
}
/*  EIND TEKSTPAGINA BEKIJKEN   */

/*  BEGIN REPORTAGE BEKIJKEN    */
#reportage hr.titel
{
    border: none 0;
    border-top: 1px dotted #AAAAAA;
    height: 2px;
    margin-bottom: 10px;
}

#reportage .omschrijving
{

}

#reportage .reportage
{
    border-collapse: separate;
    border-spacing: 10px;
    margin-left: -10px;
    margin-right: -10px;
}

#reportage .reportage .foto
{
    text-align: center;
    width: 181px;
    height: 181px;
    border: 1px solid #F68C61;
    background: #FFFFFF;
    vertical-align: middle;
}

#reportage .reportage .foto div
{
    width: 169px;
    height: 169px;
    line-height: 169px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

#reportage .reportage .foto div img
{
    max-width: 169px;
    max-height: 169px;
    vertical-align: middle;
}

#reportage hr
{
    border: none 0;
    border-top: 1px dotted #AAAAAA;
    height: 2px;
}

#reportage .subreportages
{
    margin-left: -20px;
}
/*  EIND REPORTAGE BEKIJKEN */

/*  BEGIN TEKST BEKIJKEN    */

/*  EIND TEKST BEKIJKEN */

/*  BEGIN VOORBEELDEN   */
div.voorbeelden
{
    margin-top: 20px;
    margin-left: -10px;
}

table.voorbeelden
{
    border-collapse: separate;
    border-spacing: 10px;
}

table.voorbeelden td
{
    vertical-align: middle;
}

table.voorbeelden td.voorbeeld
{
    text-align: center;
    width: 181px;
    height: 181px;
    border: 1px solid #F68C61; 
    background: #FFFFFF;
}

table.voorbeelden td.voorbeeld div.img
{
    width: 169px;
    height: 169px;
    line-height: 169px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
}

table.voorbeelden img
{
    vertical-align: middle;
}

table.voorbeelden td.voorbeeld div.img div.link
{
    position: absolute;
    top: 125px;
    left: 0px;
    width: 169px;
    height: 25px;
    line-height: 25px;
    background: #FFFFFF;
    opacity: 0.75;
    filter: alpha(opacity=75);
    text-align: center;
}
/*  EIND VOORBEELDEN    */

/*  BEGIN WINKELWAGEN   */
.winkelwagen
{
    margin-top: 20px;
}

.winkelwagen_overzicht
{
    width: 590px;
    border: 1px solid #C0C0C0;
    border-collapse: collapse;
}

.winkelwagen_overzicht tr
{
    border: 1px solid #C0C0C0;
}

.winkelwagen_overzicht th
{
    text-align: left;
    padding-top: 3px;
    padding-left: 5px;
    padding-bottom: 3px;
    padding-right: 5px;
}

.winkelwagen_overzicht td
{
    padding-top: 3px;
    padding-left: 5px;
    padding-bottom: 0px;
    padding-right: 5px;
}

.winkelwagen_overzicht .bestand
{
    width: 75px;
    padding-left: 0px;
}

.winkelwagen_overzicht .bestand .img
{
    width: 75px;
}

.winkelwagen_overzicht .bestand .img img
{
    max-width: 75px;
    max-height: 75px;
}

.winkelwagen_overzicht .product
{
    width: 100px;
    background: #EFEFEF;
}

.winkelwagen_overzicht .product_naam
{
    width: 100px;
}

.winkelwagen_overzicht .aantal
{
    width: 30px;
    background: #EFEFEF;
}

.winkelwagen_overzicht .aantal input
{
    width: 30px;
    text-align: right;
}

.winkelwagen_overzicht .effect
{
    width: 75px;
}

.winkelwagen_overzicht .prijs
{
    width: 75px;
    background: #EFEFEF;
}

.winkelwagen_overzicht td.prijs
{
    text-align: right;
}

.winkelwagen_overzicht .totaal
{
    width: 85px;
}

.winkelwagen_overzicht td.totaal
{
    text-align: right;
}

.winkelwagen_overzicht .opties
{
    width: 50px;
    background: #EFEFEF;
}

.winkelwagen_totaal
{
    
}

.winkelwagen_totaal .leeg
{
    width: 350px;
}

.winkelwagen_totaal .naam
{
    width: 79px;
}

.winkelwagen_totaal .prijs
{
    width: 95px;
    text-align: right;
}
/*  EIND WINKELWAGEN    */

/*  BEGIN ADRESGEGEVENS */
.adresgegevens
{
    margin-top: 20px;
}

#adresgegevensForm
{

}

#adresgegevensForm .veld
{
    width: 150px;
}

#adresgegevensForm .input
{
    width: 200px;
}

#adresgegevensForm input[type=text]
{
    width: 195px;
}

#adresgegevensForm input[name=postcode_cijfers]
{
    width: 40px;
}

#adresgegevensForm input[name=postcode_letters]
{
    width: 25px;
}

#adresgegevensForm select
{
    width: 199px;
}

#adresgegevensForm .error
{
    width: 240px;
}

#adresgegevensForm .submit
{
    float: right;
}
/*  EIND ADRESGEGEVENS  */

/*  BEGIN CONTACT   */
.contact
{

}

#contactForm input[type=text]
{
    width: 200px;
}

#contactForm textarea
{
    width: 550px;
}
/*  EIND CONTACT    */

/*  BEGIN WEBWINKEL */
.webwinkel
{
    margin-top: 20px;
}

#webwinkelForm
{

}

#webwinkelForm button
{
    font-family: "Trebuchet MS";
    font-size: 11px;
    padding: 5px;
    border: 1px solid #8e9cae;
    color: #000000;
    background: #EDEBEC;
}

#webwinkelForm input[type=text]
{
    border: 1px solid #bfc2c5;
    padding: 1px;
    font-size: 12px;
    color: #5A5A5A;
}

#webwinkelForm .top
{
    
}

#webwinkelForm .top .winkelwagenplek
{
    float: right;
    padding-right: 5px;
    width: 130px;
}

#webwinkelForm .top .winkelwagenplek a
{
    text-decoration: underline;
    color: #f46b35;
}

#webwinkelForm .top .winkelwagenplek img
{
    float: left;
    width: 30px;
}

#webwinkelForm .top .winkelwagenplek .details
{
    float: right;
    padding-right: 11px;
}

#webwinkelForm .bestellijst
{

}

#webwinkelForm .bestellijst .type
{
    background-image:url(http://www.1xmodel.nl/system/application/images/soort_bg.jpg);
    background-repeat: no-repeat;
    margin-top: 8px;
    color: #FFFFFF;
    padding-left: 5px;
    padding-right: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#webwinkelForm .bestellijst .categorieen
{
    margin-top: 5px;
    color: #000000;
    width: 420px;
    min-height: 40px;
    margin-bottom: 20px;
}

#webwinkelForm .bestellijst .categorieen a
{
    text-decoration: underline;
    color: #f46b35;
}

#webwinkelForm .bestellijst .categorieen a:hover
{
    color: #00adef;
}

#webwinkelForm .bestellijst .categorieen .actief a
{
    text-decoration: underline;
    color: #0DBBED;
}

#webwinkelForm .bestellijst .categorieen .categorie
{
    display: inline-block;
    white-space: nowrap;
    position: relative;
}

#webwinkelForm .bestellijst .categorieen .categorie .sub
{
    display: none;
    position: absolute;
    top: 20px;
    left: 0px;
    background-color: white;
    border: 1px solid #CCC;
    z-index: 2;
    padding: 5px;
    width: 200px;
    white-space: normal;
}

#webwinkelForm .bestellijst .categorieen .categorie:hover .sub
{
    display: block;
}

#webwinkelForm .bestellijst .producten
{
    margin-bottom: 15px;
    position: relative;
}

#webwinkelForm .bestellijst .producten .diverse_producten
{
    top: 10px;
    width: 565px;
    background: #FFFFFF;
    z-index: 100;
    padding-left: 0px;
    padding-right: 10px;
    overflow-x: hidden;
}

#webwinkelForm .bestellijst .producten .diverse_producten h1
{
    color:#0DBBED;
    font-family: "Lucida Sans", "Tahoma", "Arial";
    font-weight:bold;
    font-size:14px;
    text-transform: uppercase;
}

#webwinkelForm .bestellijst .producten .diverse_producten hr.titel
{
    border: none 0;
    border-top: 1px dotted #AAAAAA;
    height: 2px;
    margin-bottom: 0px;
}

#webwinkelForm .bestellijst .producten .diverse_producten .divers_product
{
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #AAAAAA;
    position: relative;
}

#webwinkelForm .bestellijst .producten .diverse_producten .divers_product .afbeelding
{
    width: 180px;
    height: 180px;
    text-align: center;
    line-height: 180px;
    border: 1px solid #F68C61;
}

#webwinkelForm .bestellijst .producten .diverse_producten .divers_product .afbeelding img
{
    max-width: 168px;
    max-height: 168px;
    vertical-align: middle;
}

#webwinkelForm .bestellijst .producten .diverse_producten .divers_product .product
{
    position: absolute;
    top: 0px;
    left: 200px;
    height: 180px;
    width: 365px;
}

#webwinkelForm .bestellijst .producten .diverse_producten .divers_product .product h2
{
    font-weight: bold;
    font-size: 14px;
}

#webwinkelForm .bestellijst .producten .diverse_producten .divers_product .product .omschrijving
{
    height: 115px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

#webwinkelForm .bestellijst .producten .diverse_producten .divers_product .product .bestellen
{

}

#webwinkelForm .bestellijst .producten .diverse_producten .divers_product .product .bestellen select
{
    width: 130px;
    margin-right: 20px;
}

#webwinkelForm .bestellijst .producten .diverse_producten .divers_product .product .bestellen input[type=text]
{
    width: 30px;
    margin-right: 20px;
}

.hide
{
    display: none;
}
/*  EIND WEBWINKEL  */

.center
{
    text-align: center;
}

.left
{
    text-align: left;
}

.right
{
    text-align: right;
}

.bold
{
    font-weight: bold;
}

.italic
{
    font-style: italic;
}

.hand
{
    cursor: pointer;
    cursor: hand;
}