*	{
margin:0;
padding:0;
border:none;
text-decoration:none;
}

html	{
overflow-y:auto;
}


body	{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

#container	{
width:553px;
}

h2, h5	{
font-family:Arial, Helvetica, sans-serif;
color:#009900;
margin-bottom:5px;
}

h2	{
font-size:13px;
}

h5	{
font-size:11px;
}

label	{
cursor:pointer;
}

form	{
margin-top:20px;
}

form select {
margin-bottom:10px;
border:1px solid #ccc;
width:200px;
}

#stations .station	{
width:250px;
height:92px;
float:left;
border:1px solid #000;
margin:0 10px 10px 0;
}

#stations .station h4	{
font-size:12px;
background:#3aac00;
height:20px;
line-height:20px;
padding:0 0 0 2px;
color:#fff;
}

#stations .station .knopjes	{
margin:3px 0 0 5px;
}

#stations .station .knopjes div	{
width:25px;
height:20px;
float:left;
margin-right:9px;
color:#fff;
line-height:20px;
text-transform:uppercase;
background:#3aac00;
}

#stations .station .knopjes div strong	{
text-align:center;
display:block;
}

#stations .station .knopjes div img	{
width:25px;
height:20px;
position:absolute;
z-index:-10;
}

#kaart	{
width:300px;
height:300px;
float:left;
}

#zoek-resultaat	{
clear:both;
}

#opties {
position:absolute;
margin:-100px 0 0 301px;
}

#opties #print	{
clear:both;
display:block;
}

#opties strong	{
float:left;
margin:0 10px 0 0;
cursor:pointer;
display:block;
padding:0 3px;
background:#3aac00;
height:20px;
line-height:20px;
color:#fff;
}

#opties strong a	{
color:#fff;
}

#facilities	{
clear:both;
margin-bottom:25px;
}

#facilities label	{
margin-right:5px;
position:relative;
bottom:2px;
}

#mail-a-friend	{
display:none;
position:absolute;
margin:-70px 0 0 301px;
}

#mail-a-friend	#send	{
background:#3aac00;
color:#fff;
border:none;
font-size:13px;
font-weight:bold;
font-size:11px;
padding:1px 5px 1px 2px;
}

#mail-a-friend label.error	{
color:#3aac00;
}

#mail-a-friend input.error	{
border:1px solid #3aac00;
}

#mail-a-friend input, #mail-a-friend textarea	{
display:block;
clear:both;
border:1px solid #ccc;
margin:0 0 10px 0;
}


@media print {
	#kaart, #facilities, #opties, .weg-print, #mail-a-friend	{
	display:none;
	}
}

