@CHARSET "UTF-8";
@import "reset.css";
@import "sub_nav.css";

/* **************************************************************
 * 2-3 column fixed width layout with header and footer by Urga.*
 * **************************************************************
 * - Horizontally centered
 * - Default is 2 column layout
 * - Defines a 'narrow' class for the main content if you want 3 columns.
 */

body {
    color: #4d4d4d;
    line-height: 1.3;
    background-color: #FFFFFF;
}

#wrapper {
	font-size:1.2em; /* Because of reset.css font-size 1em was equal to 10px.*/
}

h1 {
    text-transform: uppercase;
    font-size: 1.0833em;
    color: #94bf36;
    margin-bottom: 2.2em;

}


h2 {
    margin-top: 1.5em;
    font-size: 1.0em;
    color: #94bf36;
}

h3, h4, h5, h6 {
    font-size: 0.9em;
    color: #94bf36;
}

.strong {
    font-weight: bold;
}

a {
    color: #94bf36;
}

td {
    padding-right: 2em;
}

#wrapper {
    position: relative;
    margin: 25px auto 0;
    width: 980px;
    min-height: 651px;
    background: #ffffff url('../images/bg_shadow_12.png') repeat-y top left;
}

#header_wrapper {
    background: url('../images/top_02.png') no-repeat top;
    padding-top: 22px;
}

#header {
    position: relative;
    left: 15px;
    background: url('../images/header_01.jpg') no-repeat 0 0;
    height: 320px;
    width: 942px;
}

/*
* Main navigation - begin
*/

#main_nav {
    position: relative;
    top: 252px;
    width: 910px;
    height: 42px;
    margin: 0 auto;
    text-align: center;
}

#main_nav li {
    background-color: #a020f0;
    display: inline;
    text-transform: uppercase;
    text-align: center;
}

#main_nav a {
    color: #455467;
    margin: 0 4px;
    display: block;
    float: left;
    width: 122px;
    min-height: 34px;
    background: #ffffff url('../images/nav.png') repeat-x  top left;
    text-decoration: none;
    padding-top: 8px;
}

#main_nav a:hover, #main_nav li.selected a, #main_nav li.ancestor a,
body.kalender #main_nav_kalender,
body.mijnpuursport #main_nav_mijnpuursport,
body.resultaten #main_nav_resultaten {
    background-image: url(/media/images/nav_selected.png);
    background-repeat: repeat-x;
    background-position: top;
}

/*
* Main navigation - end
*/

#middle {
    width: 900px;
    min-height: 400px;
    margin-left: 35px;
    background: #ffffff url('../images/dot_13.png') repeat-x left 25px;
}

#sidebar_left {
	list-style-type: none;
    text-align: justify;
    float: left;
    width: 170px;
    margin-right: 20px;
}

#content {
    float: left;
    width: 450px;
    margin-right: 20px;
    text-align: justify;
}

#content p {
    margin: 0.7em 0;
}

#sidebar_right {
	list-style-type: none;
    float: right;
    width: 210px;
}

.sideitem {
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: url('../images/dot_13.png') repeat-x 0 bottom;
	list-style-type: none;
}

#footer {
    clear: both;
    background: url('../images/bottom_18.png') no-repeat 0 bottom;
    text-align: center;
    font-size: 0.8em;
    height: 3.5em;
    width: 980px;
    padding-top: 30px;
}


/* TODO: the following css does not belong inn puursport.css. The selectors are
 * not specific enough.
*/

/* Labels in de tabel rechts centreren */
td.label{
    text-align: right;
}

/* Table mag over de hele breedte (icoon staat nu mooi rechts) */
table.RE_table{
    width: 100%;
}

/* De header beetje laten uitkomen */
table.RE_table th {
    height: 25px;
    vertical-align: top;
    text-align: left;
}

table.RE_table td {
    height: 20px;       /* Not working for some reason */
    vertical-align: top;
}

