/*
Design by oryon-dominik
Hahaaha, these were some experiments from like the 90ies.. still here, still usefull :P
*/
@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
} /* very important for centering and other effects to work, resets the divs positions */

/* generics */
html {
  height: 100%;
}
body {
  background: #87190c url("/assets/website/cyberise/images/background.b6a123701b8f.png") repeat;
  color: #423945;
  height: 100%;
  width: 100%;
  padding: 0px;
  font-family: "Aldrich", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/* the positioner is centering all other divs*/
#positioner {
  width: 1050px;
  margin: 0 auto;
}
/* WRAPPER - the wrapper is the site with all its content itself (the big white box)- only the copyright-footer is not inside the wrapper */
#wrapper {
  background: #fffdf5;
  color: #423945;
  width: 980px;
  overflow: hidden;
  margin: 15px;
  padding: 15px;
  box-shadow: 20px 20px 20px 7px rgba(0, 0, 0, 0.6);
  border-radius: 40px;
}

/* HEADER (Container 'header' for logo & title) */
#header {
  width: 100%;
  overflow: hidden;
  padding: 5px 25px;
}
#logo {
  position: absolute;
  margin: 0px 80px;
  margin-left: 820px;
  margin-top: -12px;
  float: right;
}

/* for showing all the nice content inside */
#container {
  /* width:              100%; */
  overflow: hidden;
  height: 680px;
  width: 950px;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  padding: 15px;
  margin: 0;
}

#footer {
  color: #fffdf5;
  text-align: center;
  margin-left: 350px;
  padding-top: 0px;
  font-family: "Aldrich", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  overflow: hidden;
}
