html {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: .84em;
	color: #222;
	line-height: 1.4em;
	background: #111;
	height: 100%;
}

body.overlay_open {
	overflow: hidden;
}

#lang_change {
	position: absolute;
	top: 0px;
	right: 0px;
}

#page {
	width: 900px;
	margin: 10px auto 0px auto;
}

a .section_header, a.section_header_link {
	text-decoration: none;
}
  
h1, h2, h3, h4, h5, h6 {
	color: #362C20;
	letter-spacing: 0em;
	padding: 0 0 5px 0;
}

h1, h2, h3 {
	font: normal 150% 'lucida sans', arial;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	color: #A30101;
}

h2 {
	font-size: 140%;
	padding: 9px 0 5px 0;
	color: #009FBC;
}

h3 {
	font-size: 140%;
	padding: 5px 0 0 0;
}

h4, h6 {
	color: #009FBC;
	padding: 0 0 5px 0;
	font: normal 110% arial;
	text-transform: uppercase;
}

h5, h6 {
	color: #888;
	font: normal 95% arial;
	letter-spacing: normal;
	padding: 0 0 15px 0;
}

a, a:hover {
	outline: none;
	text-decoration: underline;
	color: #AEB002;
}

a:hover {
	text-decoration: none;
}

p {
	line-height: 1.5em;
	padding-bottom: 17px;
}

ul {
	margin: 2px 0 12px 0;
}

ul li {
	margin: 0 0 0 0; 
	padding: 0 0 4px 25px;
	line-height: 1.5em;
}

ol {
	margin: 8px 0 22px 0;
}

ol li {
	margin: 0 0 11px 20px;
}

#content {
	padding: 0px;
	background: #FFF;
}

.section_header {
	padding: 10px 25px 10px 25px;
	background: #444;
	color: #FFF;
	border-top: 1px solid #555;
	border-bottom: 1px solid #222;
	cursor: pointer;
	font-size: 120%;
	position: relative;
	z-index: 20;
}

.section_header:hover {
	background: #06D4EC;
	border-bottom: 1px solid #06D4EC;
}

.section_content {
	padding: 25px;
	background: #FFF;
	display:none;
}

.selected > a > .section_header {
	background: #06D4EC;
	border-bottom: 1px solid #06D4EC;
}

#logo {
	width: 100%;
	height: 78px;
	background: transparent;
	color: #444;
	position: relative;
	z-index: 10;
	padding-top: 15px;
}

#logo h1 {
	font: normal 600% 'century gothic', arial;
	padding: 0 0 0 20px;
	margin: 0;
	color: #444;
}
  
.mosaique>* {
	display: inline;
}

.mosaique img {
	max-width: 33%;
}

.mosaique_element {
	position: relative;
}

.mosaique_label {
	position: absolute;
	bottom: 0;
	left: 15%;
	max-width: 70%;
	background-color: rgba(0,0,0,0.5);
	color: white;
}

#overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

#overlay_background {
	position: absolute;
	background-color: black;
	opacity: 0.9;
	height: 100%;
	width: 100%;
	z-index: 9000;
}

#overlay_page {
	position: relative;
	background-color: #FAFAFA;
	border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-ms-border-radius: 6px 6px 6px 6px;
	-o-border-radius: 6px 6px 6px 6px;
	width: 900px;
	max-height: 100%;
	margin: 50px auto 0px auto;
	z-index: 9001;
}

.button {
	width: 36px;
	min-width: 36px;
	height: 27px;
	background-color: whiteSmoke;
	background-image: -webkit-gradient(linear,left top,left bottom,from(whiteSmoke),to(#F1F1F1));
	background-image: -webkit-linear-gradient(top,whiteSmoke,#F1F1F1);
	background-image: -moz-linear-gradient(top,whiteSmoke,#F1F1F1);
	background-image: -ms-linear-gradient(top,whiteSmoke,#F1F1F1);
	background-image: -o-linear-gradient(top,whiteSmoke,#F1F1F1);
	background-image: linear-gradient(top,whiteSmoke,#F1F1F1);
	border: 1px solid gainsboro;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px ;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	display: inline-box;
	box-sizing: content-box;
	text-align: center;
}

.button.left {
	border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	-o-border-radius: 2px 0 0 2px;
	-ms-border-radius: 2px 0 0 2px;
	margin-right: 0;
}

.button.right {
	border-radius: 0 2px 2px 2;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	-o-border-radius: 0 2px 2px 0;
	-ms-border-radius: 0 2px 2px 0;
	margin-left: 0;
}

.button img {
	display: inline-block;
	vertical-align: middle;
}

#overlay_buttons {
	float: left;
	height: 30px;
	margin-bottom: 10px;
}

#overlay_close {
	float: right;
}

#overlay_content {
	clear: left;
	overflow-y: scroll;
}

#overlay_content::-webkit-scrollbar {
	background: transparent;
	height: 10px;
	width: 10px;
}

#overlay_content::-webkit-scrollbar-thumb {
	background-color: #888;
	height: 50px;
	width: 50px;
}

#overlay_content::-webkit-scrollbar-thumb:hover {
	background-color: #444;
}

#overlay_inner {
	padding: 5px;
}

#overlay_header * {
	vertical-align: middle;
	text-align: center;
}

#overlay_header img {
	display: inline-block;
}

#overlay_header a {
	display: inline-block;
}

#overlay_header {
	margin-bottom: 10px;
}

#overlay_wrap {
	overflow: hidden;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 8999;
}

#overlay_wrap.init_open {
	display: initial;
}

.init_open .section_content {
	display: block;
}

#overlay_frame {
	margin: 5px;
}

#overlay_frame * {
	max-width: 100%;
}

#overlay_frame .player, #overlay_frame img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
