@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url('/gL/fonts/RobotoCondensed-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed Regular';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url('/gL/fonts/RobotoCondensed-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed Light';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url('/gL/fonts/RobotoCondensed-Light.ttf') format('truetype');
}
body {
  margin: 0;
  font-family: sans-serif;
  background-color: #0057A2;
  font-size: 100%;
  min-width: 900px;
  color: black;
}
a {
  color: #0057A2;
}
a:hover {
  color: #9e0b0f;
}
#header {
  background-color: #0057A2;
  box-shadow: 0 0 10px 1px rgba(0,0,0,0.8);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.8);
  position: relative;
  z-index: 2;
  max-height: 20vw;
  min-height: 200px;
  overflow: hidden;
}
#header img#headerBackground {
  width: 100%;
  display: block;
}
#header img#headerLogo {
  position: absolute;
  top: 15px;
  left: 15px;
  height: 80px;
}
#header div#headerText {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 250%;
  color: white;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom,rgba(0,0,0,0),#000000);
  width: 100%;
  padding: 50px 10px 10px 15px;
  box-sizing: border-box;
  text-align: center;
}
#header div#headerText a {
  color: inherit;
  text-decoration: none;
}
#header div.headerCornerBox {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 90%;
  padding: 3px 6px 4px 6px;
  border-radius: 0 0 0 5px;
  color: #0057A2;
}
#header div.headerCornerBox a {
  text-decoration: none;
  color: inherit;
}
#header div.headerCornerBox a:hover {
  color: #9e0b0f;
}
#header div.headerCornerBox a img {
  vertical-align: middle;
  height: 1em;
  margin-left: 3px;
  border: 1px solid white;
}
#menu {
  background-color: #0057A2;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 115%;
  text-align: center;
  color: white;
  padding: 10px 10px 0px 10px;
  position: relative;
  border-bottom: 5px solid #CBAF5B;
  z-index: 1;
}
#menu a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
  padding: 3px 10px 3px 10px;
  border-radius: 5px 5px 0 0;
  margin: 0 2px;
  background-color: #0080ef;
}
#menu a:first-child {
  margin-left: 0;
}
#menu a:last-child {
  margin-right: 0;
}
#menu a:hover {
  color: #0057A2;
  background-color: white;
}
#menu a.active {
  background-color: #CBAF5B;
  color: white;
}
#menu a.active:hover {
  color: white;
  background-color: #CBAF5B;
}
#container {
  background-color: #e4f3ff;
  box-shadow: inset 0px 11px 8px -10px rgba(0,0,0,0.5), inset 0px -11px 8px -10px rgba(0,0,0,0.5);
}
#container #main {
  margin: 0 10%;
  padding: 10px 0;
  min-height: 250px;
}
#container #main h1,
#container #main h2,
#container #main h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 165%;
  color: #0057A2;
}
#container #main h1:first-child,
#container #main h2:first-child,
#container #main h3:first-child {
  margin-top: 0.4em;
}
#container #main h1 a,
#container #main h2 a,
#container #main h3 a {
  color: inherit;
}
#container #main h1 a:hover,
#container #main h2 a:hover,
#container #main h3 a:hover {
  color: #9e0b0f;
}
#container #main h1 span {
  float: right;
  font-size: 75%;
}
#container #main h1 span a {
  color: inherit;
}
#container #main h1 span a img {
  vertical-align: middle;
  height: 1em;
  margin-left: 3px;
  border: 1px solid #0057A2;
}
#container #main h2 {
  font-size: 120%;
  color: #0080ef;
}
#container #main h3 {
  font-size: 90%;
  color: #0080ef;
}
#container #main p {
  font-size: 90%;
  text-align: justify;
}
#container #main p img.wide {
  display: block;
  max-width: 100%;
  outline: 1px solid #0057A2;
  cursor: pointer;
}
#container #main p img.center {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  outline: 1px solid #0057A2;
  cursor: pointer;
}
#container #main p img.small {
  display: block;
  max-width: 175px;
  outline: 1px solid #0057A2;
  float: left;
  margin: 5px 10px 5px 0;
  cursor: pointer;
}
#container #main p img.small-right {
  float: right;
  margin: 5px 0 5px 10px;
  cursor: pointer;
}
#container #main p strong {
  color: #0057A2;
}
#container #main p.allkiri {
  font-size: 80%;
  text-align: center;
  color: #0057A2;
  font-style: italic;
  margin-top: 0;
}
#container #main div.formValue {
  font-size: 80%;
  color: #0057A2;
  margin: 8px 0;
}
#container #main div.formValue span {
  display: block;
  font-size: 120%;
  font-weight: bold;
  color: #0057A2;
}
#container #main div.formValue span a {
  color: inherit;
}
#container #main p.liid {
  font-weight: bold;
}
#container #main p.desc {
  margin-top: -1.2em;
  font-size: 80%;
  font-style: italic;
}
#container #main p.autor {
  font-size: 80%;
  font-style: italic;
}
#container #main div.smallfloater {
  font-size: 70%;
  font-style: italic;
  color: #0057A2;
  float: left;
  margin: 5px 10px 10px 0;
}
#container #main div.smallfloater img {
  display: inline-block;
  width: 175px;
  outline: 1px solid #0057A2;
  margin-bottom: 0px;
  margin-left: 10px;
}
#container #main div.smallfloater img:first-child {
  margin-left: 0;
}
#container #main p.allkiri {
  font-style: italic;
  margin-top: -10px;
  font-size: 80%;
}
#container #main li {
  font-size: 90%;
}
#container #main li span {
  float: right;
}
#container #main div.pageMenu {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 100%;
}
#container #main div.pageMenu a {
  background-color: #0057A2;
  color: #0057A2;
  border-radius: 3px;
  display: inline-block;
  padding: 3px 8px;
  text-decoration: none;
  margin: 0 2px;
}
#container #main div.pageMenu a:hover {
  color: #0057A2;
}
#container #main div.pageMenu a:first-child {
  margin-left: 0;
}
#container #main div.pageMenu a:last-child {
  margin-right: 0;
}
#container #main div.ifembed {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 53%;
}
#container #main div.ifembed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#container #main table {
  border-collapse: collapse;
  width: 100%;
}
#container #main table th {
  border: 1px solid #0057A2;
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
  font-size: 110%;
  font-weight: 700;
  padding: 6px;
  background-color: #0057A2;
}
#container #main table td {
  border: 1px solid #0057A2;
  padding: 6px;
  font-size: 85%;
}
#container #main table td span.koolitusTitle {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 130%;
  display: block;
  margin-bottom: 0.5em;
}
#container #main table td.nowrap {
  white-space: nowrap;
}
#container #main form input[type=text],
#container #main form select,
#container #main form textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  border: 2px solid #0057A2;
  margin: 3px 0;
  font-family: sans-serif;
  font-size: 100%;
}
#container #main form select {
  width: auto;
}
#container #main form textarea {
  height: 9em;
}
#container #main button,
#container #main .linkButton {
  background-color: #098dff;
  color: white;
  padding: 7px;
  border: 2px solid #0057A2;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 120%;
}
#container #main button:hover,
#container #main .linkButton:hover {
  background-color: white;
  color: #0057A2;
}
#container #main .linkButton {
  font-size: 120%;
  display: inline-block;
  padding: 3px 5px;
  text-decoration: none;
}
#container #main p.message {
  padding: 10px;
  border: 2px solid #f6dd00;
  background-color: #fff9c3;
  margin: 1em 0;
  font-size: 110%;
}
div.footer {
  background-color: #0057A2;
  border-top: 5px solid #CBAF5B;
  padding: 10px 0;
  font-size: 80%;
  color: white;
  font-family: 'Roboto Condensed Light', sans-serif;
  font-weight: 300;
}
div.footer div.footerLeft {
  margin: 0 10%;
}
div.footer div.footerLeft strong {
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
}
div.footer div.footerLeft div.footerRight {
  float: right;
}
div.footer a {
  color: inherit;
}
div.footer a:hover {
  color: #e4d5a8;
}
div.separator {
  clear: both;
}
#solAdmin {
  background-color: #e4f3ff;
}
#solAdmin p.admNotification {
  background-color: #0057A2;
  color: white;
  border: 1px solid #CBAF5B;
  margin: 10px;
  padding: 10px;
}
#solAdmin #admMenu {
  text-align: center;
  background-color: #0057A2;
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  padding: 8px;
  color: white;
}
#solAdmin #admMenu a {
  text-decoration: none;
  display: inline-block;
  padding: 2px 8px 2px 8px;
  border-radius: 3px;
  background-color: white;
  color: #0057A2;
  margin: 0 2px;
}
#solAdmin #admMenu a:hover {
  color: #CBAF5B;
}
#solAdmin #admForm1 {
  float: left;
  width: 200px;
  background-color: #cbe7ff;
  margin: 10px;
  padding: 10px;
}
#solAdmin #admForm1 select {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
}
#solAdmin #admForm2 {
  background-color: #cbe7ff;
  margin: 10px;
  margin-left: 240px;
  padding: 10px;
}
#solAdmin #admForm2 textarea,
#solAdmin #admForm2 input[type=text] {
  box-sizing: border-box;
  width: 100%;
}
#solAdmin #admForm2 textarea {
  height: 400px;
  font-family: sans-serif;
  font-size: 80%;
}
#solAdmin #admForm2 p:first-child {
  margin-top: 0;
}
#solAdmin #admForm2 p:last-child {
  margin-bottom: 0;
}
div.galeriiList {
  margin-top: 10px;
}
div.galeriiList div.listItem div.listImageContainer {
  position: relative;
  max-height: 500px;
  overflow: hidden;
  margin: 10px 0;
  border: 2px solid #0057A2;
}
div.galeriiList div.listItem div.listImageContainer img.itemImage {
  width: 100%;
  display: block;
}
div.galeriiList div.listItem div.listImageContainer div.itemText {
  color: white;
  position: absolute;
  bottom: 0;
  background-color: #0057A2;
  padding: 7px 10px 7px 10px;
  margin-bottom: 25px;
  max-width: 65%;
}
div.galeriiList div.listItem div.listImageContainer div.itemText div.itemTitle {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 200%;
  line-height: 1em;
}
div.galeriiList div.listItem div.listImageContainer div.itemText div.itemTitle a {
  text-decoration: none;
  color: inherit;
}
div.galeriiList div.listItem div.listImageContainer div.itemText div.itemTitle a:hover {
  text-decoration: underline;
}
div.galeriiList div.listItem div.listImageContainer div.itemText div.itemDesc {
  font-family: 'Roboto Condensed Regular', sans-serif;
  font-weight: 400;
  margin-top: 3px;
}
div.galeriiList div.listItem div.listImageContainer div.itemText p {
  margin: 10px 0 0 0;
  font-size: 105%;
  text-align: left !important;
}
div.galeriiList div.listItem div.listImageContainer div.itemText > img {
  height: 0.8em;
}
div.galeriiList div.listItem p.photocredit {
  font-family: 'Roboto Condensed Regular', sans-serif;
  font-weight: 400;
  font-size: 90%;
  margin-top: -10px;
  margin-left: 10%;
  text-align: right !important;
}
div.galeriiList div.listItem p.photocredit a {
  text-decoration: none;
}
div.galeriiList div.listItem p.photocredit a:hover {
  color: #CBAF5B;
}
div.galeriiList div.listItem p.photocredit span {
  font-family: 'Roboto Condensed Light', sans-serif;
  font-weight: 300;
  color: #000000;
}
div.galeriiList div.listItem em.more a {
  text-decoration: none;
}
