/* ver 13 */

html {
}

body {
	background: #fff;
	margin:0px;
}

body, td, th {
	font-family: "helvetica", System-ui;
	font-size: 1.3em;
}

body, td, th, h2, h3, h4 {
	line-height:1.5em;
}

video, img {
	max-width: 100%;
}

sup {
	text-decoration:none!important;
	color: #fff;
	font-size: 10px;
	font-weight:normal;
	background: orange;
	border-radius: 3px;
	padding: 0px 2px;
	font-family: mwf-segoe,Segoe UI,Segoe,sans-serif;
	margin-left: 3px;
}

h1, h2, h3 {
	color: #666;
}

h2 {
	font-size: 1.8em;
	font-weight:bold;
}

h3 {
	font-size: 1.5em;
	font-family: "sans-serif";
}

content h2 {
	font-weight:bold;
	padding-top: 20px;
}

content h2:first-child {
	padding-top:0px;
}

h1 img {
	float:left;
	display:block;
}

cite {
	display:block;
	box-sizing:  border-box;
	border-left: 4px solid #007CB9;
	font-style: italic;
	background: #F2FBFF;
	padding: 10px;
	font-family: 'sans serif';
	margin-top: 10px;
}

a {
	color: #007CB9;
	text-decoration: none;
}


a:hover {
	text-decoration:  underline;
}

content, header, footer, aside {
	display:block;
	box-sizing:border-box;
}

content, aside {
	float:left;
}

table h1 {
	margin:0px;
	padding:0px;
}

header h1 {
	margin:0px;
	color:#fff;
	font-size: 1.5em; 
	font-family: tahoma;
	font-weight:bold;
	white-space: nowrap;
}

header a, footer a {
	color: LightBlue;
}

header table td {
	vertical-align: middle;
}

header img {
	float:left;
}

header, footer {
	padding:10px;
	display:block;
	background: #007CB9;
	color:#fff;
	clear: both;
	text-shadow: 1px 1px 0px #000;
	font-family: mwf-segoe,Segoe UI,Segoe,sans-serif;
}

header span {
	text-shadow: none;
	font-size: 80%;
}

content {
	width: 800px;
	float: left;
	margin-left:20px;
}

aside {
	width:300px;
	float:left;
	margin:20px;
	border: solid 1px #efefef;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box:
	padding:0px;
}

aside ul {
	padding: 10px 20px;
}

aside li {
	padding: 4px;
	margin-bottom:5px;
	list-style:none;
	list-style-position: inside;
	border-bottom: solid 1px #efefef;
}

.btn {
	text-align:center;
	box-sizing:border-box;
	padding: 10px 20px;
	display:block;
	border-radius: 3px;
	background: #efefef;
	color: #000;
	margin-left:10px;
	margin-right:10px;
}

.btn:hover  {
	background: #007CB9;
	color: #fff;
	text-decoration: none;
}

aside .btn {
	margin-bottom: 10px;
}

aside ul li:last-child {
	border:none;
}

h1 a, footer a {
	text-decoration:none;
}

#langChooser {
	float:right;
	color: #000;
}

#langChooser a {
	color: #FFC993;
	text-decoration:none;
}

.slider {
	display: block;
	overflow: hidden;
	text-align:center;
	vertical-align: middle;
	width: 100%;
	box-sizing: border-box;
	font-size: 80%;
}

.slider img {
	max-height: 100%;
	max-width: 100%;
	margin: auto;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.scroll_vertical {
	width: 100%;
	overflow: auto;
	white-space:  nowrap;
	height:280px;
}

content a[href$=".pdf"], content a[href$=".exe"], content a[href$=".zip"] {

	padding-left: 25px;
	background-repeat:  no-repeat;
	background-position: left center;
}

content a[href$=".pdf"]
{
	background-image:url(../img/pdf.gif);
}

content a[href$=".exe"]
{
	background-image:url(../img/exe.gif);
}

content a[href$=".zip"]
{
	background-image:url(../img/zip.gif);
}

aside cite {
	border:none;
	padding:10px;
	background: inherit;
	text-align:center;
	border-top: outset thin #efefef
}

aside.noStyle {
	float:right;
	background: none;
	border:none;
	box-shadow:none;
	margin:auto;
}

aside.noStyle img {
	margin-top:20px;
}

ul.grid {
	display:block;
	float:none;
	clear: both;
	margin: 0;
	padding:0;
}

ul.grid li {
	display:block;
	height: 120px;
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	margin-top:10px;
	padding-left:20px;
	padding-bottom:10px;

}

ul.grid li a {
	display:block;
	font-weight: bold;
	font-size: 1.5em;
	padding-bottom:20px;
}

ul.grid li a:hover {
	text-decoration: underline;
}

.langSelector {
	font-size:14px;
}

.gallery img, .gallery .icon
{
  border: solid 4px #FFF;
  box-shadow: 0px 0px 4px #ccc;
  margin: 20px;
  margin-left:0px;
  margin-top:0px;
  width:90px;
  height:90px;
  display:block;
  background-size: 100% auto;
  background-repeat:no-repeat;
  background-position:center center;
  float:left;
}

.noMobile { display:block; }
.noDesktop { display:none; }

@media screen and (max-width: 800px) {

	body {
		margin:0px;
	}

	content, header, footer, aside {
		max-width:100%;
		box-sizing:border-box;
		float:none;
		width:auto;
		padding:20px;
		margin:0px;
	}
	
	header {
		padding: 5px;
		padding-right:20px;
	}

	aside {
		margin: 10px;
	}

	#langChooser {
		right: 0px;
	}

	ul.grid li {
		margin: 0px;
		margin-top: 20px;
		float: none;
		width: 100%;
		box-sizing: border-box;
	}

	.noMobile { display:none; }
	.noDesktop { display:block; }
}

