body {
         background-color:#585858;
         font-family: arial, sans-sherif;
         color: #FFFFFF;
}

.ausgabe {position:relative; padding:17px; margin-left:20px auto;width:560px}

    .corner, content {position:absolute;}

     //   .topLeft {top:0; left:0; background-position:0px 0px;width:20px; height:150px;float: left;}
     //   .topRight {top:0; right:0; background-position: top right ;width:34px; height:150px;float: left;}
    //    .topCenter {top:0; left:17px; background-image:url(images/background_oben.png); repeat-x;width:513px; height:150px; padding-left:20px}
    //    .centerMain {top:7px; left:20px;float: right; width:506px; padding-bottom: 20px; }
    //    .centerMainText {top:150px; left:0; background-position: 0px 0px; width:530px;padding-left: 17px;padding-top:-50px;}

     //   .centerRight {top:150px; right:0; background-position:top right; width:30px; height:100%; margin-bottom: 150px;}
     //   .bottomLeft {bottom:0; left:0; background-position:bottom left;width:17px; height:30px;}
     //   .bottomRight {bottom:0; right:0; background-position:bottom right;width:30px; height:30px;}






{background-color:transparent; background-image:url(images/box_shadow.png);}

#main {
         position:absolute;
         top:50%; left:50%;
         margin-left: -150px;
         margin-top: -171px;
         width:300px;
         height: 342px
      //   border: 1px solid green;
      //   padding-bottom:20px;
 }

#type2 {
         position:relative;
         top:0; left:50%;
      //   background-color: #ffffff;
         margin-left: -280px;
         width:560px;
         border: 1px solid black;
      //   height: 100%;
       //  min-height:180px;
}



.bild {
         position:absolute;
         width:560px;
}
.bild .topLeft {
         top:0; left:0;background:url(images/background_oben_links.png) no-repeat top left;background-position:0px 0px;
         width:20px; height:100%;}
.bild .topRight {
         top:0; right:0;background:url(images/box.png) no-repeat top right;
         width:34px; height:150px;}
.bild .centerMain {position:relative;top:7px; left:20px;
         background: url(images/background_oben.png) repeat-x top right ;
         width:506px; padding:15px 0px 60px 0px;}
.bild .shadow {top:150px; right:0px; bottom:40px;
         background:transparent url(images/shadow_right.png) repeat-y top right;
         width:23px; }
.bild .bottomLeft {bottom:0; left:0; background:url(images/box.png) no-repeat bottom left;background-position:bottom left;width:50px; height:40px;}
.bild .bottomRight {bottom:0; right:0px ; background:url(images/box.png);background-position:bottom right; height:40px; width:510px;}
.bild .ausgabe {
         top:20px; left:7px; bottom:35px;background:#78030b;
         width:496px; }

//#type2 .bild {background-image:url(images/box.png);}
//#centerMain {}  #78030b

#clear { clear: both;}
