﻿
* 
{
    margin: 0;
}

html, body 
{
    height: 100%;    
}

.sites
{
    background: #f5fbfd url(images/sitekeuze/bg.jpg) repeat-x;    
}


.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -7em;
}

/****************************/
/* logo
/****************************/
.wrapper .logo
{
    text-align:left;
    float: left;
    width: 970px;
    height:115px;
}


/****************************/
/* sitekeuze
/****************************/
.wrapper .choices
{
    padding: 75px 0;
    float:left;
    width: 970px;
}

.wrapper .choice01, .wrapper .choice02, .wrapper .choice03, .wrapper .choice04
{
    float: left;
    width: 210px;
    height: 45px;   
    text-align:left; 
    padding: 202px 0 0 28px; 
    color: #ffffff;
    font-weight: bold;
    font-size: 0.8em;
}
.wrapper .choice01
{
    background: url(images/sitekeuze/keuze01.png) no-repeat;
}
.wrapper .choice02
{
    background: url(images/sitekeuze/keuze02.png) no-repeat;
}
.wrapper .choice03
{
    padding: 193px 0 0 28px;
    height: 56px;
    background: url(images/sitekeuze/keuze03.png) no-repeat;    
}
.wrapper .choice04
{
    background: url(images/sitekeuze/keuze04.png) no-repeat;
}

.wrapper .choices a
{
    color: #ffffff;
    width: 210px;
    text-decoration: none;
    float:left;
    padding-bottom: 4px;
}
.wrapper .choices a:hover
{    
    text-decoration: underline;
}

.sitesLink
{
    z-index:1;
    position:relative;
}

/****************************/
/* info tekst + stetoscoop
/****************************/
.wrapper .info
{
    float:left;
    min-height: 80px;
    padding: 25px 0 0 0px;
    text-align: left;   
    color: #00336e;
    font-size: 1.0em; 
    font-weight: bold; 
    width:800px;
    padding-left: 170px;
}

.wrapper .info table td
{
    text-align: center;
}

.wrapper .info a
{    
    color: #00336e;   
}
.wrapper .info a:hover
{    
    color: #00336e;
    text-decoration: none;
}
.wrapper .info .image
{
    width: 67px;
}
.wrapper .info .text
{
    float:left;
}


/****************************/
/* footer
/****************************/
.footer, .push {
    height: 7em;    
}
.footer
{
    border-top: solid 1px #007db7;
    width: 100%;
}
.footer .text
{
    padding: 10px 0 0 0;
    width: 960px;
    margin: 0px auto;
    /*background: url(images/gskLogo-bl.gif) top left no-repeat;  */
    color: #a7afb4;
    text-align: center;
    font-size: 0.8em; 
    min-height: 48px;
}
.footer .text a
{
    color: #007db7;
}
.footer a:hover
{
    color: #3d9dc9;
    text-decoration: none;
}

.gskLogoHome
{
    float:left;
    height: 50px;
    width: 200px;
    z-index: 1;
}