html, body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	position: relative;
}

#source-image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


div#TaalKeuze
{
    position: relative;
    margin: 0px auto 0px auto;
    padding-top: 200px;
}

div#inner
{
    padding: 10px;
    background-image: url(../images/transparent.png);
    border: 2px solid #005e24;
    color: #005e24;
    font-weight: bold;
}

div#TaalKeuze img
{
    border: none;
    margin-right: 10px;
}

div#TaalKeuze a
{
    padding-right: 20px;
    text-decoration: none;
    color: #005E24;
    font-weight: bold;
}

div#TaalKeuze a:hover
{
    text-decoration: underline;
}

#wrapper
{
	position: absolute;
	min-width: 100%;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	bottom: 117px;	
}

#contentWrapper
{
	position: relative;
	width: 260px;
	height: 100%;
	min-height: 100%;
	margin: 0px auto;	
}

.clearBoth
{
	clear: both;
}

/* =MENU
	---------------------------------------------------- */
#menu
{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 117px;
	text-align: center; 
	
}

#menu h1
{
	font-size: 14px;
	padding: 10px 0 0 0;
}

#menu .webshop
{
    color: #FFF;   
    display: block;
    text-decoration: none;
}

#menu .webshop:hover
{
    text-decoration: underline;
}

#logo
{
	/*padding: 10px 0px 0px 20px;*/
	position: absolute;
	left: 20px;
	bottom: 20px;
	
}

#logo img
{
    margin-top: 30px;
}

#webshop
{
    position: absolute;
    bottom: 50px;
    text-align: center;
    margin: 0px auto;
    width: 200px;
}

/** webnet4u **/

#webnet4u
{
    position: absolute;
    padding: 10px;
    margin: 0px 0px 5px 0px;
    top: 0px;
    left: 20px;
    text-align: center;
    z-index: 999;
}

#webnet4u a
{
    color: #FFFFFF;
    font-family: Arial, Verdana, Georgia;
    font-size: 9px;
}

#webnet4u a:hover
{
    text-decoration: none;
}

/**************/

/** Radiospot **/

.btnRadiospot_nl, .btnRadiospot_fr
{
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.overlay 
{
    background-image: url(../images/overlay_bg.png);
    display: none;
    height: 100%;
    width: 100%;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 50;
    position: fixed;
}

.radiospot
{
    background-image: url(../images/radiospot_bg.png);
    
    width: 200px;
    height: 105px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -105px;
    margin-top: -55px;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    z-index: 51;
    color: White;
    text-align: right;
        
}

#radiospot
{
    width: 200px;
    height: 100px;
}

.radiospot a, .radiospot a: link, .radiospot a: visited
{
    color: #fbfcef;
    text-decoration: none;
}

.radiospot a:hover
{
text-decoration: underline;
}
