/************************/
/* HTML & Body & Common */
/************************/

html {
	width: 100%;
	height: 100%;
	margin: 0
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	background-image: url(../img/HintergrundReiki_1250x800_q50.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 150%;
}
a {
	display: inline-block;
	text-decoration: none;
	color: black;
	background: rgb(100,100,100);
	background: rgba(100,100,100,0.5);
}
a.selected {
	background: rgb(30,30,30);
	background: rgba(30,30,30,0.5);
}
a:hover,
a:active {
	background: rgb(239, 208, 39);
	background: rgba(239, 208, 39, 0.6);
}
a.text {
	display: inline;
	color: black;
	background: none;
	font-weight: bold;
}
h1 {
	font-size: 120%;
	font-weight: 700;
	margin: 0.5em;
	text-align: center;
	/*
	background-color: red;
	border: medium;
	border-color: blue;
	*/
}
h2 {
	font-size: 100%;
	font-weight: 700;
	margin: 0.5em;
}
ul {
	list-style-type: none;
	position: absolute;
	padding: 0em;
	overflow-y: scroll;
}
li {
	margin-bottom: 0.4em;
	margin-right: 0.4em;
	-webkit-box-shadow: 0.2em 0.2em 0.3em #111;
	-moz-box-shadow: 0.2em 0.2em 0.3em #111;
	box-shadow: 0.2em 0.2em 0.3em #111;
}

/**************/
/* Navigation */
/**************/

img.action_home {
	position: absolute;
	top: 0.5%;
	left: 0.5%;
	height: 10%;
	z-index: 200;
}
img.action_infos {
	position: absolute;
	top: 0.5%;
	right: 0.5%;
	height: 5%;
	/*
	left: 3em;
	*/
}
a.actions {
	position: absolute;
	top: 0.5%;
	width: 7em;
	padding: 0.1em;
	text-align: center;
}
a.action_right {
	right: 4em;
}
a.action_left {
	right: 12em;
}

/*******/
/* Map */
/*******/

img[usemap] {
	border: none;
	width: auto;
	max-width: 80%;
	height: 95%;
	max-height: 95%;
	position: absolute; top: 5%; left: 0px;
	z-index: 30;
}

/********************/
/* Lessons & Player */
/********************/

div.player {
	position: absolute; top: 40%; left: 5%;
	width: 45%;
	z-index: 100;
}
ul.lessons {
	top: 7%;
	height: 89%;
	right: 0.5em;
	margin: 0px;
	z-index: 90;
}
li.lessons {
	font-size: 120%;
	font-weight: 700;
}
li.selected {
	-webkit-box-shadow: 1px 1px 3px #111;
	-moz-box-shadow: 1px 1px 3px #111;
	box-shadow: 1px 1px 3px #111;
}
li img {
	float: left;
	margin-left: 10px;
}
p.lessons {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	margin-left: 110px;
	margin-right: 0px;
	width: 11.8em;
}

/****************/
/* Common popup */
/****************/

.common_popup {
	position: absolute;
	top: 25%;
	left: 5%;
	width: 50%;
	padding: 1em;
	-webkit-box-shadow: 5px 5px 10px #111;
	-moz-box-shadow: 5px 5px 10px #111;
	box-shadow: 5px 5px 10px #111;
	z-index: 100;
}

/*****************/
/* Message popup */
/*****************/

div.message_popup {
	background: rgb(239, 208, 39);
	background: rgba(239, 208, 39, 0.6);
}

/****************/
/* Dialog popup */
/****************/

form.dialog_popup {
	color: black;
	background: rgb(200, 170, 78);
	background: rgba(200, 170, 78, 0.8);
}

label {
	/*
	background-color: aqua;
	*/
}

input {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 100%;
}

input.dialog-text {
	float: right;
	width: 12em;
	/*
	background-color: silver;
	*/
}

input.dialog-button {
	height: 2em;
	width: 7em;
	margin-left: 0.75em;
	margin-right: 0.75em;
	/*
	background-color: lime;
	*/
}

div.dialog-input-line {
	line-height: 1.5em;
	padding-top: 0em;
	padding-bottom: 1em;
	text-align: left;
	/*
	padding-left: 1em;
	padding-right: 1em;
	background-color: purple;
	*/
}

div.dialog-button-line {
	text-align: center;
	/*
	padding: 1em;
	background-color: teal;
	*/
}

.dialog-message {
	font-weight: 800;
	font-size: 75%;
	text-align: justify;
	padding-bottom: 1em;
	/*
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	background-color: yellow;
	*/
}

.error {
	background-color: crimson;
	font-size: 120%;
	/*
	padding-top: 1em;
	color: crimson;
	*/
}

/*********************/
/* Introduction text */
/*********************/

p.introduction_text {
	width: 17.2em;
}

/*********/
/* Infos */
/*********/

ul.infos {
	top: 5%;
	height: 89%;
	left: 5%;
	width: 90%
}
li.infos {
	background: rgb(100,100,100);
	background: rgba(100,100,100,0.5);
	padding: 0.5em;
}
p.infos {
	margin: 0.3em;
}
p.last_update {
	font-style: italic;
}
