@charset "UTF-8";
html,
body {
	height: 100%;
	background: #222; 
  /* background: #FFF;*/
  color: #333;
  font-family: 'Lato', sans-serif;
}


h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 0px;
	padding-left: 0px;
}

h1 {
  font-weight: 700;
  font-size: 2.59em;
  color: #333;
  margin: 0 0 0.0em 0;
}
h2 {
  font-weight: 400;
  font-size: 1.03em;
  color: #333;
}

.disthl {
  margin: 0.3em 0 0.1em 0;
}

span {
  font-size: 1.03em;
}

a img {
  border: none;	
}

a {
  font-weight: 400;
  color: #333;
  font-size: 1.03em;
  text-decoration: none;
  font-weight: normal;
  cursor: pointer; cursor: hand;
  transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  margin: 0 0.4em 0 0.4em
}

.el:before {
margin: 0 0 1.5em 0;
  display: block;
  content: attr(mno) "\002F" attr(mpr) "\0020" "\007C" "\007C" "\0020" attr(dad) "\0040" attr(dau);
  unicode-bidi: bidi-override;
  direction: rtl;
}

a.cv {
  color: #cf8000;
}
a.xi {
  color: #006567;
}
a.li {
  color: #0079b5; 
}

a:hover, a:active, a:focus { 
	text-decoration: none;
  color: #999999;
}
/*
.container {
  width: 70%;
  height: 70%;
  margin: 40px auto;
  background: #f00;
}
*/
.outer {
  display: table;
  width: 100%;
  height: 100%;
}
.inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.centered {
  position: relative;
  display: inline-block;
  /* width: 50%; */
  padding: 2em 3.5em 2.5em 3.5em;
  margin-top: -5em;
  background: url(../bg/paper.jpg); 
}

.imprint {
  position: absolute;
  bottom: -2.5em;
  right: -1em;
  
  /*
  display: block;
  margin-top: 3em;
*/
  color: #999;
  padding: 1em;
  font-size: 0.7em
}

.positioned-absolutely {

  color: #999;
  padding: 1em;
  font-size: 0.7em
}