/*
 * This stylesheet is customly made for tomennisi.jurresip.nl
 * and is copyrighted (c) by Mathijs Lagerberg
 */

/* Fonts */
body, td, a, p, h1, h2 {
    font-family: "Verdana", arial, sans-serif;
    font-size: 9pt;
}
/* Layout */
body {
    background: #FFF url(images/bg.png);
    padding: 0px;
    text-align: center;
}
div.total {
    width: 100%;
    margin: 10px;
    padding: 0;
}
table.total {
    width: 610px;
    margin: 0 auto 0 auto;
    background: #FFF;
    border: 1px solid #606060;
}
/* General */
p {
    text-align: justify;
    margin: 10px 30px 5px 30px;
    line-height: 1.5eM;
}
.left  {float: left;  margin-right: 10px;}
.right {float: right; margin-left: 10px; }

/* Tabs */
#tabs {
    text-align: center;
    border: 0;
    margin: 10px auto 0 auto;
    padding: 4px;
    background: #FFF url(images/hr.gif) top center no-repeat;
}
.selected, .normal {
    text-align: center;
    font-size: 10pt;
    display: inline;
    padding: 1px 20px 1px 20px;
    margin: 0 10px 0 10px;
    border: 2px solid #000;
    background: #FFF;
}
.selected, .selected a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.normal, .normal a {
    text-decoration: none;
    color: #606060;
}

#copyright, #copyright a {
    font-size: 7pt;
}
#copyright a {
    color: #909090;
    text-decoration: none;
}
#copyright a:hover {
    color: #909090;
    text-decoration: underline;
}
h1 {
    font-size: 18pt;
    font-weight: bold;
    margin-bottom: 0;
}
h1.bar {
    font-size: 12pt;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    border: 1px solid #606060;
    background: #909090;
    color: #FFF;
    margin: 10px auto 5px auto;
    padding: 0px 20px 0px 20px;
    width: 85%;
}
h2 {
    font-size: 9pt;
    color: #909090;
    font-style: italic;
    font-weight: normal;
    margin-top: 0;
}
h2 a.left, h2 a.right {
    color: #909090;
    text-decoration: none;
}
h2 a.left:hover, h2 a.right:hover {
    color: #909090;
    text-decoration: underline;
}
div.archief {
    color: #606060;
    text-align: left;
    border: 1px solid #909090;
    padding: 10px;
}
div.archief a {
    color: #606060;
    text-decoration: none;
}
div.archief a:hover {
    color: #909090;
    text-decoration: underline;
}
a img {
    border: 0;
}
