/* 
    Document   : basic.css
    Created on : 16-mrt-2010, 10:20:32
    Author     : wimt
    Description:
        Standaard stramien voor kunstcircuit.nl
*/

ul,ol,div,h1,h2,h3,h4,h5,p{padding: 0; margin: 0}
img{border:none}
root { display: block }
a{ text-decoration: none }
.listblok a{ color: #444444 }
.body a:hover{
    text-decoration: underline;
}
form ol{
    list-style-type: none;
}
html{
    background-image: url(img/printplaat.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    color: #444444;
}
div#container{
    position: relative;
    width: 998px;
    height: 100%;
    margin: 0 auto 0 auto;
    padding-bottom: 5px;
}
div#header{
    float: left;
    width: 964px;
    margin: 0 17px 0 17px;
    background-color: white;
    padding-top: 20px;
}
div#pagetext{
    background-color: white;
    width: 479px;
    position: absolute;
    right: 0px;
    bottom: 20px;
    padding-left: 10px;
    text-align: right;
    max-height: 250px;
    overflow: hidden;
}
img#mainlogo{
    float: left;
}
img#payoff{
    float: right;
    position: relative;
    right:-17px;
}
#maindivider{
    clear: both;
    width: 964px;
    margin-bottom: 15px;
}
div#mainbuttons{
    clear: both;
    float: left;
    width: 998px;
    height: 346px;
    position: relative;
    left: -17px;
    background-repeat: no-repeat;
    background-position: 17px 48px;
}
.foto_338{
    background-image: url(img/top_foto.jpg);
}
.foto_339{
    background-image: url(img/top_foto2.jpg);
}
.foto_337{
    background-image: url(img/top_foto3.jpg);
}
.foto_544{
    background-image: url(img/top_foto4.jpg);
}
.navbutton{
    float: left;
}
#content{
    clear: both;
    float: left;
    width: 998px;
    background-image: url(img/bg_both.png);
    background-repeat: repeat-y;
    min-height: 400px;
    padding-bottom:10px;
}

.clear{
    clear: both;
}

.col_1_2{
    padding-left: 27px;
    float: left;
    width: 280px;
}
.col_1_3{
    padding-left: 27px;
    float: left;
    width: 280px;
}
.col_2_3{
    padding-left: 17px;
    float: left;
    width: 280px;
    margin-left: 40px;
    margin-right: 40px
}
.col_3_3{
    padding-right: 17px;
    padding-left: 17px;
    float: right;
    width: 280px;
}
.leftcol{
    float: left;
    width: 287px;
    padding-left: 30px;
}
.rightcol{
    float: right;
    width: 603px;
    padding-right: 17px;
    padding-left: 17px;
}
.rightdoublecol{
    padding-left: 27px;
    float: right;
    width: 643px;
}
.blockheader{
    padding-top: 6px;
    height: 54px;
    text-transform: uppercase;
    color: white;
    font-size: 24px;
    font-weight: normal;
}

/* ============ Voetregel ======================*/
#footerbar{clear: both; position: relative; background-color:#AAAAAA ; color: #333333; font-size: 12px; height: 18px;width: 953px; margin-left: 17px;padding-left:10px;padding-top: 2px;margin-bottom: 10px;}
#footerbar a:link{color: #333333; text-decoration: none; font-size: 11px}
#footerbar a:visited{color: #333333; text-decoration: none; font-size: 11px}
#footerbar a:active{color: #333333; text-decoration: none; font-size: 11px}

/* ======== zoekformulieren ======= */
form.selector{
    margin: 10px 0 10px 0;
    float: left;
}
form.selector fieldset{
    float: left;
    text-align: bottom;
    border: none;
    margin-right: 15px;
}
form.selector label{
    display: block;
}
form.selector #searchtext{
    height: 22px;
    margin:0;
    padding:0;
 }
ul#itemtabs{
    float:left;
    list-style-type: none;
}
div.tabblad{
    clear: both;
    float: left;
    margin-bottom: 10px;
}
ul#itemtabs li{
    float: left;
    font-size: 13px;
    padding: 5px 10px 5px 10px;
    border-right: 1px solid white;
    text-transform: uppercase;
    background-color: #AAAAAA;
}
ul#itemtabs li.inactive a{
    color: white;
}
ul#itemtabs li.active a{
    color: white;
}
ul#itemtabs a:hover{
    color: #444444;
}
.block{
    margin-bottom: 10px;
}
.separated{
    background-image: url(img/horizon_divider_2.png);
    background-repeat: no-repeat;
    background-position: bottom;
    margin: 0 0px 10px 0;
}
.body ul, .tabblad ul{
    margin: 4px 0 4px 20px;
}
/* ======== listblock: bijvoorbeeld nieuws opsomming op nieuws pagina ======= */
.listblok{
    margin-bottom: 10px;
}
.listblok ul{
    list-style-type: none;
}
.listblok li{
    list-style-type: none;
    margin: 0 0 4px 0;
    padding: 0 0 4px 0;
    border-bottom: 1px solid #AAAAAA;
}
#gallery{
    clear: both;
    border-top: 1px solid #999999;
    padding: 8px 0 0 0;
}
#gallery li{
    list-style-type: none;
}