/* --- MAIN.CSS - DMV-International.com --- */

body, html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body, p, td, h1, h2, h3, h4, h5, h6, input, textarea, select {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

body {
	font-size: 0.8em;
	color: #000000;
	/*line-height: 1.1em;*/
	background-color: #e1ebf9;
}

p {
	margin: 0;
	padding: 0 0 11px;
}

a:link, a:visited, a:hover, a:active {
	color: #0033cc;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

a.anchor:link, a.anchor:visited, a.anchor:hover, a.anchor:active {	/* .anchor-links zijn interne bestemmingen */
	color: #000000;
	text-decoration: none;
}

a.more:link, a.more:visited, a.more:hover, a.more:active {
	padding: 0 0 0 13px;
	background: url(../images/ico_link.gif) transparent no-repeat 0 4px;
}

.alignRight {
	float: right;
	margin-left: 10px;
}

.alignLeft {
	float: left;
	margin-right: 10px;
}




/* --- hoofdstructuur --- */

#container {
	position: relative;	/* #footer wordt t.o.v. deze div gepositioneerd */
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/bg_site.gif) transparent repeat-y center top;
}

html>body #container {
	height: auto;
	min-height: 100%;
}

#skipNavigatie {
	position: absolute;
	left: -1000px;
}

#allButFooter {
	margin: 0;
	padding: 0 0 54px;	/* bottom minstens de totale hoogte van de footer */
}

#site {
	width: 770px;
	margin: 0 auto;
	overflow: hidden;
}


/* --------------- */
/* --- siteTop --- */
/* --------------- */

#siteTop {
	width: 770px;
	min-height: 106px;
	margin: -1px 0 0;
	padding: 0;
	overflow: hidden;
	background-color: #e1ebf9;
	border-width: 1px;
	border-style: solid none none;
	border-color: #e1ebf9;
}

/* --- servicemenu --- */

#serviceMenu {
	float: right;
	font-size: 0.85em;
	margin: 5px 0 10px;
	padding: 0 5px 0;
}

#serviceMenu li {
	float: left;
	margin: 0;
	padding: 0 6px 0 7px;
	background: url(../images/div_horizmenu.gif) transparent no-repeat 0 1px;
	list-style-type: none;
}

#serviceMenu li.eerste {
	padding: 0 6px 0 0;
	background-image: none;
}

#serviceMenu a:link, #serviceMenu a:visited, #serviceMenu a:hover, #serviceMenu a:active {
	display: block;
	color: #0033cc;
	text-decoration: none;
}

#serviceMenu a:hover, #serviceMenu a:active {
	text-decoration: underline;
}


/* --- siteLogo --- */

#siteLogo {
	display: block;
	float: left;
	margin: 29px 4px 0;
}

html>body #siteLogo {
	margin: 12px 8px 0;
}


/* --- siteSearch --- */

#siteSearch {
	float: right;
	clear: right;
	height: 22px;
	margin: 0 5px 0 0;
	padding: 0 0 0 9px;
	background: url(../images/bg_sitesearch.gif) transparent no-repeat left top;
}

html>body #siteSearch {
	margin: 0 10px 0 0;
}

#siteSearch label {
	display: block;
	float: left;
	height: 22px;
	margin: 0;
	padding: 4px 0;
}

#siteSearch input.siteSearchInput {
	display: block;
	float: left;
	vertical-align: middle;
	width: 195px;
	height: 16px;
	margin: 2px 1px 1px 4px;
	padding: 0 1px;
	border: 1px solid #024d9c;
}

html>body #siteSearch input.siteSearchInput {
	margin: 2px 4px 1px 4px;
}

#siteSearch input.siteSearchSubmit {
	display: block;
	margin: 0;
}


/* --- hoofdMenu --- */

#hoofdMenu {
	clear: both;
	margin: 0;
	padding: 14px 8px 0;
}

#hoofdMenu ul {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#hoofdMenu li {
	float: left;
	margin: 0 2px 0 1px;
	padding: 0;
	list-style-type: none;
}

#hoofdMenu li a:link, #hoofdMenu li a:visited, #hoofdMenu li a:hover, #hoofdMenu li a:active {
	display: block;
	width: 1em;
	text-decoration: none;
	margin: 0;
	padding: 0;
	background: url(../images/tab_right.gif) #004d9b no-repeat right top;
}

html>body #hoofdMenu li a:link, html>body #hoofdMenu li a:visited, html>body #hoofdMenu li a:hover, html>body #hoofdMenu li a:active {
	width: auto;
}

#hoofdMenu li a:hover, #hoofdMenu li a:active {
	text-decoration: none;
}

#hoofdMenu li a:link span, #hoofdMenu li a:visited span, #hoofdMenu li a:hover span, #hoofdMenu li a:active span {
	display: block;
	font-weight: bold;
	color: #ffffff;
	white-space: nowrap;
	text-decoration: none;
	margin: 0;
	padding: 2px 28px 4px 29px;
	background: url(../images/tab_left.gif) transparent no-repeat left top;
}

#hoofdMenu li a.eerste:link span, #hoofdMenu li a.eerste:visited span, #hoofdMenu li a.eerste:hover span, #hoofdMenu li a.eerste:active span {
	padding: 2px 29px 4px 30px;
}

#hoofdMenu li a:hover span, #hoofdMenu li a:active span {
	color: #adcdec;
	text-decoration: none;
}

#hoofdMenu li.actief a:link, #hoofdMenu li.actief a:visited, #hoofdMenu li.actief a:hover, #hoofdMenu li.actief a:active {
	background: url(../images/tab_right_actief.gif) #ffffff no-repeat right top;
}

#hoofdMenu li.actief a:hover, #hoofdMenu li.actief a:active {
}

#hoofdMenu li.actief a:link span, #hoofdMenu li.actief a:visited span, #hoofdMenu li.actief a:hover span, #hoofdMenu li.actief a:active span {
	color: #000000;
	background: url(../images/tab_left_actief.gif) transparent no-repeat left top;
}

#hoofdMenu li.actief a:hover span, #hoofdMenu li.actief a:active span {
	color: #004d9b;
	text-decoration: none;
}


/* ---------------- */
/* --- siteBody --- */
/* ---------------- */

#siteBody {
	clear: both;
	padding: 8px 10px 0;
	background: url(../images/bg_site_top.gif) transparent no-repeat left top;
}


/* --- breadcrumb --- */

#breadcrumb {
	font-size: 0.85em;
	margin: 0 0 0 160px;
	padding: 0;
	overflow: hidden;
}

#breadcrumb li {
	/*float: left;*/
	display: inline;
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../images/ico_link.gif) transparent no-repeat 0 2px;
	list-style-type: none;
}

#breadcrumb li.laatste {
	background-image: url(../images/ico_link_inactief.gif);
}

#breadcrumb ul {
	font-size: 1.0em;
	/*float: left;*/
	display: inline;
	margin: 0;
	padding: 0;
}

#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:active {
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#breadcrumb a:hover, #breadcrumb a:active {
	text-decoration: underline;
}


/* --- columnLeft --- */

#columnLeft {
	float: left;
	clear: left;
	width: 150px;
	padding: 0 10px 0 0;
}

#subMenu {
	font-size: 0.85em;
	width: 100%;
	margin: 0;
	padding: 6px 0 0;
	background-color: #e1ebf9;
	border-bottom: 3px solid #000000;
}

#subMenu li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #000000;
	list-style-type: none;
}

#subMenu li.actief {	/* actieve parent */
	background-color: #adcdec;
}

#subMenu li li.actief {	/* actieve parent subsubmenu */
	background-color: #7eb7e0;
}

#subMenu li a:link, #subMenu li a:visited, #subMenu li a:hover, #subMenu li a:active {
	display: block;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	width: 126px;
	margin: 0;
	padding: 3px 15px 4px 9px;
}

#subMenu li a:hover, #subMenu li a:active,
#subMenu li a.actief:link, #subMenu li a.actief:visited, #subMenu li a.actief:hover, #subMenu li a.actief:active {
	color: #ffffff;
	padding: 3px 15px 3px 9px;
	background: url(../images/bg_submenu_actief.gif) transparent no-repeat left top;
	border-bottom: 1px solid #ffffff;
}

#subMenu ul {
	margin: 0;
	padding: 0;
	background-color: #adcdec;
	border-bottom: 2px solid #000000;
}

#subMenu ul ul {
	background-color: #7eb7e0;
	border-bottom-style: none;
}

#subMenu li.laatste ul {
	border-style: none;
}

#subMenu ul li a:link, #subMenu ul li a:visited, #subMenu ul li a:hover, #subMenu ul li a:active {
	font-weight: normal;
	width: 114px;
	padding: 3px 15px 4px 21px;
	background: url(../images/ico_bullet.gif) transparent no-repeat 10px 7px;
}

#subMenu ul li a:hover, #subMenu ul li a:active,
#subMenu ul li a.actief:link, #subMenu ul li a.actief:visited, #subMenu ul li a.actief:hover, #subMenu ul li a.actief:active {
	padding: 3px 15px 3px 21px;
	background: url(../images/bg_subsubmenu_actief.gif) transparent no-repeat left top;
}

#subMenu ul ul li a:link, #subMenu ul ul li a:visited, #subMenu ul ul li a:hover, #subMenu ul ul li a:active {
	background-image: none;
}

#subMenu ul ul li a:hover, #subMenu ul ul li a:active,
#subMenu ul li li a.actief:link, #subMenu ul li li a.actief:visited, #subMenu ul li li a.actief:hover, #subMenu ul li li a.actief:active {
	background-image: url(../images/bg_submenu_actief.gif);
}




/* --- columnCenter --- */

#columnCenter {
	float: left;
	width: 400px;
}

/* --- kopjes --- */

.niveau1 h1, .niveau2 h2, .niveau3 h3, .niveau4 h4 {
	font-size: 1.9em;
	font-weight: bold;
	margin: 0;
	padding: 18px 0 18px 159px;
	border-bottom: 5px solid #000000;
}

.niveau1 h2, .niveau2 h1, .niveau3 h2, .niveau4 h3,
.niveau1 h3, .niveau2 h3, .niveau3 h1, .niveau4 h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 13px 0 0;
	padding: 0;
}

.niveau2 h3 {
	margin: 13px 0 7px;
}

.niveau1 h5, .niveau2 h5, .niveau3 h5, .niveau4 h5 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 18px 0 2px;
	border-bottom: 3px solid #000000;
}

.niveau1 .contentItem {
	margin: 10px 0 0;
}

#columnCenter ul {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	border-top: 1px solid #000000;
}

#columnCenter li {
	margin: 0;
	padding: 3px 12px 2px;
	background: url(../images/ico_bullet.gif) transparent no-repeat 2px 7px;
	border-bottom: 1px solid #000000;
	list-style-type: none;
}

.introItems {
	margin: 14px 0 0;
	padding: 0 0 10px;
	background: url(../images/kader_bottom.gif) transparent no-repeat 0 100%;
}

.introItems table {
	width: 100%;
}

.introItems td.afbeelding {
	width: 89px;
	margin: 10px 0 0;
	padding: 35px 0 0 10px;
	background: url(../images/kader_itemintro.gif) #e1ebf9 no-repeat 0 0;
}

.introItems td.text {
	padding: 35px 20px 10px 11px;
	background: url(../images/kader_itemintro.gif) transparent no-repeat 100% 0;
}

.introItems tr.eerste td.afbeelding {
	padding-top: 10px;
	background-position: 0 -25px;
}

.introItems tr.eerste td.text {
	padding-top: 10px;
	background-position: 100% -25px;
}

.introItems h5 {
	padding: 6px 0 2px;
}

.introItems p,
.nieuwsItem p {
	font-size: 0.85em;
	line-height: 1.2em;
	padding: 1px 0 11px;
}

.introItems a.more:link, .introItems a.more:visited, .introItems a.more:hover, .introItems a.more:active,
.nieuwsItem a.more:link, .nieuwsItem a.more:visited, .nieuwsItem a.more:hover, .nieuwsItem a.more:active {
	font-size: 0.85em;
	display: block;
	float: left;
	margin: -6px 0 0;
	background-position: 0 2px
}

.nieuwsItem {
	width: 400px;
	margin: 5px 0 12px;
	padding: 0;
	background: url(../images/kader_nieuws.gif) #ffffff no-repeat 0 3px;
}

.nieuwsItem .kader {
	width: 360px;
	padding: 0 20px 17px;
	overflow: hidden;
	background: url(../images/kader_bottom.gif) transparent no-repeat left bottom;
}

.nieuwsItem h5 {
	position: relative;
	width: 260px;
	padding-right: 100px;
}

.nieuwsItem .datum {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 0.80em;
	font-weight: normal;
	color: #666666;
}

ul#nieuwsOverzicht {
	margin: 6px 0 17px;
	border-style: none;
}

ul#nieuwsOverzicht li {
	clear: both;
	font-size: 0.85em;
	width: 373px;
	padding: 3px 12px 5px 15px;
	overflow: hidden;
	background: url(../images/ico_link.gif) transparent no-repeat 0 5px;
}

#nieuwsOverzicht .link {
	float: left;
	width: 270px;
	height: 26px;
	overflow: hidden;
	border-right: 1px solid #adcdec;
}

html>body #nieuwsOverzicht .link {
	height: auto;
	min-height: 26px;
}

#nieuwsOverzicht .datum {
	float: right;
	line-height: 1.1em;
	color: #666666;
	width: 95px;
	padding: 0 0 0 7px;
}


/* --- columnRight --- */

#columnRight {
	float: left;
	width: 180px;
	padding: 0 0 0 10px;
}

#columnRight .kader {
	width: 180px;
	margin: 13px 0 0;
	padding: 0 0 14px;
	background: url(../images/kader_sub_bottom.gif) #e1ebf9 no-repeat left bottom;
}

#columnRight .kader h5 {
	color: #024d9c;
	margin: 0;
	padding: 6px 10px;
	background: url(../images/kader_sub_top.gif) transparent no-repeat left top;
	border-style: none;
}

#columnRight .kader label {
	display: block;
	margin: 7px 10px 4px;
}

#columnRight .kader select {
	display: block;
	float: left;
	width: 140px;
	height: 20px;
	margin: 0 1px 0 5px;
	padding: 0;
}

html>body #columnRight .kader select {
	margin: 0 2px 0 10px;
}

#columnRight .kader input {
	display: block;
	/*float: right;*/
	margin: 0;
	padding: 0;
}


/* -------------- */
/* --- footer --- */
/* -------------- */

#footer {
	position: absolute;	/* positioneer t.o.v. #container */
	bottom: -1px;
	font-size: 0.85em;
	text-align: center;
	width: 100%;
	height: 26px;
	padding: 18px 0 0;
	background: url(../images/bg_footer_top.gif) #e1ebf9 no-repeat center top;
}

html>body #footer {
	bottom: 0;
}

#footer ul {
	display: inline;
	margin: 0;
	padding: 0;
}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0 0 0 5px;
	background: url(../images/div_horizmenu.gif) transparent no-repeat 0 1px;
	list-style-type: none;
}

#footer ul li.eerste {
	padding: 0;
	background-image: none; 
}

#footer ul li a:link, #footer ul li a:visited {
	text-decoration: none;
}

#footer ul li a:hover, #footer ul li a:active {
	text-decoration: underline;
}



#footer ul li a.actief:link, #footer ul li a.actief:visited, #footer ul li a.actief:hover, #footer ul li a.actief:active {
	font-weight: bold;
	text-decoration: none;
}

#footer #copyright {
	margin: 0;
	padding: 0 0 0 10px
}


/* ********************************** */
/* Vanaf hier is een nieuw stuk css   */
/* ********************************** */

 

.menuniveau1, .menuniveau1 ul {
            margin: 0px;
            padding: 0px;
            width: 150px;
            border-width: 1px;
            border-style: solid none;
            border-color: #000000;
            background: #84A7D9;
}

.menuniveau1 ul {
            border-width: 1px 0 2px;
}

.menuniveau1 ul ul {
            border-style: solid none none;
}

.menuniveau1 li {
            list-style-type: none;
            margin: 0;
            padding: 0px;
            border-bottom: 1px solid #000000;
}

.menuniveau1 li.laatste {
            border-style: none;        
}

.menuniveau1 a:link, .menuniveau1 a:visited, .menuniveau1 a:hover, .menuniveau1 a:active {
            width: 142px;
            font-weight: bold;
            color: #000000;
            text-decoration: none;
            padding: 4px;
            margin: 0;
            display: block;
}

.menuniveau1 a.aktief:link, .menuniveau1 a.aktief:hover, .menuniveau1 a.aktief:visited, .menuniveau1 a.aktief:active {
            width: 132px;
            background: url(../images/menu_pijldown.gif) no-repeat 0pt 10px;
            padding-left: 14px;
            font-weight: bold;           
}

.menuniveau2 li {
            background: #A9C3E7;
}

.menuniveau2 li a:link, .menuniveau2 li a:visited, .menuniveau2 li a:hover, .menuniveau2 li a:active {
            width: 132px;
            font-weight: normal;
            padding: 4px 4px 4px 14px;       
}

.menuniveau2 a.aktief:link, .menuniveau2 a.aktief:hover, .menuniveau2 a.aktief:visited, .menuniveau2 a.aktief:active {
            background: url(../images/menu_pijldown.gif) no-repeat 0pt 10px;
            font-weight: bold;
}

.menuniveau3 li {
            background: #D1E0F5;
}
 
.menuniveau3 li .aktief {
            background: url(../images/menu_pijldown.gif) #EAF1FA no-repeat 0pt 10px;
            font-weight: bold;
}

.menuniveau3 li .aktief a {
            width: 132px;
            padding-left: 14px;
}

.menuniveau4 li {
            background: #EAF1FA;
}

.menuniveau5 li {
            background: #ffffff;
}

.menuniveau5 a:link, .menuniveau5 a:visited, .menuniveau5 a:hover, .menuniveau5 a:active {
            font-weight: normal;
}

.menuniveau5 .aktief a:link, .menuniveau5 .aktief a:visited, .menuniveau5 .aktief a:hover, .menuniveau5 .aktief a:active {
            background: url(../images/menu_pijldown.gif) #ffffff no-repeat 0pt 10px;
            font-weight: bold;
}

.menuniveau1 a.paginaaktief:link, .menuniveau1 a.paginaaktief:hover, .menuniveau1 a.paginaaktief:visited, .menuniveau1 a.paginaaktief:active  {
            background: url(../images/menu_pijlright.gif) #ffffff no-repeat 142px 7px;
}

.aktieflijn {
            border-top: 2px solid #000000;
            width: 150px;
}
h1 {
	line-height:22px;
	}