@CHARSET "UTF-8";

*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body {
	max-width: 100%;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

.navi1{
	text-align: center;
	cursor:pointer; 
	border-left: thin solid #ffffff; 
	border-top: thin solid #ffffff; 
	border-bottom: thin solid #ffffff; 
	background-color: #808000; 
}
.navi2{
	text-align: center;
	cursor:pointer; 
	border-left: thin solid #ffffff; 
	border-top: thin solid #ffffff; 
	border-bottom: thin solid #ffffff; 
	border-right: thin solid #ffffff; 
	background-color: #808000;
}

/* Homepage intro: two columns on desktop, stack on mobile */
.home-intro {
	width: 100%;
	max-width: 624px;
	margin: 0 auto;
	border-collapse: collapse;
}
.home-intro__col {
	width: 50%;
	vertical-align: top;
}
.home-intro__gap {
	width: 30px;
}
.home-intro__divider {
	width: 4px;
	background-image: url('/wwwimages2/hgtable.png');
	background-repeat: repeat-y;
}

.site-header__inner {
	width: 100%;
	border-collapse: collapse;
}
.site-header__brand img {
	max-height: 64px;
	width: auto;
}
.site-header__eu img {
	max-height: 48px;
	width: auto;
}
.site-header__title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #990000;
}
.site-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	margin: 0 auto;
	width: 100%;
	max-width: 298px;
}
.site-nav td {
	width: 50%;
}

@media (max-width: 700px) {
	.site-header__inner,
	.site-header__inner > tbody,
	.site-header__inner > tbody > tr,
	.site-header__inner > tbody > tr > td {
		display: block;
		width: 100% !important;
	}
	.site-header__brand,
	.site-header__eu {
		text-align: center !important;
		padding: 12px 16px !important;
	}
	.site-header__brand table,
	.site-header__brand table tbody,
	.site-header__brand table tr,
	.site-header__brand table td {
		display: block;
		width: 100%;
		text-align: center;
		padding-right: 0 !important;
	}
	.site-header__brand table td[rowspan] {
		margin-bottom: 8px;
	}
	.site-header__title {
		font-size: 28px;
	}
	.site-header__eu table {
		margin: 0 auto;
	}

	.home-intro,
	.home-intro > tbody,
	.home-intro > tbody > tr,
	.home-intro > tbody > tr > td {
		display: block;
		width: 100% !important;
	}
	.home-intro__gap {
		display: none !important;
	}
	.home-intro__divider {
		display: block !important;
		width: 100% !important;
		height: 4px;
		margin: 16px 0;
		background-image: none;
		background-color: rgba(128, 128, 0, 0.35);
	}
	.home-intro__col {
		padding: 0 16px;
		box-sizing: border-box;
	}
}
