/*
 * simplesoul.nl - clear blue style
 * (c) Coen van der Veen 2006-2009
 */

body
{
    margin: 0px auto;
    padding: 12px 12px 5px 12px;
    max-width: 1000px;
    font-size: 13px;
    font-family: Verdana, sans-serif;
    color: #000075;
    background: #fafafa;
}
a:link, a:visited
{
    color: blue;
}
a:hover
{
    color: #f26522;
}
form
{
    margin: 0px;
}
ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
table
{
    margin-bottom: 20px;
    width: 100%;
}
tr
{
    height: 28px;
}
tr.spacer
{
    height: 10px;
}
th
{
    text-align: left;
    font-family: Arial, sans-serif;
    font-size: 16px;
}
.col
{
    float: left;
    width: 25%;
}

/* Header & Footer */
#header, #footer
{
    clear: both;
    height: 15px;
    font-size: 9px;
}
#header
{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}
#header span, #footer span
{
    float: left;
    width: 50%;
}
.right
{
    text-align: right;
}
a:link#title, a:visited#title, a:hover#title
{
    font-family: Arial, sans-serif;
    font-size: 19px;
    text-decoration: none;
    position: relative;
    top: -4px;
}

/* Search */
#search
{
    width: 75%;
    margin: 0px -11px 17px 0px;
    float: right;
}
#search .txt
{
    width: 97.7%;
    margin-right: 1px;
}
#search .btn
{
    float: left;
    width: 16.15%;
    height: 22px;
    margin: 1px 2px 0px 0px;
    padding-bottom: 1px;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    border: 1px solid black;
    background: #fafafa;
    cursor: pointer;
}
#search .btn:hover
{
    background: #eeeeee;
}

/* Links */
.links
{
    margin: 32px 0px 20px 11px;
}
.links:first-child
{
    margin-top: 0px;
}
.links h2
{
    margin: 0px 0px 4px 0px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.links li
{
    margin-bottom: 3px;
}

/* News */
#news
{
    border-right: 1px solid #cccccc;
    margin: 0px 5px 10px 0px;
    padding: 6px 0px;
}
#news h3
{
    margin: 14px 0px 5px 0px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
}
#news h3:first-child
{
    margin-top: 0px;
}
#news ul
{
    height: 120px;
}
#news li
{
    margin-bottom: 3px;
    font-size: 10px;
    line-height: 12px;
}