body{
  margin: 0px;
  border:0px none;
  color: #FFFFFF; /*#FFDE00; */
  background-color: #000000; /*#07350B; */ /*#097054; */
  background-image: url("../images/background1.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top right;
  background-position: center center;
  background-size: 100% 100%;
  /* font-family: Arial, Helvetica, sans-serif; */
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
}
img{
  border: 0px;
}
div{
  /*border: 1px solid blue;*/
}
a:link{
  color: #FFFFFF; /*#FFDE00;*/
}
a:visited{
  color: #FFFFFF; /*#FFDE00;*/
}
/*
a:hover{
  color: #072FFF;
}
*/
#main_page{
  position: absolute;
  left: 50%;
  width: 900px;
  margin-left: -450px;
  text-align: center;
}
#logo{
  text-align: center;
  margin: 0px 0px 0px 0px;
  /*border-bottom: 1px solid #DADADA;*/
  padding-bottom: 10px;
}
#copyright{
  clear: both;
  text-align: center;
  /*border-top: 1px solid #DADADA;*/
  margin: 0px 0px 20px 0px;
  padding-top: 0px; 
}
#kontakt{
  list-style: none;
  float: right;
  padding: 0;
}
#menu{
  list-style: none;
  clear: both;
  padding: 0;
  width: 100%;
  /* float: left;*/
  /* font-size: 14px; */
  /* text-align: center; */
}
.menuitem{
  display: inline-block;
  text-align: center;
  /* margin: 10px 0px 10px 0px; */
  padding: 6px 0px 6px 0px;
  cursor: pointer;
  width: 100px;
  -moz-border-radius: 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;
}
#gallery{
  /*float: right;*/
  left: 50%;
  margin-left: -450px;
  border: 0px !important;
  width: 900px !important;
  height: 600px !important;
}
#content{
  padding: 10px;
  background-color: rgb(21, 21, 21);
  background-color: rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  border-radius:10px;
}
#content h1,#content h2{
  text-align: center;
}
#samples{
  margin: 10px 0px 10px 0px;
  border: 1px;
  width: 800px;
  height: 500px;    
}
.sample_images{
  padding: 0px 15px 0px 0px;
}
#text{
  clear: both;
  text-align: left;
}
.submenu{
  border-collapse: separate;
  border-spacing: 10px;
  width: 100%;
}
.submenu img{
  border: 3px solid white;
  margin-bottom: 5px;
}