/*
** -------------------------------------------------
** 
**   Main.css
**
**   Author: Michael F. S. Christensen
**
**   Valid CSS2 stylesheet (www.w3c.org)
**
** -------------------------------------------------
*/
    
body { 
    margin: 0; 
    padding: 0; 
    background: #F3F5F6; 
}

div.menugradient {
    background: #F2F0EA;
    width:100%;
    border-bottom: 1px solid #FFFFFF;
}

div.bar {
    border-bottom: 1px solid #D8D2BD;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    cursor: default;        
}

#search {
    position: absolute;
    top: 0;
    right: 5px;        
    font-family: tahoma;
    font-size: 11px;
}

#search input,
#search select {
    font-family: tahoma;
    font-size: 11px;
    margin-top: 4px;
}

p { 
    font-family: tahoma; 
    font-size: 11px; 
    margin: 2em; 
}
