html {
  height: 100%;
  margin: 0;
}

body {
  height: 100%;
  font-family: "Open Sans", sans-serif;
  color: #000;
  background-color: #fff;
  margin: 0;
  min-width: 1000px;
}

a, h1, h2, h3, h4, h5, h6 {
  color: #007597;
}

a:hover {
  text-decoration: none;
}

h1,h2{
  margin: 0 0 20px;
  font-weight: 600;
  font-size: 2em;
}

hr {
  height: 0;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #007597;
}

.clearfix {
  clear: both;
}

.wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -50px;
}

.cycle-slideshow {
  overflow: hidden;
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

.cycle-slideshow img {
  min-width: 100%;
  min-height: 100%;
}

header, footer {
	height: 50px;
	background-color: rgba(255, 255, 255, 0.85);
	position: relative;
}
header .language{
	position: absolute;
	right: 10px;
	top: 10px;
}
header .logo {
  float: left;
  margin-top: 8px;
  font-size: 1.4em;
  font-weight: bold;
  text-decoration: none;
}

footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 0;
  color: #007597;
}

footer .credits {
  float: left;
}

header .wrapper, footer .wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}

header nav, footer nav {
  text-align: right;
}

header nav ul, footer nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

header nav li, footer nav li {
  display: inline-block;
}

header nav a {
  display: block;
  padding: 14px;
  text-decoration: none;
}

footer nav a {
  display: inline-block;
  margin: 0 15px;
  text-decoration: none;
}

header nav a:hover, header nav .current a {
  color: #fff;
  background-color: #007597;
}

.wrapper-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0;
}

.content {
  margin-bottom: 50px;
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, .85);
  overflow: hidden;
}

.content p:last-child {
  margin-bottom: 0;
}

.content .subpages {
  float: left;
  width: 150px;
}
.content .subpages ul{
  width: 150px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.content .subpages li {
  margin-bottom: 10px;
}

.content .subpages a {
  font-size: .9em;
  color: #007597;
}

.content .inner {
  margin-left: 170px;
}

.content ul {
  list-style: outside square;
}
