/**********************************
*  Copyright 2008                 *
*  Ninix reclame en communicatie  *
*  Textielstraat 2d               *
*  7483 PB Haaksbergen            *
*  T +31 (0)53 572 79 99          *
*  F +31 (0)53 574 37 49          *
*  E info@ninix.nl                *
*  I www.ninix.nl                 *
**********************************/

/*
CSS algemeen
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	border: 0;
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #0E0059;
}

a {
	text-decoration: none;
}

#container {
	position: relative;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	z-index: 1;
}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 780px;
	height: 167px;
	background-image: url(../images/achtergrond/hoofdmenu.jpg);
	z-index: 2;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#hoofdmenu {
	position: absolute;
	left: 47px;
	top: 10px;
	font-size: 12px;
	text-transform: uppercase;
	color: #595959;
	vertical-align: top;
	z-index: 2;
}

#contact {
	position: absolute;
	right: 20px;
	top: 11px;
	font-size: 12px;
	text-transform: uppercase;
	color: #595959;
	vertical-align: top;
	z-index: 2;
}

#submenu {
	position: absolute;
	left: 47px;
	top: 140px;
	font-size: 12px;
	text-transform: uppercase;
	color: #595959;
	text-align: left;
	vertical-align: top;
	z-index: 2;
}

#subsubmenu {
	position: absolute;
	top: 167px;
	width: 782px;
	//width: 780px;
	height: 35px;
	background-color:black;
	opacity: .75;
	filter: alpha(opacity=75);
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
	z-index: 3;
}

#subsubmenu div.padding {
	float: left;
	width:35px;
	height:20px;
}

#subsubmenu a {
	position: relative;
	top: 9px;
	color: white;
	text-decoration:none;
	padding: 0px 10px 0px 10px;
}

#logo {
	position: absolute;
	left: 47px;
	top: 52px;
	width: 220px;
	height: 62px;
	z-index: 2;
}

#schilden {
	position: absolute;
	right: 18px;
	top: 52px;
	z-index: 2;
}

#schilden img {
	border: 0;
}

#schilden_tekst {
	position: absolute;
	font-size: 11px;
	font-weight: bold;
	color: #808080;
	right: 18px;
	top: 80px;
	z-index: 2;
}

#talen {
	position: absolute;
	right: 18px;
	top: 140px;
	z-index: 2;
	
	text-transform:uppercase;
}

#talen a {
	text-decoration:none;
	font-size:12px;
	color: #595959;
}

#sfeerbeeld {
	position: absolute;
	left: 0px;
	top: 167px;
	width: 780px;
	height: 128px;
	z-index: 2;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.home_fadeshow {
	position: relative;
	width: 435px;
	height: 254px;
}

.home_fadeshow img {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 999;
}

#content_home {
	position: absolute;
	left: 0px;
	top: 295px;
	width: 780px;
	background-image: url(../images/achtergrond/content.gif);
	z-index: 2;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

#content {
	position: absolute;
	left: 0px;
	top: 295px;
	width: 780px;
	background:#FFFFFF;
	z-index: 2;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

#content_home #powered, #content #powered {
	position:absolute;
	padding: 5px 10px 8px 0px;
	right: 35px;
	bottom: -30px;
	font-size: 11px;
	color: white;
}

#powered a {
	color: white;
}

table.content {
	width: 100%;
	height: 250px;
}

table.content td.main {
	padding-left: 34px;
	padding-bottom: 15px;
	text-align: justify;
	font-size: 12px;
	vertical-align:top;
}

table.content td.main table td {
	vertical-align:top;
	padding: 10px;
	font-size: 12px;
}

h1.kop1 {
	display: block;
	background: url(../images/achtergrond/kop1.gif) no-repeat;
	padding: 3px 0px 0px 25px;
	margin: 0px;
	height: 24px;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #7D7D7F;
	cursor: pointer;
}

h1.kop1 a {
	text-decoration: none;
	color: #7D7D7F;
}

td.main div.bericht {
	text-align:left;
	padding: 5px 10px 0px 0px;
}

td.main div.bericht p {
	display: table-row;
}

table.content td.nieuws {
	background-color:#4A4082;
	padding:10px 15px 15px 15px;
	text-align:justify;
	font-size:12px;
	vertical-align:top;
	width:240px;
	//width:238px;
	height:10px;
}

table.content td.nieuws a {
	text-decoration:none;
	color: black;
}

h2 {
	display: block;
	background: url(../images/achtergrond/kop2.gif) no-repeat;
	padding: 3px 0px 0px 25px;
	margin: 0px;
	height: 25px;
	font-size: 16px;
	font-weight:bold;
}

h1 {
	display:block;
	padding:3px 0px 0px 0px;
	margin: 0px;
	height:24px;
	font-size:16px;
	font-weight: bold;
	text-transform:uppercase;
	color: #7D7D7F;
}

td.nieuws div.hr {
	width: 100%;
	height: 15px;
	background: url(../images/achtergrond/lijn_nieuws.gif) no-repeat 50% 3px;

}

td.nieuws div.bericht {
	text-align: left;
	padding: 5px 35px 5px 20px;
	color: #FFFFFF;
	cursor: pointer;
}

td.nieuws div.bericht p {
	display: inline;
}

div.bericht a, div.tekst a {
	text-decoration: none;
	color: #0E0059;
}

div.bericht a:hover, div.tekst a:hover {
	text-decoration: none;
	color: #0E0059;
}


td.nieuws div.bericht span.datum {
	font-weight: bold;
	color: white;
}

#beurzen {
	padding: 0px 0px 0px 0px;
}

#content_home #lijn {
	width: 100%;
	height: 19px;
	background: url(../images/achtergrond/lijn_home.gif);
}

#content #lijn {
	width: 100%;
	height: 19px;
	background: url(../images/achtergrond/lijn.gif);
}

#wybenga {
	display: block;
	padding: 5px 0px 8px 40px;
	font-size: 11px;
	font-weight: bold;
}

#wybenga a {
	color: black;
}

#content_home #behind {
	position:absolute;
	padding: 5px 10px 8px 0px;
	right: 10px;
	bottom: 0px;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

#content #behind {
	position:absolute;
	padding: 5px 10px 8px 0px;
	right: 10px;
	bottom: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #FF8B17;
}

/* machine overzicht */

table.machine_overzicht_uitgebreid {
	margin: 2px 0px 10px 36px;
}

table.machine_overzicht_uitgebreid td {
	padding: 10px 10px 10px 10px;
}

table.machine_overzicht_uitgebreid img {
	border: 0;
}

table.machine_overzicht_uitgebreid .merk {
	display: block;
	font-size: 9px;
	position: relative;
	top: -5px;
}

table.machine_overzicht_uitgebreid .pagination {
	text-align: center;
	font-size: 11px;
}

table.machine_overzicht_uitgebreid a {
	text-decoration: none;
	color: #0E0059;
}

table.machine_overzicht_uitgebreid a:hover {
	color: #0E0059;
}

table.machine_overzicht_uitgebreid td.gebruikt_titel {
	padding: 10px 0px 0px 10px;
}

table.machine_overzicht_uitgebreid #resultaat_omschrijving {
	position:relative;
	top: -10px;
	width: 150px;
	font-size: 12px;
	text-align: left;
}

table.machine_overzicht_uitgebreid #resultaat_omschrijving_resultaten {
	width: 150px;
	font-size: 12px;
	text-align: left;
}

table.machine_overzicht_uitgebreid #machine_omschrijving {
	width: 325px;
	font-size: 12px;
	text-align: left;
}

table.machine_overzicht_uitgebreid #gebruikt_omschrijving {
	width: 500px;
	font-size: 12px;
	text-align: left;
}

table.machine_overzicht_uitgebreid #gebruikt_omschrijving p {
	display: table-row;
}

table.machine_overzicht {
	margin: 2px 0px 10px 36px;
	width: 680px;
	empty-cells: show;	
}

table.machine_overzicht td {
	padding: 10px 10px 10px 10px;
}

table.machine_overzicht img {
	border: 0;
}

table.machine_overzicht .merk {
	display: block;
	font-size: 9px;
	position: relative;
	top: -5px;
}

table.machine_overzicht .pagination {
	text-align: center;
	font-size: 11px;
}

table.machine_overzicht a {
	text-decoration: none;
	color: #0E0059;
}

table.machine_overzicht a:hover {
	color: #0E0059;
}

table.machine_overzicht td.gebruikt_titel {
	padding: 10px 0px 0px 10px;
}

#resultaat_info {
	font-size: 12px;
}

#resultaat_titel {
	color: #0E0059;
}

table.machine_overzicht #resultaat_omschrijving {
	position:relative;
	top: -10px;
	width: 150px;
	font-size: 12px;
	text-align: left;
}

table.machine_overzicht #resultaat_omschrijving_resultaten {
	width: 150px;
	font-size: 12px;
	text-align: left;
}

table.machine_overzicht #machine_omschrijving {
	width: 325px;
	font-size: 12px;
	text-align: left;
}

table.machine_overzicht #gebruikt_omschrijving {
	width: 500px;
	font-size: 12px;
	text-align: left;
}

table.machine_overzicht #gebruikt_omschrijving p {
	display: table-row;
}

/* taal pagina */

table.taal_pagina {
	margin: 12px 20px 20px 45px;
	height: 250px;
}

table.taal_pagina td {
	font-size: 11px;
}

table.taal_pagina div.tekst {
	font-size: 11px;
	text-align: left;	
	width: 575px;
}

/* standaard pagina */

table.standaard_pagina {
	margin: 12px 20px 20px 45px;
	height: 250px;
}

table.standaard_pagina td {
	font-size: 12px;
	vertical-align: top;
}

table.standaard_pagina div.tekst {
	font-size: 12px;
	text-align: left;	
	width: 575px;
}

table.standaard_pagina div.tekst img {
	display: block;
}

/* machines slide */

div.machines_slide {
	width: 780px;
	height: 100px;
	margin-bottom: 10px;
}

/* agenten overzicht */

table.agenten_overzicht {
	width: 715px;
	margin: 12px 20px 20px 45px;
}

table.agenten_overzicht table {
	padding:0;
}

table.agent {
	font-size: 11px;
	margin-bottom: 15px;
}

table.agent td.land {
	font-size: 12px;
	font-weight: bold;
}

table.agent td.label {
	color: #565556
}

table.agent td.value {
	color: #1B1B1B
}

table.agent td.value a {
	color: black;
	text-decoration:none;
}

/* contact formulier */

table.contact {
	width: 100%;
}

table.contact .contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 300px;
}

table.contact select.contact {

	width: 304px;
	//width: 300px;
}

table.contact .contact_tekst {
	font-size: 11px;
	padding-top: 5px;
	text-align: right;
	vertical-align: top;
}

table.contact .button {
	padding: 20px 0 0 0;
	text-align: right;
}

.error {
	color: red;
}

/* nieuwsarchief */

table.nieuwsarchief {
	margin: 12px 20px 20px 45px;
	height: 250px;
}

table.nieuwsarchief td {
	vertical-align: top;
}

table.nieuwsarchief a {
	display: block;
	text-decoration:none;
	font-size: 11px;
	color: black;
	padding-top: 3px;
}

a.hoofdmenu { padding-right: 13px; }
a.hoofdmenu:link { color: #3c3c3c; text-decoration: none; }
a.hoofdmenu:visited { color: #3c3c3c; text-decoration: none; }
a.hoofdmenu:active { color: #3c3c3c; text-decoration: none; }
a.hoofdmenu:hover { color: #0E0059; text-decoration: none; }

a.hoofdmenu_up { padding-right: 13px; }
a.hoofdmenu_up:link { color: #0E0059; text-decoration: none; }
a.hoofdmenu_up:visited { color: #0E0059; text-decoration: none; }
a.hoofdmenu_up:active { color: #0E0059; text-decoration: none; }
a.hoofdmenu_up:hover { color: #0E0059; text-decoration: none; }

a.contact:link { color: #3c3c3c; text-decoration: none; }
a.contact:visited { color: #3c3c3c; text-decoration: none; }
a.contact:active { color: #3c3c3c; text-decoration: none; }
a.contact:hover { color: #0E0059; text-decoration: none; }

a.contact_up:link { color: #0E0059; text-decoration: none; }
a.contact_up:visited { color: #0E0059; text-decoration: none; }
a.contact_up:active { color: #0E0059; text-decoration: none; }
a.contact_up:hover { color: #0E0059; text-decoration: none; }

/* landingspages */

div.landingspages {
	color: grey;

	margin-top: 100px;
}

div.landingspages span.category {
	display: block;
	font-weight: bold;

	margin-top: 10px;
}

div.landingspages a {
	color: grey;
	text-decoration: none;
}
