@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: local('Oxygen'), local('Oxygen-Regular'), url(Oxygen.woff2) format('woff2'), url(Oxygen.woff) format('woff');
}
body {
	font-family: Oxygen, Arial, sans-serif;
	overflow: scroll;
}

#headerDots {
	height: 10px;
	background: -moz-linear-gradient(left, #0000ff 0%, #39008f 25%, #ff0000 50%, #ffb300 75%, #ffdd00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0000ff), color-stop(25%,#39008f), color-stop(50%,#ff0000), color-stop(75%,#ffb300), color-stop(100%,#ffdd00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #0000ff 0%,#39008f 25%,#ff0000 50%,#ffb300 75%,#ffdd00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #0000ff 0%,#39008f 25%,#ff0000 50%,#ffb300 75%,#ffdd00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #0000ff 0%,#39008f 25%,#ff0000 50%,#ffb300 75%,#ffdd00 100%); /* IE10+ */
	background: linear-gradient(to right, #0000ff 0%,#39008f 25%,#ff0000 50%,#ffb300 75%,#ffdd00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000ff', endColorstr='#ffdd00',GradientType=1 ); /* IE6-9 */
	margin-bottom: 10px;
	overflow: hidden;
}

#headerDots img {
	vertical-align: top;
}

td {
	border: 1px solid #CCCCCC;
	padding: 5px;
}

th {
	padding: 5px;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #AA0055;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.noborder {
	color: #FFFFFF;
}

h1 {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: large;
	font-weight: bold;
}

h2 {
	margin-bottom: 10px;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
}

h3 {
	margin-bottom: 7px;
	font-size: small;
	font-weight: bold;
}

h2.topline {
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
}

h4 {display:run-in;}

p {
	text-align: justify;
}

p.center {
	text-align: center;
}

.small {
	font-size: xx-small;
	text-align: center;
}

#page {
	background: white;
	max-width: 950px;
	min-width: 350px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
	box-shadow: 5px  0px 30px #eee,
               -5px  0px 30px #eee,
                0px -5px 30px #eee,
                0px  5px 30px #eee;
}

@media only screen and (max-width : 400px) {
#page {
	box-shadow: none;
	padding: 0px 8px 0px 0px;
}
}

#menu {
	font-size: small;
}

#navLinks a {
	padding: 4px 8px 4px 8px;
	border: 1px solid black;
	font-weight: bold;
	color: white;
	background-color: blue;
	line-height: 230%;
}

#navLinks a.menu0selected {
	background-color: #5500AA;
}

#navLinks a.menu1 {
	background-color: #5500AA;
}

#navLinks a.menu1selected {
	background-color: #AA0055;
}

#navLinks a:hover {
	border-color: #FF7F00;
}

#navLinks img#flag {
	padding: 3px;
	border-width: 0px;
	vertical-align: text-top;
}

#content {
	font-size: small;
}

#thumbnails {
	text-align: center;
}

#thumbnails div {
	display: inline-block;
	vertical-align: middle;
	width: 160px;
	height: 160px;
	padding: 2px;
	margin: 4px 0px 0px 0px;
	border: solid 1px #CCCCCC;
}

.fullWidthPicture {
	max-width: 100%;
}

.maxWidthPicture390 {
	width: 390px;
	max-width: 100%;
}

#bottomEnclosure {
	clear: both;
	overflow: hidden;
	line-height: 30px;
}

.share {
	margin-right: 50px;
}

#feedbackform {
    width: 170px;
	text-align: center;
	margin: 5px 30px 0px 0px;
}

#feedbackbutton {
    width: 170px;
}

.levelSelected {
     font-weight: bold;
}

.startButton {
	margin-left: auto;
	margin-right: auto;
	background-color: blue;
	border: 1px solid black;
	display: block;
	padding: 9px 23px;
	width: 250px;
	text-align: center;
}

.startButton a {
	color: white;
	font-size: 15px;
	font-weight: bold;
}
