/* ----------- */
/* ---main-- */
/* ----------- */
body {
	background-image: url(http://mnaustransport.nl/frontend/default/fill.jpg);
	background-repeat: repeat-x;
	background-color: #333333;
	margin: 0px;
        padding: 0px;
        color: black;
	text-align: center;
        font-weight: bold;
	font-family: times new roman;
}
a {
text-decoration: none;
}
div.wrapper {
	position: relative;
	width: 871px;
}

div.header {
	height: 119px;
	width: 853px;
	background-image: url(http://mnaustransport.nl/frontend/default/header.jpg);
	background-repeat: no-repeat;
	text-align: right;
}
#languagebar {
position: absolute;
top: 5px;
left: 0px;
width: 200px;
height: 200px;
z-index: 9;
}
/* ----------------- */
/* main content */
/* ---------------- */
div.main-content {
	position: relative;
	text-align: center;
	background-image: url(http://mnaustransport.nl/frontend/default/maincontent.jpg);
	background-repeat: no-repeat;
	width: 853px;
height: 441px;
	z-index: 2;
	display: block;
}
div.content {
float: right;
	width: 650px;
height: 381px;
padding-top: 60px;
padding-right: 10px;
text-align: justify;
	overflow: auto;
font-size: 11pt;
line-height: 12pt;
}

div.leftblock {
	float: left;
	width: 150px;
	z-index: 3;
padding-top: 120px;
	padding-left: 30px;
}
div.justify {
padding-top: 30px;
}
/* ----------- */
/* footer      */
/* ----------- */
#footer {
	height: 31px;
	background-image: url(http://mnaustransport.nl/frontend/default/footer.jpg);
	background-repeat: no-repeat;
	width: 853px;
	clear: both;
	color: white;
}
#footer_content {
font-size: 9pt;
text-align: right;
padding-right: 10px;
padding-top: 3px;
}
/* ----------- */
/* menu        */
/* ----------- */
#mainMenu {
	color: #FFF;
	text-align: left;
position: absolute;
top: 115px;
left: 10px;
}
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 10px;
	padding: 0;
}

span.btn {
	padding: 3px;
}
a.btn {
	height: 28px;
	width: 176px;
padding-left: 15px;
padding-top: 5px;
	background-image: url(http://mnaustransport.nl/frontend/default/button.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #FFF;
	display: block;
	font-weight: bold;
font-size: 14pt;
}
a.btn:hover {
padding-left: 15px;
padding-top: 5px;
	height: 28px;
	width: 176px;
	background-image: url(http://mnaustransport.nl/frontend/default/button_hover.jpg);
	background-repeat: no-repeat;
}
a.actief {
	text-decoration: none;
	color: #FFF;
	display: block;
	font-weight: bold;
	height: 33px;
	width: 176px;
	background-image: url(btn_hover_down.jpg);
	background-repeat: no-repeat;
}
a.index {
text-decoration: none;
font-weight: bolder;
font-size: 12pt;
color: #55494D;
}
a.index:hover {
color: red;
}
img.btn {
	border: 0;
}

li { list-style-type: none; }

/*------------*/
/* pagination */
/*------------*/
#pagination {
position: absolute;
top: 20px;
left: 300px;
background-color: #DCDCDC;
width: 530px;
height: 20px;
}
a.btn_pagination {
font-size: 14pt;
border: 2px solid #55494D;
color: #55494D;
text-decoration: none;
display: inline-block;
}
a.btn_pagination:hover {
color: #DCDCDC;
background-color: #55494D;
}
span.pagination {
font-weight: bolder;
}
#maincontent_index {
padding-top: 30px;
}
