/* CSS Document */

#streepjes
{
	color: #99cc33;	
}

body
{
	font-family: Arial,Helvetica,sans-serif; 	
}

a
{
text-decoration:none;	
color: #2eabf7;
}

a:hover
{
text-decoration:none;
color: #ff6600;	
}

img
{
	border: none;
}

#logo
{
	position: absolute; 
	top: 32px;
}

#bestel
{
	width: 118px;
	height: 25px;
	background-image: url(../images/button_nubestellen.gif);
}

#bestel:hover
{
	background-image: url(../images/button_nubestellen_active.gif);	
}

#bestelsmall
{
	background-image: url(../images/bestel_bttn.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
	width: 220px;
}

#bestelsmall:hover
{
	background-image: url(../images/bestel_bttn_active.gif);
}

#welkom
{
	text-align: left;
}