@charset "utf-8";
/* CSS Document */

/* Top border and right corner */
.bt {

background:url(../Rahmen/v2/box.png) no-repeat 100% 0;
margin:0 -1px 0 20px;
height:20px;
}
 /* Top left corner */
.bt div {
height:20px;
width:20px;
position:relative;
left:-20px;
background:url(../Rahmen/v2/box.png) no-repeat 0 0;
}
/* Bottom border and right corner */
.bb {
background:url(../Rahmen/v2/box.png) no-repeat 100% 100%;
margin:0 -1px 0 20px;
height: 20px;
}
/* Bottom left corner */
.bb div {
height:20px;
width:20px;
position:relative;
left:-20px;
background:url(../Rahmen/v2/box.png) no-repeat 0 100%;
}
/* Left border */
.i1 {

padding:0 0 0 9px;
background:url(../Rahmen/v2/borders.png) repeat-y 0 0;
}
 /* Right border */
.i2 {
background-attachment:fixed;

background:url(../Rahmen/v2/bordersright.png) repeat-y 100% 0;
padding:0 9px 0 0;
margin: 0 0 0 0px;


 }

