/* ############################################################

RESET CSS

############################################################*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ############################################################

STANDARD

############################################################*/
.hidden {
  display: none;
}
/* ############################################################

RESPONSIVE DESIGN

############################################################*/
@media only screen and (min-width: 1024px) {
  div#MIDDLEcontainer,
  div#TOPcontent {
    width: 1250px;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 1024px) {
  div#MIDDLEcontainer,
  div#TOPcontent {
    width: 100%;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 500px) {
  div#MIDDLEcontainer,
  div#TOPcontent {
    width: 100%;
  }
}
* {
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  background-color: #ffe5b8;
  height: 100%;
  margin: 0;
}
div#header {
  width: 100%;
  background-color: #f7c24e;
  height: 4em;
}
div#header div#TOPcontent {
  height: 100%;
}
div#header div#TOPcontent img#logo {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  height: 90%;
  margin-left: 15px;
}
div#header div#TOPcontent nav#TOPnavigation {
  position: absolute;
  top: 0px;
  display: inline-block;
}
div#header div#TOPcontent nav#TOPnavigation ul {
  padding: 8px 0px;
  list-style-type: none;
  list-style: none;
}
div#header div#TOPcontent nav#TOPnavigation ul li {
  width: 120px;
  display: inline;
  padding: 20px;
  text-align: center;
}
div#header div#TOPcontent nav#TOPnavigation a {
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
}
div#header div#TOPcontent nav#TOPnavigation a:hover {
  border-bottom: 2px solid white;
}
div#header div#TOPcontent nav#TOPnavigation a.active {
  color: white;
  border-bottom: 2px solid white;
}
div#header div#TOPcontent nav#SUBnavigation {
  display: inline-block;
  margin-left: 15px;
  margin-top: 35px;
}
div#header div#TOPcontent nav#SUBnavigation ul {
  padding: 8px 0px;
  list-style-type: none;
  list-style: none;
}
div#header div#TOPcontent nav#SUBnavigation ul li {
  display: inline;
  padding: 5px;
  text-align: center;
}
div#header div#TOPcontent nav#SUBnavigation a {
  text-decoration: none;
  text-transform: uppercase;
  color: black;
  font-weight: 600;
}
div#header div#TOPcontent nav#SUBnavigation a:hover {
  border-bottom: 2px solid white;
}
div#header div#TOPcontent nav#SUBnavigation a.active {
  color: white;
  border-bottom: 2px solid white;
}
div#header div#TOPcontent div#userbar {
  display: inline-block;
  float: right;
}
div#main-wrap {
  position: absolute;
  top: 4em;
  bottom: 1em;
  width: 100%;
  overflow: auto;
}
div#MIDDLEcontainer {
  min-height: 100%;
  padding-top: 20px;
  overflow: auto;
}
div#footer {
  position: absolute;
  height: 1em;
  width: 100%;
  bottom: 0.1em;
  z-index: 10;
  text-align: center;
  background-color: #ffe5b8;
}
div#footer div#copyright {
  display: inline-block;
  padding: 5px 20px 0px 20px;
  /*border: 2px solid #e05445;
    border-bottom: 0px solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/

  font-family: arial;
  font-size: 0.8em;
}
/* ############################################################

HYPERLINKS

############################################################*/
a,
a:visited {
  color: #ec5353;
  text-decoration: none;
}
a:hover {
  color: #d31f24;
}
/* ############################################################

FORM ELEMENTS

############################################################*/
form label,
label {
  width: 170px;
  display: block;
  float: left;
  font-weight: 600;
  margin-top: 4px;
  margin-bottom: 4px;
}
form input.field {
  width: 180px;
  float: left;
  border: 2px solid #ec5353;
  border-radius: 3px;
  padding: 3px 5px 3px 5px;
}
form input.button,
button {
  background-color: #ec5353;
  border: 1px solid #ec5353;
  border-radius: 3px;
  color: white;
  padding: 3px 15px 3px 15px;
  font-weight: 600;
  box-shadow: 0px 0px 5px #d31f24;
}
form input.button:hover,
button:hover {
  box-shadow: 0px 0px 10px #d31f24;
}
form input.FVError {
  border: 2px solid #ff6666 !important;
}
form input.FVSucces {
  border: 2px solid #66ff66 !important;
}
form div.box {
  width: 350px;
  min-height: 10px;
  float: left;
}
/* ############################################################

BOX ELEMENTS

############################################################*/
div.box001 {
  clear: both;
  overflow: hidden;
  width: 90%;
  margin: 0px auto 15px auto;
  border: 1px solid #f7c24e;
  border-radius: 5px;
}
div.box001 div.bannerTOP {
  width: 100%;
  background-color: #f7c24e;
  color: white;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 900;
  font-size: 1.3em;
}
div.box001 div.bannerTOP h1 {
  text-align: center;
  font-weight: 900;
}
div.box001 div.content {
  display: block;
  clear: both;
  padding: 15px;
}
div.row {
  width: 100%;
  float: left;
}
div.messageContent {
  display: inline-block;
  padding-bottom: 5px;
}
div.infobox {
  max-width: 400px;
  border: 1px solid #f7c24e;
}
div.thumb {
  width: 208px;
  float: left;
  margin: 5px;
  min-height: 155px;
}
div.thumb img.thumb {
  width: 95%;
}
div.thumb img.thumb:hover {
  cursor: pointer;
}
div#image-wrap {
  width: 100%;
  background-color: black;
  position: absolute;
  top: 0px;
  left: 0px;
}
div#image-wrap div#middle {
  width: 95%;
  margin: 5px auto;
}
div#image-wrap img {
  height: 95%;
  image-orientation: from-image;
}
img {
  image-orientation: from-image;
}
/* ############################################################

TABLES

############################################################*/
table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #f7c24e;
}
table thead {
  background-color: #f7c24e;
}
table thead td {
  border: 1px solid #ffe5b8;
  border-top: 1px solid #f7c24e;
}
table thead td:first-child {
  border-left: 1px solid #f7c24e;
}
table thead td:last-child {
  border-right: 1px solid #f7c24e;
}
table tbody tr,
table tbody td {
  border: 1px solid #f7c24e;
}
table td {
  padding: 5px;
}
/* ############################################################

images

############################################################*/
img.icon {
  height: 1.5em;
  margin-right: 5px;
}
img.clickButton:hover {
  cursor: pointer;
}
img.smallIcon {
  height: 1.2em;
  margin-left: 5px;
  vertical-align: middle;
}
img.smallIcon:hover {
  cursor: pointer;
}
img.preview {
  height: 150px;
}
/* ############################################################

self-made Buttons

############################################################*/
a.imageTooltip {
  display: block;
  text-align: center;
  border: 1px solid #f7c24e;
  width: 1.2em;
  height: 1.2em;
  color: black;
  font-weight: 900;
}
