/*GLOBAL*/
html{
height:100%;
}
body{
background:url('img/bg-intro.jpg') top center no-repeat fixed;
margin:0px;
padding:0px;
font-family: Arial;
color:#FFF;
font-size:12px;
}
img{
margin:0px;
border-width:0px;
padding:0px;
}
form{
margin:0px;
}
h1{font-size:16px; margin:0px 0px 20px 0px;}
h2{margin:0px;}
a{text-decoration:none; color:#FFF;}
input{width:196px; margin:0px; height:14px;}
textarea{width:286px; margin:0px; font-family:"Arial"; font-size:12px;}



/*POSITIONING*/ 
#wrapper{
position:relative;
width:840px;
margin:150px auto 0px;

}

#bg2{background:url('img/bg2.png') repeat-x;height:404px;position:absolute;top:150px;width:100%;}
#sportexnederland{float:left;width:420px;}
#sportexbelgie{float:right;width:420px;;}

.logo{height:105px;}
.content{position:relative;color:#FFF;height:270px;padding:10px;}
.content .sitelink{position:absolute;left:10px; bottom:0px;}
.content .sitelink a{color:#FFF;font-weight:bold;font-size:14px;}
.content .sitelink a:hover{text-decoration:underline;}


.hideme{ display:none; }
.sitemap-link{ position:absolute; bottom:10px;right:10px;color:#FFF; }
