/* CSS Document */

#streepjes
{
	color: #003366;	
}

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

a
{
text-decoration:none;	
color: #66cc99;
}

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

img
{
	border: none;
}

#logo
{
	position: relative; 
	top: 30px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#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;
}
