/* CSS Document */

.omrandingxbottom
{
	background-image:url(pics/redpx.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.omrandingxtop
{
	background-image:url(pics/redpx.gif);
	background-repeat:repeat-x;
	background-position:top;
}

.omrandingyright
{
	background-image:url(pics/redpx.gif);
	background-repeat:repeat-y;
	background-position:right;
}

.omrandingyleft
{
	background-image:url(pics/redpx.gif);
	background-repeat:repeat-y;
	background-position:left;
}
	
.normal
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.verloop
{ 
background-image: url(pics/verloop.gif);
background-repeat: repeat-x;
background-position: top;
} 