/**************** ADVERTENTIEVINDEN.NL ****************/

*{margin:0; padding:0;}

body{
font:75% Verdana,Tahoma,Arial,sans-serif;
line-height:1.4em;
text-align:left;
color:#000000;
background-color: #ffffff;
}

html, body, #wrapper {
min-height: 100%; /*Sets the min height to the
height of the viewport.*/
width: 100%;
height: 100%; /*Effectively, this is min height
for IE5+/Win, since IE wrongly expands
an element to enclose its content.
This mis-behavior screws up modern
browsers*/
margin: 0;
padding: 0;
}

html>body, html>body #wrapper {
height: auto; /*this undoes the IE hack, hiding it
from IE using the child selector*/
}

#wrapper {
position: absolute;
top: 0;
left: 0;
}

#main {
margin-bottom: 10em; /*Modify value as needed for
footer height.*/
height: auto;
}

#header{
height:140px;
width:100%;
margin:0px 0px 0px 0px;
padding-top:14px;
background-image:url(../images/bg.gif);
background-repeat:repeat-x;
}

#footer {
padding-bottom:10px;
padding-top:20px;
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
}

#footer a { 
color:#333333;
font-weight:normal;
}

a{color:#0092DD; font-weight:bold; text-decoration:underline; background-color:inherit;}
a:hover{color:#0092DD; text-decoration:underline; background-color:inherit;}
a img{border:none;}

	





