@font-face {
    font-family: 'texgyreadventorregular';
    src: url('font/texgyreadventor-regular-webfont.eot');
    src: url('font/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/texgyreadventor-regular-webfont.woff') format('woff'),
         url('font/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('font/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'texgyreadventorbold';
    src: url('font/texgyreadventor-bold-webfont.eot');
    src: url('font/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/texgyreadventor-bold-webfont.woff') format('woff'),
         url('font/texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('font/texgyreadventor-bold-webfont.svg#texgyreadventorbold') format('svg');
    font-weight: bold;
    font-style: normal;

}
body {
	font-size: 100%;
	font-family: texgyreadventorregular, sans-serif;
	color: slategray;
/*	background-color: rgb(50,50,50); */
	background-color: white;
	}
#wrapper {
}
#wrapper > header {
	font-size: 200%;
	margin-bottom: 20px;
}
#wrapper > div {
	padding-bottom: 0.8em;
}
#wrapper > footer {
	font-size: 70%;
	padding: 0;
   text-align: center;
}
#logo {
	font-size: 300%;
	font-family: texgyreadventorregular, sans-serif;
	text-align: center;
}
#claim {
	font-size: 100%;
	font-family: texgyreadventorregular, sans-serif;
	text-align: center;
}
#lang {
	font-size: 40%;
	font-family: texgyreadventorregular, sans-serif;
	text-align: center;
}
article {
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	min-width: 640px;
}
figure {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
figcaption {
	font-size: 90%;
   text-align: center;
}
#sidebar {
	float: right;
	margin: 0;
	padding-left: 5%;
	border: 0;
	width: 26%;
}
a:link {
	color: dimgrey;
	text-decoration: none;
}
a:visited {
	color: black;
}
a:hover {
	color: grey;
}
a:active {
	color: darkgoldenrod;
}
img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
ul {
	background-color: yellow;
   padding: 10px 0 12px 0;
}
li {
	background-color: cornsilk;
	padding: 0 0.8em 0 0.8em;
	display: inline;
}
