
/* www.atelier-knieser.de - Stylesheet */
html, body {
           background-color: #000000;
           margin: 0px;
           scrollbar-face-color:#5F5F5F;
           scrollbar-shadow-color:#ffffff;
           scrollbar-3dlight-color:#AFAFAF;
           scrollbar-highlight-color:#7F7F7F;
           scrollbar-darkshadow-color:#5F5F5F;
           scrollbar-track-color:#DFDFDF;
           scrollbar-arrow-color:#EFEFEF;
           overflow: auto;
}

/* IDs */

#rahmen1 {
         position: absolute;
         top: 50%;
         left: 50%;
         margin-left: -450px;
         margin-top: -275px;
         height: 550px;
         width: 900px;
         background-color: #8F8F8F;
         z-index: 1;
         overflow: hidden;
}
#rahmen2 {
         position: absolute;
         top: 50%;
         left: 50%;
         margin-left: -447px;
         margin-top: -272px;
         height: 542px;
         width: 892px;
         background-color: #8F8F8F;
         z-index: 1;
         overflow: hidden;
         border: 1px solid #000000;
}
#rahmen3 {
         position: absolute;
         top: 50%;
         left: 50%;
         margin-left: -425px;
         margin-top: -250px;
         height: 500px;
         width: 850px;
         background-color: #4F4F4F;
         z-index: 1;
         overflow: hidden;
         border: 2px solid #000000;
}
#eisen {
        position: absolute;
        top: 430px;
        left: 135px;
        height: 40px;
        width: 150px;
        z-index: 2;
}
#bronze {
        position: absolute;
        top: 430px;
        left: 380px;
        height: 40px;
        width: 150px;
        z-index: 2;
}
#edelstahl {
        position: absolute;
        top: 430px;
        left: 640px;
        height: 40px;
        width: 150px;
        z-index: 2;
}
#atelier {
        position: absolute;
        top: 470px;
        left: 368px;
        height: 20px;
        width: 150px;
        z-index: 3;
}
#mitte {
       position: absolute;
       top: 43%;
       left: 50%;
       margin-left: -190px;
       margin-top: -200px;
       height: 370px;
       width: 370px;
       background-color: #FFFFFF;
       z-index: 1;
       overflow: hidden;
       border: 2px solid #000000;
}
#content {
         position: absolute;
         top: 43%;
         left: 50%;
         margin-left: -173px;
         margin-top: -147px;
         padding: 50px 0 0 7px;
         height: 288px;
         width: 331px;
         background-color: #FFFFFF;
         z-index: 1;
         overflow: hidden;
         border: 4px solid #000000;
}
#beschr {
        position: relative;
        top: 40px;
        left: 4px;
        height: 90px;
        width: 314px;
        padding: 40px 0 0 0;
        z-index: 2;
        border: 1px solid #000000;
}


a {
  font-family: times new roman, serif;
  font-size: 20px; color:#FFFFFF;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-decoration: none;
}
a:hover {
        text-decoration: underline;
}
img {
    border: none;
}
