body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
}

h1 {
	margin: 0;
	padding: 0px 10px 0px 0px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 3em;
	color: #C1002D;		/* red */
}

h2 {
	margin: 0;
	padding: 0px 10px 0px 0px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 3em;
	color: #262626;		/* black */
}

h3 {
	margin: 0;
	padding: 0px 10px 0px 0px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 1.6em;
	color: #C1002D;		/* red */
}

h4 {
	margin: 0;
	padding: 0px 10px 0px 0px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 1.6em;
	color: #262626;		/* black */
}

h5 {
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 100%;
	color: #262626;
}

a {
	color: #717171;
}


/* RED HEADER */

#header {
	/* height: 80px; */
	background: #C1002D url(images/img01.png) repeat;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

#header_container {
	width: 1200px;
	margin: 0px auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

#task_container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: 20px;
}

/*
- vertical align of single-line nodes
- first item: remove indentation, but keep padding when hovering
*/

.task_item {
	font-family: 'Oswald', sans-serif;
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 300;
	background: none;
	text-align: center;
}

.task_item:hover, .langchooser_item:hover, .current_page_item {
	background: rgba(0,0,0,0.2);
}

#langchooser_container {
	width: 150px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-content: space-around;
	align-items: baseline;
	gap: 8px 15px;
}


/* WHITE MAIN PART */

#main {
	background: #FFFFFF;
	color: black;
}

#main_hachure {
	background: #FFFFFF url(images/img05.jpg) repeat;
	color: black;
}

#main_container {
	width: 1200px;
	padding: 0px 30px;
	margin: 0px auto;
}

#pagetitle {
	padding: 20px 0px 10px 0px;
}

#pagetitle h1, #pagetitle h2 {
	display: inline-block;
}

.longtext {
	color: #626262;
	line-height: 180%;
}

#menu_container {
	padding: 10px 0px 20px 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	column-gap: 20px;
	row-gap: 5px;
}

.menu_item {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: 300;
}

.menu_item a {
	text-decoration: none;
	color: #626262;
}

.menu_item a:hover {
	color: #C1002D;
}

.current_menu {
	font-weight: 400;
	color: #000000;
}

#menu_other {
	color: #000000;
	padding-left: 11px;
	background-image: url(images/img10.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 8px;
	background-origin: padding-box;
}

#menu_other:hover {
	color: #C1002D;
	padding-left: 11px;
	background-image: url(images/img10.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 8px;
	background-origin: padding-box;
}

#content_container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}

#mapid {
	margin-bottom: 20px;
}

#sidebar {
	width: 300px;
	/*
	margin: 0px;
	padding: 0px 0px 0px 0px;
	*/
}

#sidebar > div {
	border-top: 1px solid #AAAAAA;
	padding: 10px 0px 10px 0px;
}

#sidebar > .first_sidebar_item {
	padding-top: 0px;
	border-top: none;
}

#sidebar a {
	margin-left: 5px;
	padding-left: 8px;
	background: url(images/img10.png) no-repeat left 50%;
}

#legend {
	border: solid 1px #AAAAAA;
	overflow: auto;
	padding: 5px;
	height: 510px;
	width: 270px;
}

#legend table {
	margin-bottom: 1em;
}

#legend > div {
	border-top: 1px solid #AAAAAA;
	padding: 10px 0px 10px 0px;
}

#legend > .first {
	padding-top: 0px;
	border-top: none;
}

/* from dominance - check if this is required */
.legendfield {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 240px;
}


/* RED FOOTER */

#footer {
	background: #C1002D url(images/img01.png) repeat;
}

#footer_container {
	width: 1200px;
	margin: 0px auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	
}

.footer_item {
	color: #EEEEEE;
	padding: 10px 20px;
	max-width: 36%;
}

.footer_item h3 {
	color: #EEEEEE;
}

.footer_item h3 a {
	text-decoration: none;
}

.footer_item a {
	color: #EEEEEE;
}


/* INFOCONTENT - FOR HISTOGRAM AND INFO POPUPS */

#popupbackground {
	background: #C1002D url(images/img01.png) repeat;
}

#infocontent {
	background-color: white;
	color: #626262;
	margin: 30px;
	padding: 20px;
	min-height: 320px;
	line-height: 180%;
}

#infocontent h1 {
	font-size: 2em;
	color: #7D7764;
    padding-bottom: 10px;
}

#infocontent a {
	padding-left: 8px;
	background: url(images/img10.png) no-repeat left 50%;
}

#infocontent svg {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}

#infocontent .label {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	text-anchor: middle;
}

#infocontent .axis path, .axis line {
	fill: none;
	stroke: #000;
	shape-rendering: crispEdges;
}

#infocontent .link {
	fill: none;
	stroke-width: 1px;
}

.customTooltip {
	background: none;
	border: none;
	box-shadow: none;
}

.dot {
	height: 15px;
	width: 15px;
	border-radius: 50%;
	border:1px solid black;
	display: inline-block;
  }