/* Allgemeines #######################################################################################################*/

* {
  font-family: 'Abel', sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  color: #ffffff;
}
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #202020;
  background-image: url('../img/bg.jpg');
  background-repeat: repeat;
  overflow: hidden;
}
header, footer, section, aside, article, nav {
  display: block;
}
a img {
  border: none;
}
h2, h3, p {
  margin: 0 0 25px 0;
  padding: 0;
}
h1 {
  margin: 0 0 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
}
nav#mainNav * {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* allgemeine Layout-Elemente ########################################################################################*/

p#noJs {
  padding-top: 100px;
  text-align: center;
}
div#transparentBlack {
  display: none;
  position: absolute;
  top: 0px;
  width: 300px;
  height: 100%;
  background-image: url('../img/transparentBlack.png');
  background-repeat: repeat;
}
.posAbout {
  left: 15px;
  width: 220px !important;
}
.posEdu {
  left: 120px;
}
.posMusic {
  left: 333px;
}
.posProgramming {
  left: 540px;
}
.posContact {
  left: 730px;
  width: 220px !important;
}
section#frame {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 960px;
  margin-left: -480px;
  height: 100%;
}
div#reInitTriggerBody {
  width: 100%;
  height: 100%;
}
div#reInitTriggerFrame {
  width: 100%;
  height: 100%;
}
nav#mainNav {
  display: none;
  position: absolute;
  top: 100px;
  left: 0px;
  width: 960px;
  text-align: center;
}
h1, nav#mainNav div {
  font-size: 20px;
  letter-spacing: 1px;
  color: #95d5ff;
  text-shadow: 0px 0px 20px #3182a0, 0px 0px 20px #3182a0;
}
nav#mainNav div {
  display: none;
  position: absolute;
  top: 70px;
  left: 0px;
  width: 80px;
  cursor: default;
  text-align: center;
}
nav#mainNav img {
  position: absolute;
  top: 0px;
  width: 60px;
  height: 60px;
}
img#navAbout {
  left: 37px;
}
img#navEdu {
  left: 243px;
}
img#navMusic {
  left: 449px;
}
img#navProgramming {
  left: 655px;
}
img#navContact {
  left: 861px;
}
article {
  display: none;
  position: absolute;
  top: 255px;
  width: 260px;
  padding: 0 20px;
  line-height: 1.6em;
  color: #dddddd;
  text-align: center;
}
article#contentAbout {
  text-align: left;
  left: 18px;
  width: 180px;
}
article#contentEdu {
  left: 120px;
}
article#contentMusic {
  left: 333px;
}
article#contentProgramming {
  left: 540px;
}
article#contentContact {
  text-align: right;
  left: 722px;
  width: 180px;
}
article a, section#imprint a {
  text-decoration: none;
  padding: 4px 14px;
  background-image: url('../img/linkBg.png');
  background-repeat: no-repeat;
  background-attachment: scroll;
}
article a:link, section#imprint a:link {
  background-position: -400px 0px;
}
article a:visited, section#imprint a:visited {
  background-position: -400px 0px;
}
article a:hover, section#imprint a:hover {
  background-position: 0px 0px;
  color: #ffffff;
  box-shadow: 0px 0px 24px #3182a0;
  -webkit-box-shadow: 0px 0px 24px #3182a0;
}
article a:active, section#imprint a:active {
  background-position: 0px 0px;
  color: #000000;
  box-shadow: 0px 0px 24px #3182a0;
  -webkit-box-shadow: 0px 0px 24px #3182a0;
}
a:active, a:focus {
  outline: none;
}
section#imprint {
  display: none;
  position: absolute;
  top: 100px;
  left: 50%;
  width: 960px;
  margin-left: -480px;
  text-align: center;
}
a#openImprint {
  display: none;
  position: fixed;
  bottom: 5px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  color: #777777;
  letter-spacing: 1px;
}
a#openImprint:hover {
  color: #dddddd;
}
a#openImprint:active {
  color: #ffffff;
}

/****************************************************************************************************** Media Queries */

@media only screen and (max-height: 665px) {
  nav#mainNav {
    top: 30px;
  }
  article {
    top: 185px;
  }
  section#imprint {
    top: 30px;
  }
}
