body
{
  text-align: center; /* Needed only for IE ;-) */
  margin: 0;         /* to get rid of thin white frame around entire page */
}
/* Visible area */
#area {
  margin: 0;
  background-image: url(../images/back_holz.png);
  background-repeat: repeat;
}
    
/* page size with limited width if window should be too big */    
#page {
  text-align:center;
  margin: 0 auto;   /* Alignment : center */
  max-width:1400px;
  width: auto; 
  height: auto;
  padding: 15px;
}
/* Logo upper left */
#logo {
  margin: 0px;
  width:260px;
  height: 90px;
  float:left;
}
#logo img {
  border: none;
  border-radius: 8px;
  box-shadow: 3px 3px 10px 2px black;
}

/* Title area displayed on top */
#banner {
  display: block;  /* to extend to maximum width defined by parent element */

  margin-top: 0px;
  margin-left: 275px;

  background-image: url(../images/back_tapete.gif);
  background-repeat: repeat;

/*  Alternative mit 4 Schrauben :  
  background-image: url(../images/Schraube1.png), url(../images/Schraube2.png), url(../images/Schraube3.png), url(../images/Schraube4.png),url(../images/back_tapete.gif);
  background-position: left top, left bottom, right top, right bottom, 0px 0px;
  background-repeat: no-repeat , no-repeat , no-repeat , no-repeat , repeat;
*/  
  
  box-shadow: inset 0px 0px 0px 1px #635d5a,
              inset 0px 0px 0px 2px #a69994,
              inset 0px 0px 0px 3px #e7dad5,
              inset 0px 0px 0px 4px #a69994,
              inset 0px 0px 0px 5px #635d5a,  /*lowest layer is displyed first*/
              inset 0px 0px 12px 6px #4d2b1f, /*Shadow inside*/
              3px 3px 10px 2px black;         /*Shadow outside*/
  border-radius: 10px;              
}

#banner_text {
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #b5a7a1  ;
  text-shadow: 0px 0px 2px black,
               0px 0px 18px #632d09,
               1px 1px 3px black;             
}

/* Navigation menu on left side */
#menu {
  float:left;
  margin-top: 15px;
  margin-left: 0px;  
  width:260px;
  min-height: 1225px;
  
  text-align: center;
  display : block;
  
  background-image: url(../images/back_tapete.gif);
  background-repeat: repeat; 
  
  box-shadow: inset 0px 0px 0px 1px #635d5a,
              inset 0px 0px 0px 2px #a69994,
              inset 0px 0px 0px 3px #e7dad5,
              inset 0px 0px 0px 4px #a69994, 
              inset 0px 0px 0px 5px #635d5a,  /*lowest layer is displyed first*/
              inset 0px 0px 12px 6px #4d2b1f, /*Shadow inside*/
              3px 3px 10px 2px black;         /*Shadow outside*/
  border-radius: 10px;
                
}
/* Page specific content */
#detail {
  margin-top: 15px;
  margin-left: 275px;
  min-height: 1170px;  /* =min-height(#menu) - 2 x padding -5px */
  
  font-size: large;
  color: black;
  text-align: justify;
  padding: 25px;
  
  background-image: url(../images/back_tapete.gif); 
  background-repeat: repeat;  
  
  box-shadow: inset 0px 0px 0px 1px #635d5a,
              inset 0px 0px 0px 2px #a69994,
              inset 0px 0px 0px 3px #e7dad5,
              inset 0px 0px 0px 4px #a69994,
              inset 0px 0px 0px 5px #635d5a,  /*lowest layer is displyed first*/
              inset 0px 0px 12px 6px #4d2b1f, /*Shadow inside*/
              3px 3px 10px 2px black;         /*Shadow outside*/
  border-radius: 10px;            
}

#detail h1 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
#detail a:visited {color:#1a5f10;text-decoration:underline;}

.walldeko_bottom {
  margin:0 -20px -20px -20px;
  padding:0;
  border: none;
  width:104%;
}

#bottom {
  display: block;

  margin-top: 15px ;
  margin-left: 275px;
  padding: 0px;
  padding-left: 40px;
  padding-right: 40px;

  text-align:center;  

  background-image: url(../images/back_tapete.gif);
  background-repeat: repeat;
  
  box-shadow: inset 0px 0px 0px 1px #635d5a,
              inset 0px 0px 0px 2px #a69994,
              inset 0px 0px 0px 3px #e7dad5,
              inset 0px 0px 0px 4px #a69994,
              inset 0px 0px 0px 5px #635d5a,  /*lowest layer is displyed first*/
              inset 0px 0px 12px 6px #4d2b1f, /*Shadow inside*/
              3px 3px 10px 2px black;         /*Shadow outside*/
  border-radius: 10px;
              
}
#bottom img {
  height: 140px;
}
/* ------------------------------------------------------------------------------------- */
.pic, .pic50, .pic60 {
  float: none;
  text-align:center;
  margin: 10px;
}
.pic img,
.pic50 img {
  width: 50%; 
  max-width: 510px;
  border: none; /* to suppress blue border for links */
  box-shadow:  0px 0px 0px 1px #292726,
               0px 0px 0px 2px #a6887d,
               0px 0px 0px 3px #e7dad5,
               0px 0px 0px 4px #a6887d,
               0px 0px 0px 5px #292726,
               6px 6px 8px 2px #5a4e4e;
  border-radius: 3px;
}

.pic60 img {
  width: 60%;
  max-width: 620px;
  border: none; /* to suppress blue border for links */
  box-shadow:  0px 0px 0px 1px #292726,
               0px 0px 0px 2px #a6887d,
               0px 0px 0px 3px #e7dad5,
               0px 0px 0px 4px #a6887d,
               0px 0px 0px 5px #292726,
               6px 6px 8px 2px #5a4e4e;
  border-radius: 3px;
}
.pic_left {
  float: left;
  width: 45%;
  margin-top: 0px;
  margin-bottom: 5px;  
  margin-left: 5px;
  margin-right: 20px;
  display: block;
}

.pic_right {
  float: right;
  width: 45%;
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: 20px;
  margin-right: 5px;
  display: block;
}

.pic_left img,
.pic_right img {
  width: 100%;
  max-width: 480px;
  border: none; /* to suppress blue border for links */
  box-shadow:  0px 0px 0px 1px #292726,
               0px 0px 0px 2px #a6887d,
               0px 0px 0px 3px #e7dad5,
               0px 0px 0px 4px #a6887d,
               0px 0px 0px 5px #292726,
               6px 6px 8px 2px #5a4e4e;
  border-radius: 3px;
}

.pic h5,
.pic_left h5,
.pic_right h5 {
  margin-top: 10px;
  margin-bottom: 3px;
  text-align: center;
  font-style: italic;
}

.pic2_left {
  float: left;
  width: 50%;
  text-align:center;  
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
}
  
.pic2_right {
  float: right;
  width: 50%;
  text-align:center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
}

.pic3 {
  float: left;
  width: 33%;
  text-align:center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
}

.pic2_left img,
.pic2_right img {
 width: 95%;
 max-width:510px;
  border: none; /* to suppress blue border for links */
  text-align: center;
  box-shadow:  0px 0px 0px 1px #292726,
               0px 0px 0px 2px #a6887d,
               0px 0px 0px 3px #e7dad5,
               0px 0px 0px 4px #a6887d,
               0px 0px 0px 5px #292726,
               6px 6px 8px 2px #5a4e4e;
  border-radius: 3px;
}


.pic3 img {
 width: 95%;
 max-width:336px;
  border: none; /* to suppress blue border for links */
  text-align: center;
  box-shadow:  0px 0px 0px 1px #292726,
               0px 0px 0px 2px #a6887d,
               0px 0px 0px 3px #e7dad5,
               0px 0px 0px 4px #a6887d,
               0px 0px 0px 5px #292726,
               6px 6px 8px 2px #5a4e4e;
  border-radius: 3px;
}

.intext_pic {
  box-shadow: 0px 0px 0px 1px black,
              4px 4px 8px 2px #5a4e4e;
}

/* ------------------------------------------------------------------------------------- */

.flow_breaker {
  width: 90%;
  border: none;
  float: none;
  margin-top: 20px;
  margin-bottom: 20px;  
}

.linklist li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 10px ;
  background-image:url("../images/Schraube_link1.png");
  background-repeat:no-repeat;
  background-position:left top;
}
.linklist p{
  padding-left: 60px;
  margin-bottom: 40px;
}

.linklist a:visited {color:#1a5f10;text-decoration:underline;}

.button {
  display: block;
  width:80%;

  margin: 4px;

  border: 2px solid #524f4d;

  background-color: #b5a7a1;
  box-shadow:  4px 4px 8px 0px #5a4e4e;

  text-align: center;
  font-weight:bold;
  font-size:16px;
  padding-top: 10 px;
  padding-bottom: 10 px;
}
.button:link    { color:black; text-decoration:none;}
.button:visited { color:#1a5f10; text-decoration:none;}

/* ------------------------------------------------------------------------------------- */
.gal {
  width:100%;
  text-align: center;
  display: block;
}


.gal_thumb {
  width: 202px;
  float:left;
  margin: 5px;
}

.gal_thumb img {
  border:2px solid #5a4e4e;
}

.gal_body {
  text-align: center; /* Needed only for IE ;-) */
  margin: 0;         /* to get rid of thin white frame around entire page */

  background-image: url(../images/back_holz.png); 
/*   background-image: url(../images/back_tapete.gif); */
  background-repeat: repeat;    
}
.gal_back {
  float: left;
  width: 21%;
  text-align:center;
}

.gal_next {
  float: right;
  width: 21%;
  text-align:center;
}
.gal_pic {
  float: left;
  width: 58%;
  text-align:center;
  margin-top: 5px;
  color: white;
}

.gal_back img,
.gal_next img {
  text-align: center;
  padding-top: 100%;
  max-width: 50%;
}

.gal_pic img {
  width: 100%;
  border: none; /* to suppress blue border for links */
  text-align: center;
  box-shadow:  0px 0px 0px 1px #292726,
             0px 0px 0px 2px #a6887d,
             0px 0px 0px 3px #e7dad5,
             0px 0px 0px 4px #a6887d,
             0px 0px 0px 5px #292726,
             0px 0px 10px 5px #292726,
             6px 6px 15px 6px black;
  border-radius: 3px;
  margin-top: 12px;
}
.gal_text {
  text-align: center;
  color: white;
  font-size: large;
  text-shadow: black 0px 0px 25px;
}
/* ------------------------------------------------------------------------------------- */

.big {
  margin:0;
  background-image: url(../images/back_holz.png);
  background-repeat: repeat;
  text-align:center;
  display: table-cell;
  vertical-align: middle;
  height: 100vh;
  width: 100vw;
}

.big img {
  margin-left: 2vw;
  margin-right: 2vw;
  margin-top: 2vh;
  margin-bottom: 2vh;  
  max-height:96vh;
  max-width:96vw;
  box-shadow:  0px 0px 20px 8px black;
  border-radius: 3px;
  border: none;
}