body {
	margin-top: 20px;
	background-color: #e9e9e9;
}
td,a,div,span,body {
	font-family: century, Georgia, "Times New Roman", serif;
	font-size: 13px;
	color: #6a6b74;
}
a, td a {
	color: #6a6b74;
	text-decoration: underline;
}
a:hover, td a:hover {
	color: #707df6;
	text-decoration: none;
}
a img {
	border: 0px;
}
h1, .componentheading, .contentheading{
	font-size: 1.5em;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #707df6;	
	background-image:url(../img/bg_heading.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.2em;
}
table.contentpaneopen{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

#qrios_breadcrum, #qrios_breadcrum a, .pathway {
	font-size: 11px;
	margin-left: 5px;
	color: #fff;
}

.qrios_menu{
	margin-top: 10px;
	margin-bottom: 50px;
}
a.mainlevel, a.sublevel {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	width: 185px;
	display: block;
	line-height: 25px;
	voice-family:"\"}\""; /* Box Model fix */
	voice-family:inherit;
	background-image: url(../img/bg_menuitem.png);
	background-position: left;
	background-repeat:no-repeat;
}
a.sublevel {
	margin-left: 15px;
}
a.mainlevel:hover, a.sublevel:hover {
	background-image: url(../img/bg_menuitem_over.png);
}
a#active_menu {
	background-image: url(../img/bg_menuitem_actief.png);
}


div#qrios_content{
	margin-top: 8px;
  text-align: left;
}

.footer, .footer a {
	font-size: 11px;
}
.footer{
	margin-left: 200px;
}

