    /* 
    Document   : design
    Created on : 18-mrt-2010, 21:19:13
    Author     : Ruud Silvrants
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

BODY{

background-color:#216609;
font-family:Georgia;
font-size:20px;
color:#FB8A04;
background : url("images/body.gif") repeat-x #216609;

}

#all{
    background : url("images/background2.gif") no-repeat #122703 ;
    text-align:center;
    width: 1024px;
    
}
#banner{
    padding-top: -14px

}
#menu{
    padding-top: 0px;
    background : #122703 ;
}
#fotomenu{
    padding-top: 0px;
    margin-left:-40px;
    background : #122703 ;
    text-align: center;
}
#textvak{
    padding-left: 40px;
}
#footer{
    text-align:center;
}


a:hover{
color: #FDD19E;
font-weight: bolder;
}
a:visited{
color:#FB8A04;
font-weight: bold;
}
a{
color:#FB8A04;
font-weight: bold;
}
img{
    border-style: double;
    border-color:#FB8A04;
}


