*
{
    margin: 0;
    padding: 0;
}


body
{
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	color: black;
	font-size: 11px;
	background-color: #FFF;
}


#container
{
width: 750px;
margin: 0 auto;
position: relative;
}




#logo a
{
position: absolute;
width:108px;
height: 43px;
display: block;
right: 90px;
top: 40px;
background-image: url(logo_xs4all.gif);
background-repeat: no-repeat;
background-position: 0 0;
}

#logo > /**/ a {
	right: 85px;
	top: -40px;
}

#logo a span
{
	display:none;
}

#titel
{
margin: 80px 0 -8px 12px;
width:744px;
height: 44px;
vertical-align: bottom;
}

#titel h1
{
padding: 0;
margin: 0;
color: #FF6600;
display: inline;
vertical-align: bottom;
}

h1
{
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
}

h2
{
position: absolute;
left: 0;
text-align: center;
bottom: 0;
font-size: 42px;
color: #FFF;
vertical-align: bottom;
height: 44px;
width: 99%;
padding: 0;
margin: 0 0 -14px 0;
z-index:1;
text-transform: uppercase;
}

h4
{
	font-weight : bold;
}

#wat-tekst > h2, #hoe-tekst > h2, #chat-tekst > h2 {
    margin: 0 0 -7px 0;
}

#wat-container
{
float: left;
clear: none;
background-color: #FFF;
width: 250px;
margin: 0;
height: 500px;
}

#wat
{
background-color: #FF6600;
width: 225px;
display: inline;
float: left;
margin: 0;
}

#wat-tekst
{
height: 410px;
position: relative;
}

#wat-pijl
{
float: right;
display: inline;
background-color: #FFF;
background: #FF6600 url(pijl.gif) no-repeat 0 0;
width: 25px;
height: 50px;
margin: 300px 0 0 0;
}

#chat-container
{
float: left;
background-color: #FFF;
width: 250px;
margin: 0;
height: 500px;
}

#chat
{
background-color: #FFCC00;
width: 225px;
display: inline;
float: left;
margin: 0;
}

#chat-tekst
{
height: 410px;
position: relative;
}

#chat-pijl
{
float: right;
display: inline;
background-color: #FFF;
background: #FFCC00 url(pijl.gif) no-repeat 0 0;
width: 25px;
height: 50px;
margin: 300px 0 0 0;
}

#hoe-container
{
float: left;
clear: none;
background-color: #FFF;
width: 250px;
margin: 0;
height: 500px;
}

#hoe
{
background-color: #99CC33;
width: 225px;
display: inline;
float: left;
margin: 0;
}

#hoe-tekst
{
height: 410px;
position: relative;
}

#hoe-pijl
{
float: right;
display: inline;
background-color: #FFF;
background: #99CC33 url(pijl.gif) no-repeat 0 0;
width: 25px;
height: 50px;
margin: 300px 0 0 0;
}

p 
{
color: #000000;
margin:0;
padding: 5px 10px;
line-height: 1.3;
text-align: justify
}

a:visited    
{ color: #000000;

  }
a:link     
{
 color: #000000; 
 }
 
a:hover  
{ 
color: #000000; 
}

INPUT {    
    padding: 2px; 
    font-size: 11px; 
    color: #000000;
    background-color: #FFFFFF;
    border: solid 1px #000000;
        }
        
		
INPUT#gobutton
{
	border: none;
	position: absolute;
	background-color: transparent;
	height: 49px;
	width: 74px;
	top: 293px;
	left: 164px;
}
		
SELECT {    
    padding: 2px;
    font-size: 11px; 
    color: #000000;
    background-color: #FFFFFF;
    border: solid 1px #000000;
    width: 100px;
}

TEXTAREA {    
    padding: 2px; 
    font-size: 11px; 
    color: #000000;
    background-color: #FFFFFF;
    border: solid 1px #000000;
}

#stappen ol 
{ 
padding: 0 0 0 24px;
}

#stappen ol li
{
margin-bottom: 24px;
}

#stappen
{ 
width: 205px;
position:absolute;
top: 20px;
left: 15px;
}

#hoe-tekst > /**/  #stappen
{
float: right;
width: 210px;
margin: 20px 4px 0 0;
position: static;
}

#taal
{
font-size: 9px;
width: 200px;
height: 20px;
text-align: right;
position: absolute;
right: 35px;
top: 10px;
display: block;
}

#container > /**/ #taal {
right: 30px;
top: -70px;
}
