/* minimum style LIS Generator  for Sedelmayer.net Oct 2011  */

body {
   font-family: Verdana;
   color: #000000;
   background: url("./structure/background.jpg") no-repeat scroll 0 0 ;
   font-size: 12px;
   margin-top: 19px;
   height: 90%;
 }
#box_in_the_box {
    left: 48%;
    margin-left: -450px; /* -472px; */
    position: relative;
    width: 922px;
    min-height: 785px !important;
    background: #ffffff;
    border:1px solid #cccccc;
}


/*set the div in the center of the screen for INIT page.  */
#centered_screen {
    display:block;
    position:absolute;
    top:30%;
    left:25%;
    width: 450px;
    background: #ffffff;
}

#menue {
    display:block;
    position: relative;
    top:10px;
    height: 45px;
    padding-left: 11px;
}

#content {
    background: url("./images/mitte.png") no-repeat scroll left bottom transparent;
    display: block;
    float: left;
    height: 100%;
    min-height: 768px !important;
    width: 960px;
}

#text_content {
    padding-left: 16px;
}

#unlinked {
    float: none;
    color: #990033;
    font-weight: normal;
}

/*  ID = top_nav  */
#top_nav {
    display:block;
    position: relative;
    top:5px;
    height: 20px;
    padding-left: 11px;
    font-size: 10px;
    color: #666666;
}

/* Top-Navigation-Links   class="top_nav_class"  */
   a.top_nav_class:link,
   a.top_nav_class:visited{
      text-decoration: none;
      color: #666666;
}

   a.top_nav_class:hover {
   font-family: Verdana;
   text-align: left;
   text-decoration: none;
   color: #990033;
   background: #c0c0c0;
   }

/* Standard-Links in Menue  class="links"  */
   a.links:link, a.links:visited, a.links:active {
   font-family: Verdana;
   text-align: left;
   text-decoration: none;
   color: #000000;
   }

   a.links:hover {
   font-family: Verdana;
   text-align: left;
   text-decoration: none;
   color: #990033;
   background: #c0c0c0;
   }

#text_colored {
   color: #990033;
   float: none;
}

   td {
   font-family: Verdana;
   font-size: small;
   color: #000000;
   }

/* Gallery ---------------------- */
#slideshow {
   display:block;
    position:relative;
    top:2px;
    left:100px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 450px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
/*    height: 350px;  */
    display: block;
    border: 0;
    margin-bottom: 0px;
}

#nextPic {
   display:block;
    position:relative;
    top:20px;
    left:2px;
}