﻿/* ---------- positioning main divs ----------------- */
body{
margin:0px;
padding:0px;
font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 13px;
color:#000;
background-color:#fff;
background-position:center;
background-repeat: no-repeat;
background-image: url('../images/logo_reisroutes.jpg');
}

a
{
    color:#008eeb;
}

a:hover
{
    text-decoration: none;
}

.indi

{
    padding-left: 12px;
	background: url('../images/pijl.jpg');
    background-position: left center;
    background-repeat: no-repeat;
    margin: 0px;
}

.indi a:hover
{
    text-decoration: none;
}

