﻿body 
{
    font-family:Trebuchet MS;
    font-size:12px;
    color:#222222;
    background-image:url(images/back.jpg);
    background-repeat:no-repeat;
    /*background-attachment:fixed;*/
    background-position:center top;
    background-color:#1D1D1D;
    margin:0px;
    padding:0px;
    height:100%;
}

A, A:Hover
{
    color:#E82243;
}

A:Hover
{
    color:#9CC2D2;
}


.image
{
    width:500px;
    float:left;
    margin-right:15px;
    margin-bottom:15px;
}


.kop
{
       font-size:16px;
       font-weight:bold;
}



#portfolio .item, .item
{
    width:300px;
    margin-bottom:15px;
    display:block;
}

#portfolio .header, .itemheader
{
    /*background-color:#666666;*/
    display:block;
    margin:0px;
    height:18px;
    width:100%;
    line-height:18px;
    vertical-align:top;
    background-image:url(images/portfolio_header.gif);
    background-position:center bottom;
    background-repeat:no-repeat;
    color:#FFFFFF;
    
}

#portfolio .footer, .itemfooter
{
    /*background-color:#666666;*/
    display:block;
    height:30px;
    margin:0px;
    width:100%;
    background-image:url(images/portfolio_footer.gif);
    background-position:center top;
    background-repeat:no-repeat;
}

#portfolio .inhoud, .iteminhoud
{
    display:block;
    margin:0px;
    width:100%;
    background-image:url(images/portfolio_border.gif);
    background-position:center top;
    background-repeat: repeat-y;
}

#portfolio .image
{
    /*height:54px;
    width:54px;*/
    display:block;
    float:right; 
    margin-left:10px;
    margin-bottom:10px;    
    border:solid 2px #D49F00;
    height:50px;
    width:50px;
}

#portfolio IMG
{
    height:50px;
    width:50px;
}

.padded 
{
    padding:10px;
}

.inhoudTekst, .inhoudTitel, .blokTitel
{
    
    width:700px;
    display:block;
    background-color:Transparent;
}

.inhoudTitel, .blokTitel
{
   /* background-image:url('./images/titel_back.gif');*/
    background-repeat:no-repeat;
    background-position:left top;
    padding-bottom:0px;
    padding-top:0px;
    line-height:30px;
    height:30px;
    vertical-align:middle;
    color:#000000;
    font-weight:bold;
}

.titelBack
{
    z-index:-1;
    width:700px;
    height:30px;
    position:absolute; 
    left:0px;
    top:0px;
}

.inhoudTekst
{
    min-height:300px;
    background-color:Transparent;
    background-image:url(images/inhoud_back.png);
    background-repeat:repeat;
    color:White;
    
}

.blokTitel
{
    background-image:url('./images/titel_back2.gif');
    width:250px;
}

.blokTitel[sub="2"]
{
    background-image:url('./images/titel_back2.gif');
}

.blokTitel[sub="3"]
{
    background-image:url('./images/titel_back3.gif');
}

.blokTitel[sub="4"]
{
    background-image:url('./images/titel_back4.gif');
}

.blokTitel[sub="5"]
{
    background-image:url('./images/titel_back5.gif');
}

.paddedleft
{
    padding-left:10px;
}

#rechts UL, #rechts LI
{
    
    margin:0px;
    list-style-image:none;
    list-style-position:inside;
    list-style-type:none;
    display:block;
    width:250px;

}

#rechts LI
{
    padding:0px;
    margin-bottom:20px;
    background-color:Transparent;    
    width:250px;
    color:White;
}


.background
{
    background-color:Transparent;    
    background-image:url(images/inhoud_back.png);
    background-repeat:repeat;
    color:White;
}

