/* Start of CMSMS style sheet 'gofit 2009' */
/** Hoofddesign **/
body {
    font-family: Helvetica Verdana Tahoma;
    font-size: 11px;
    background-color: #7B0A0D;
    background-image: url(images/design/bg.png);
    background-repeat: repeat-x;
    height: 100%;
}
div.page {
    position: relative;
    left: 50%;
    margin-left: -454px;
    width: 908px; 
}
div.page div.top {
    height: 174px;
    background-image: url(images/design/bg_top.png);
    background-repeat: no-repeat;
}
div.page div.top div.right {
    float: right;
    width: 150px;
}
div.page div.middle {
    background-image: url(images/design/bg_middle.png);
    background-repeat: repeat-y;
}
div.page div.middle div.content {
    min-height: 600px;
    background-image: url(images/design/bg_content.png);
    background-repeat: no-repeat;    
}
div.page div.middle div.content div.right {
    float: right;
    width: 200px;
}
div.page div.middle div.content div.right div.bordertop, div.page div.middle div.content div.right div.borderbottom {
    font-size: 1px;
    background-image: url(images/design/borders/top.png);
    background-repeat: no-repeat;
    height: 10px; 
}
div.page div.middle div.content div.right div.bordermiddle {
    background-image: url(images/design/borders/middle.png);
    background-repeat: repeat-y;
}
div.page div.middle div.content div.right div.bordermiddle input[type=text],
div.page div.middle div.content div.right div.bordermiddle input[type=password] {
    width: 130px;
}
div.page div.middle div.content div.right div.borderbottom {
    background-image: url(images/design/borders/bottom.png);    
    margin-bottom: 10px;
}
div.page div.middle div.content div.left {
    float: left;
    width: 220px;
}
div.page div.middle div.content div.center {
    margin: 0px 200px 0px 220px;
}
div.page div.bottom {
    height: 240px;    
    background-image: url(images/design/bg_bottom.png);
    background-repeat: no-repeat;
    overflow: visible;
}
div.page div.bottom div.right {
    float: right;
    width: 200px;
    line-height: 240px;
    background-image: url(images/design/footer.png);
    background-repeat: no-repeat;
    background-position: 23px 80px;
}
div.page div.bottom div.left {
    float: left;
    width: 250px;
}
div.page div.bottom div.center {
    margin-left: 250px;
    margin-right: 200px;
}

/** Opmaak **/
body, legend, label, td, input, select, textarea {
    font-family: Arial;
    font-size: 12px;
}
img {
    border: none;
}
div.page div.top div.right a {
    position: relative;
    top: 7px;
    left: -15px;
}
div.page div.middle div.content div.right {
    padding-top: 20px;
}
div.page div.middle div.content div.right div.bordermiddle h3, div.page div.middle div.content div.right div.bordermiddle h4 {
    margin: 0px 0px 10px 10px;
    font-family: Arial;
    font-size: 12px;
    color: #8c1517;
    text-transform: uppercase;
}
div.page div.middle div.content div.right div.bordermiddle ul {
    margin: 0px 25px 0px 20px;
    padding: 0 0 0 0;
    border: 1px solid #FFFFFF;
    list-style: none;
}
div.page div.middle div.content div.right div.bordermiddle li {
    background-image: url(images/design/divider.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    margin-top: 10px;
}
div.page div.middle div.content div.right div.bordermiddle li.last {
    background-image: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
div.page div.middle div.content div.right div.bordermiddle h4 {
    margin: 0px 0px 0px 0px;
    text-transform: none !important;
}
div.page div.middle div.content div.right div.bordermiddle p {
    margin: 0px 0px 0px 0px;
}
div.page div.middle div.content div.right div.bordermiddle a {
    color: #000000;
    text-decoration: underline;
}
div.page div.middle div.content div.right div.bordermiddle div {
    margin-right: 20px;
    text-align: center;
}
div.page div.middle div.content div.left a, div.page div.middle div.content div.left span {
    display: block;
    text-align: right;
    font-family: Verdana;
    font-size: 12px;
    color: #f8941e;
    font-weight: bold;
    text-transform: uppercase;
    background-image: url(images/design/divider.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    text-decoration: none;
    margin: 10px 18px 5px 0px;
    padding: 0px 15px 10px 0px;
}
div.page div.middle div.content div.left span.section {
    cursor: pointer;
}
div.page div.middle div.content div.left a.submenu span {
    display: inline;
    padding: 0 20px 0 0;
    margin: 0 0 0 0;
    background-image: url(images/design/submenu.png);
    background-position: center right;
}
div.page div.middle div.content div.left a.active, div.page div.middle div.content div.left a:hover, div.page div.middle div.content div.left a.active span, div.page div.middle div.content div.left a:hover span {
    color: #90171a;
}
div.page div.middle div.content div.left a:hover span {
    background-image: url(images/design/submenuh.png);
}
div.page div.middle div.content div.center {
    padding: 20px 20px 20px 20px;
}
div.page div.middle div.content div.center h1 {
    font-family: Arial;
    font-size: 25px;
    color: #f8941e;
    margin-top: 0px;
}
div.page div.middle div.content div.center h2 {
    font-family: Arial;
    font-size: 17px;
    color: #971b1e;
}
div.page div.middle div.content div.center h3 {
    font-family: Arial;
    font-size: 15px;
    color: #f8941e;
}
div.page div.middle div.content div.center h4 {
    font-family: Arial;
    font-size: 12px;
    color: #f8941e;
}
div.page div.bottom div.center {
    padding-top: 80px;
}
div.page div.bottom div.center h3 {
    margin-top: 0px;
    font-family: Arial;
    font-weight: normal;
    color: #92181b;
    font-size: 30px;
    margin-bottom: 10px;
}
div.page div.bottom div.center p {
    font-family: Verdana;
    font-size: 11px;
    color: #FFFFFF;
    margin: 0 0 0 0;
}
div.page div.bottom div.center div {
    text-align: right;
    padding-top: 5px;
}
div.page div.bottom div.center div a {
    font-style: italic;
    font-weight: bold;
    color: #90171a;
    font-family: Arial;
    text-decoration: underline;
    font-size: 12px;
}
table {
    border: 1px solid #A81B1E;
    width: 100%;
}
th, td {
    padding: 5px 2px 5px 2px;
}
td.row1 {
    background-color: #EDD2D2;
}
td.row2.col2 {
/*    background-color: #F3DFE0;*/
}
th, td.hour {
    background-color: #A81B1E;
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
}
td {
    font-size: 10px;
    text-align: center;
}
fieldset div {
    line-height: 30px;
    clear: both;
}
label {
    width: 120px;
    float: left;
}
input[type=text], input[type=password] {
    width: 300px;
    margin: 5px 0px 0px 0px;
}
textarea {
    width: 420px;
}
div.submit {
    text-align: right;
}
input[type=submit] {
    margin-top: 10px;
}
div.page div.middle div.content div.center li {
    list-style-image: url(images/design/bullet.png);
}
div.news h4 {
    display: inline;
    color: #F8941E;
}
div.news ul, ul.picturelist {
    margin: 0px 0px 0px 0px;
    padding: 0 0 0 0;
    list-style: none !important;
    list-style-image: none !important;
}
div.news li, li.news, li.thumb {
    list-style: none !important;
    list-style-image: none !important;
    line-height: 20px;
}
li.thumb {
    float: left;
    margin: 0px 0px 10px 0px;
    width: 130px;
}
div.news li a {
    margin-left: 10px;
}
div.page div.middle div.content div.center a {
    color: #8c1517;
    text-decoration: none;
}
div.page div.middle div.content div.center a:hover {
    text-decoration: underline;
}
div#NewsPostDetailReturnLink {
    margin-top: 20px;
    text-align: right;
}

/** Widgets **/
div.banner {
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -438px;    
}
div.banner img {
    margin: 0 0 0 0;
}
img.bannerfront {
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -448px;    
}
img.apple {
    position: absolute;
    top: 100%;
    left: 30px;
    margin-top: -520px;
}
/* End of 'gofit 2009' */

