html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #474440;
}

body
{
	background-color: #FFF;
}

#wrapper
{
	position: relative;
	width: 100%;
	min-height: 100%;
    height: auto !important;
    height: 100%;
	background-image:url(../images/watermark.png);
	background-repeat: no-repeat;
	background-position:  center 150px;
	text-align: center;
}

#logo
{
	padding-top: 35px;
}

#logos
{
	background-image:url(../images/logos.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 420px;
	padding-top: 320px;
}

#footerWrapper
{
	position: absolute;
	bottom: 0px;
	text-align: center;
	left: 0px;
	width: 100%;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #474440;
	
}

#footer
{
	width: 958px;
	margin: 0px auto;
	padding: 10px 0 10px 0;
}

#startText
{
    color: #FFF;
    font-size: 12px;
    font-family:Arial;
    line-height: 21px;
    text-transform: uppercase;
}

.border-top
{
	border-top: 2px solid #999;
}

.textColorLink
{
	color: #474440;
	text-decoration: none;
}

.textColorTitle
{
	color: #96d18f;
	text-transform: uppercase;
}

.textColorLink:hover
{
	color: #999;
	text-decoration: underline;
}	

.clearBoth
{
    clear: both;
}

/* taalkeuze fixed */
.language
{
    width: 450px;
    margin: 0px auto;
	height: 29px;
	text-transform: uppercase;
	font-size: 10px;	
}

.language:hover
{
	background-color: #666666;
}

.language a
{
    color: #FFFFFF;
	text-decoration: none;
}

.language a.first
{
    padding: 7px 0px 0px 0px;
    width: 190px;
    height: 21px;
    text-align: right;
    display: block;
    float: left;
}

.language a.middle
{   
    padding: 4px 0px 0px 0px;
    width: 70px;
    height: 25px;
    text-align: center;
    display: block;
    float: left;
}

.language a.last
{
    padding: 7px 0px 0px 0px;
    width: 190px;
    height: 21px;
    text-align: left;
    display: block;
    float: left;
}

.flag
{
    border: none;
    padding: 0px 10px 0px 10px;
    margin: 0px 0px 0px 0px;
}
