/*
    Syndicatie.nl minimal flavour stylesheet 
    Copyright 2003 Syndicatie.nl, All Rights Reserved.
    Last update: 20030725
*/
#leftshadow
{
    background:         none;
}
#rightshadow
{
    background:         none;      
}
#content
{
    background-color:   #f9f9f9;
    border-bottom:      1px solid #000;
}
#header
{
    height:             auto !important;
    background-color:   #fff;
}
#navigation
{
    position:           relative;
}
#flavours a.minimal
{
    border:             1px solid #000;
}
#footer
{
    background-color:   #fff;
}
/*
    Not shown in IE, would show the list item border used in the IE weird right spacing bug workaround
*/
ol[id=main] li.unavailable
{
    background-color:   #eee;
}
