﻿/*
Blauw:        Pantone 302                 (RGB:   0, 71,107) (HEX: #004f6b)
Licht blauw:  Pantone 302 (50%)           (RGB: 127,163,181) (HEX: #7Fa3B5)
Donker grijs: Pantone Cool Gray 11        (RGB: 102, 99,102) (HEX: #666366)
Middel grijs: Pantone Cool Gray 11 (50%)  (RGB: 163,161,163) (HEX: #a3a1a3)

Gebruik in applicaties:
Lichtblauw:   PANTONE 7457 C 							(RGB: 216,228,236) (HEX: #D8E4EC) (ONGEVEER 14% van Pantone 302 C)
*/

/* GENERAL ELEMENTS */
html, body, form {
	width: 100%;
	height: 100%;
	margin: 0px;
}
body{
	font-family: verdana, tahoma, arial;
	font-size: 8pt;
	line-height: 1.4em;
	color: #666366;
	background-color: #fff;
}
h1, h2, h3, h4 {
	color: #004f6b;
}
h1 {
	font-size: 10pt;
	background-image: url(../images/headerline.png);
	margin-left: -6px;
	padding-bottom: 4px;
	padding-left: 6px;
	background-position: 0% 100%;
	background-repeat: no-repeat;
}
h2, h2 a {
	font-size: 10pt;
	color: #004f6b;
}
p {
	line-height: 150%;
}
input, select, textarea {
	font-family: verdana, tahoma, arial;
	font-size: 8pt;
	border: 1px dotted #a3a1a3;
	border-bottom: 1px solid #a3a1a3;
	padding-left: 2px;
	padding-right: 2px;
}
#fldName, #fldEmail {
	width: 200px;
}
#fldPostalCode {
	width: 70px;
}
#fldCity, #fldTelephone {
	width: 150px;
}

input[type=text]:hover {
	border-bottom: 1px solid #666366;
	background-color: #ecf1f3;
}
input[type=text]:focus {
	border-bottom: 1px solid #666366;
	background-color: #d9e4e8;
}

a {
	color: #004f6b;
}

/* MAIN SECTIONS */
#sectionComplete {
	width: 100%;
	height: 100%;
	max-width: 1280px;
	background-image: url(../images/gebouw.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#sectionContentContainer {
	position: absolute;
	z-index: 1;
	top: 114px;
	left: 0px;
	right: 0px;
	bottom: 86px;
	overflow: auto;
	background-image: url(../images/data.png);
	background-position: 40% 100%;
	background-repeat: no-repeat;
}
#sectionContent {
	position: absolute;
	left: 324px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 2;
	padding-top: 20px;
	min-width: 432px;
	max-width: 632px;
}

#sectionContent div {
	margin-top: -10px;
}

.frontpageitem, .frontpageitemclick {
	position: relative;
	float: left;
	width: 200px;
	height: 150px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.frontpageitemclick {
	cursor: pointer;
}
#sectionLeft #logo {
	position: absolute;
	width: 106px;
	height: 103px;
	left: 110px;
	top: 10px;
}
#sectionSubjectStyle {
	position: absolute;
	z-index: 0;
	top: 94px;
	right: 0px;
	bottom: 86px;
	left: 324px;
}
#dateLM {
	position: absolute;
	float: left;
	clear: left;
	font-size: 6pt;
	color: #7Fa3B5;
	left: 4px;
	top: 2px;
}

/* MENU's */
#sectionMenuLeft {
	position: absolute;
	top: 0px;
	left: 324px;
	right: 324px;
	height: 94px;
	background-image: url(../images/bars_back.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	z-index: 3;
}
#sectionMenuRightAdmea {
	position: absolute;
	top: 0px;
	width: 316px;
	right: 0px;
	height: 94px;
	color: #7Fa3B5;
	padding-top: 5px;
	padding-left: 8px;
	background-image: url(../images/bars_right_back.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	z-index: 2;
}
/*
#sectionMenuRightAdmea {
	z-index: 4;
}
*/

#sectionMenuRightXelyn, #sectionMenuRightMagiCAD {
	display: none;
	visibility: hidden;
}

#sectionMenuLeft #menuMain {
	position: absolute;
	z-index: 3;
	top: 54px;
}
#sectionMenuLeft #menuSub {
	position: absolute;
	z-index: 3;
	top: 77px;
}
#menuSubSub {
	position: absolute;
	z-index: 3;
	top: 96px;
}
#sectionFooterLeft #nav {
	position: absolute;
	float: left;
	clear: left;
	/* left: 4px; */
	left: 324px;
	top: 22px;
}
#sectionFooterLeft #nav a {
	font-size: 7pt;
	color: #004f6b;
}

.MenuDropDownLevel1Group {
	max-width: 632px;
	overflow: hidden;
	margin-left: -6px;
}
.MenuDropDownLevel1Text {
	margin-left: 6px;
	margin-right: 6px;
	cursor: pointer;	
}
.MenuDropDownLevel1Text .semicolon {
	color: #A3A1A3;
}
.MenuDropDownLevel1Text:hover {
	text-decoration: underline;
}
#menuMain .MenuDropDownLevel1Row {
	border-right: 1px solid #a3a1a3;
}
#menuSub .MenuDropDownLevel1Row {
	border-right: 1px solid #ffffff;
}
#menuSubSub .MenuDropDownLevel1Row {
	border-right: 1px dotted #7Fa3B5;
}
#menuMain .MenuDropDownLevel1Text {
	color: #ffffff;
	font-size: 10pt;
}
#menuSub .MenuDropDownLevel1Text {
	color: #666366;
}

/* FOOTER */
#sectionFooterLeft {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 324px;
	/* height: 86px; */
	height: 60px;
	background-position: 100% 0px;
	background-repeat: repeat-x;
	background-image: url(../images/footer_back.png);
}
#sectionFooterRight {
	position: absolute;
	bottom: 0px;
	width: 350px;
	right: 0px;
	/* height: 86px; */
	height: 60px;
	background-positon: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../images/footer_right_back.png);
}

/* SEARCH */
#sectionFooterRight #sectionSearch {
	position: absolute;
	width: 300px;
	right: 0px;
	/* top: 45px; */
	top: 10px;
	left: 8px;
}
.searchInput {
	width: 140px !important;
	height: 17px !important;
	background-image: url(../images/search.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	border: 1px solid #ffffff;
	padding-left: 22px;
	padding-right: 2px;
	color: #004f6b;
	padding-top: 3px;
	margin-top: 0px;
}
.searchInput:focus, .searchInput:hover {
	border: 1px solid #004F6B;
}
.searchButton {
	margin-top: 2px;
	width: 76px !important;
	height: 23px !important;
	/* padding-top: 3px !important; */
	text-align: center !important;
	background-color: #004f6b;
	border: 1px outset #A3A1A3;
	color: #FFFFFF !important;
}

