/* FULL RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	color: #000;
	font-family: 'MerriweatherSansRegular', 'Lucida Sans Unicode','Lucida Grande',sans-serif;
	font-size: 13px;
	background: #5a4f4c;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
}
.printonly {
	display: none;
}
.print {
	position: absolute;
	top: 0px;
	left: 880px;
	display: none;
}



/* GENERAL */
a {
	outline: none;
	text-decoration: none;
	-webkit-text-size-adjust:none;
}
h1 { 
	font-family: 'MerriweatherSansBold', 'Lucida Sans Unicode','Lucida Grande',sans-serif;
	font-size: 15px;
}
strong {
	font-family: 'MerriweatherSansBold', 'Lucida Sans Unicode','Lucida Grande',sans-serif;
}


/* TOPBAR */
#topbar_back {
	top: 0px;
	width:100%;
	height: 80px;
    background:#3b52b2;
}
#topbar {
    margin: 0 auto;
    width: 990px;
	height: 80px;
}
#logo {
}

/* END OF TOP BAR */



/* MENU SECTION */
#menu_back {
	width:100%;
	height: 80px;
    background:#fff;
}
#menu {
    margin: 0 auto;
    width: 930px;
    padding-top: 30px;
    text-align: center;
}


/* MAIN TEXT SECTION */
#main_back {
	width:100%;
	height: 520px;
    background:#79afc9;
}
#main {
    margin: 0 auto;
    width: 930px;
    padding: 40px 30px 22px 30px;
}
#main a {
    color:#fff;
    text-decoration: underline;
}


/* HOMEPAGE */

p.home_intro {
	font-family: 'MerriweatherSansRegular', 'Lucida Sans Unicode','Lucida Grande',sans-serif;
	font-size: 19px;
	line-height: 1.4;
	color: #fff;
	display: block;
	width: 650px;
}
.home_intro_xl {
	display: block;
	font-size: 26px;
	line-height: 1.3;
	text-shadow: 0 2px 2px #3b52b2;
	margin-bottom: 4px;
}
#main p.home_intro a {
    color:#5a4f4c;
}


/* SPECIAL SECTION: JURISDICTION */
#jurisdictions_back, #offices_back {
 	position: absolute;
 	/* top: 160px; */
 	top: 80px;
	width:100%;
	height: 650px;
	visibility: hidden;
	background-color: #fff;
}

#jurmembox, #officesbox {
 	position: relative;
	margin: 30px auto;
    width: 930px;
    height: 590px;
    display: block;
}
#jurmem {
	display: block;
 	position: absolute;
	top: 0px;
    width: 930px;
    height: 620px;
    overflow: hidden;
}
#jurmemdivs {
	position: absolute;
	left: 0px;
}
#jurisdictions, #membersdiv {
	position: absolute;
	top: 0px;
    width: 990px;
    padding: 2px;
}
#membersdiv {
	margin-left: 990px;
}
#membersdiv .kol1, #membersdiv .kol2  {
	float: left;
}
#membersdiv .kol1 {
    width: 350px;
	margin-right: 30px;
}
#membersdiv .kol1 h1 {
	padding-top: 34px;
	background: url('../img/marker.png') top left no-repeat;
}
#membersdiv .kol2 {
    width: 550px;
    padding-top: 34px;
}
#europe {
	float: left;
	width: 655px;
	height: 530px;
	padding: 14px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	box-shadow:0 0 2px rgb(0,59,107);
}
#eumap {
	width: 655px;
	height: 530px;
	background: #fff;
	-moz-border-radius: 24px;
	border-radius: 24px;
}

#inzet {
	float: left;
	width: 210px;
	margin-left: 25px;
}

#jurtext {
	margin-bottom: 15px;
}
#jurtext a, #jurtext a:hover {
    color:#509ec3;
	text-decoration: underline
}

#jpmap {
	margin-left: -85px;
	margin-bottom: 25px;
	z-index: 9;
	width: 255px;
	height: 250px;
	border: 14px solid #fff;
	background: #fff;
	-moz-border-radius: 24px;
	border-radius: 24px;
	box-shadow:0 0 2px rgb(0,59,107);
}


/* OUD:

#jpmap {
	margin: -325px 0 0 600px;
	z-index: 9;
	width: 255px;
	height: 250px;
	border: 14px solid #fff;
	background: #fff;
	-moz-border-radius: 24px;
	border-radius: 24px;
	box-shadow:0 0 2px rgb(0,59,107);
}
#jurtext {
	margin: -515px 0 0 710px;
	width: 210px;
}
#jurtext a {
    color:#5a4f4c;
	text-decoration: underline
}
#jurtext a:hover {
    color:#a6a388;
}

*/






.markerTip {
	display: block;
	padding: 8px;
	min-width: 95px;
}

.ulMem {
	color: #fff;
}

#membersdiv a {
    color:#509ec3;
}
#membersdiv a:hover {
    color:#a6a388;
}
#DK, #EE, #FI, #DE, #GR, #IT, #NL, #JP, #NO, #PT, #SC, #ES, #SE, #CH1, #CH2 {
	display:none;
}



#membersKop, #officesKop {
	float: left;
	width: 405px;
}
#membersKop, #officesKop {
	padding: 40px 0 30px 0;
}
.offices {
	float: left;
	width: 225px;
}
.membersW {
	float: left;
	width: 245px;
}
.membersS {
	float: left;
	width: 160px;
}



#offices_back {
	height: 500px;
}
#officesbox {
	/* width: 450px; */
}

.membersW a, .membersS a {
    color:#509ec3;
    line-height: 24px;
}
.membersW a:hover, .membersS a:hover {
    color:#5a4f4c;
	text-decoration: underline
}
.offices a {
    color:#5a4f4c;
    line-height: 24px;
}
.offices a:hover {
	color:#a6a388;
	text-decoration: underline
}

#officesButs {
	padding-top: 40px;
	text-align: right;
}

/* FOOTER */
#footer_back {
	width:100%;
	height: 150px;
    background:#5a4f4c;
}
#footer {
    margin: 0 auto;
    width: 990px;
}

#unContact, #unContactKop {
	float: left;
	width: 290px;
	margin-left: 40px;
}

#unMembersKop, #unOfficesKop {
	float: left;
	width: 300px;
}
#unContactKop, #unMembersKop, #unOfficesKop {
	padding: 40px 0 30px 0;
}
.unMembersW, .unOffices {
	float: left;
	width: 180px;
}
.unMembersS {
	float: left;
	width: 120px;
}

#footer p {
	color: #dbd499;
	margin-bottom: 16px;
}
#footer p.kop {
	font-size: 14px;
}
#footer p.copyright {
	clear: both;
	font-size: 12px;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}
#footer a {
	color: #fff;
	text-decoration: underline
}
#footer a:hover {
	color: #dbd499;
}
#footer .extern a, #footer .extern a:hover{
	color: #b6d9e9;
	text-decoration: underline
}



/* BUTTONS */

#menu a {
	background-color:#79afc9;
	padding: 12px 24px;
	color: #fff;
	text-transform:uppercase;
	-moz-border-radius: 24px;
	border-radius: 24px;
	font-size:14px;
	margin-right: 10px;

}
#menu a.active, #menu a:hover {
	background-color:#3b52b2;
}

#but_contact_home {
	float: right;
	margin-top: -20px;
	margin-right: 25%;
}

#but_contact_home a, a.butOff {
	background-color:#5a4f4c;
	padding: 12px 24px;
	color: #fff;
	text-transform:uppercase;
	-moz-border-radius: 24px;
	border-radius: 24px;
	font-size:12px;

}
#but_contact_home a:hover, a.butOff:hover {
	background-color:#3b52b2;
}

#but_jurmap {
	position: absolute;
	top: 490px;
	left: 0px;
	display: none;
}

#but_jurmap a, a.butJur {
	background-color:#509ec3;
	padding: 12px 24px;
	color: #fff;
	text-transform:uppercase;
	-moz-border-radius: 24px;
	border-radius: 24px;
	font-size:12px;
}
#but_jurmap a:hover, a.butJur:hover {
	color: #fff;
	background-color:#a6a388;
}






@media only screen and (max-device-width: 780px) {
	body {
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
	}
}
