ul li {
}

.sitelogo {
	width: 100%;
}

body {
	color: #666;
	font-family: Arial;
	font-size: 12px;
    margin: 10px 0;
}

a {
	color: #555;
	text-decoration: none;
}

.overzicht {
	font-family: Arial;
	font-size: 12px;
}

.overzichtheader {
	background-color: #555;
	color: #FFF;
	text-align: center;
	border: 0px;
}

.overzichttd {
	
}

.overzichtfooter {
	text-align: right;
	border: 0px;
}

.overzichtfooter td {
	background: #CCC;
}

table {
	border-collapse: collapse;
	width: 100%;
}

td {
	vertical-align: top;
}

.right {
	text-align: right;
}

th {
	padding: 10px;
	vertical-align: top;
}

ul.menu li {
	background: #555;
    border-bottom: 1px solid #FFF;
    list-style: outside none none;
    padding: 13px 20px;
}

ul.menu li.active-trail,
ul.menu li:hover {
	background: #000;
    border-bottom: 1px solid #FF0000;
}

ul.menu li a {
	color: #FFF;
}

.overzicht tr:nth-child(even) {
	background: #F1F1F1;
}

.oneven {
	background: #FFF!important;
}

.overzicht td {
	padding: 10px;
}

tr.meerfinfoactief {
	border: 1px solid #bbee77;
	background: #f8fff0;
	box-shadow: 0 0 15px #555;
}

.tooninfo {
    background: none repeat scroll 0 0 #097b00;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    margin: 0 3px 0 0;
    padding: 0 3px;
}

.hideinfo {
	background: #555;
	padding: 0 5px;
}

.lijn-rechts {
	border-right:  1px solid #000;
}

.strong {
	font-weight: bold;
	font-size: 13px;
}