/* START Runde Ecken Sliding Box */
.box {padding-top:0.1%;padding-bottom:0.1%;}  /*   absolut notwendig wenn mehrere boxen untereinander!! */
.innerhead {
background-image: url(/images/box/box_tl_or.gif);
background-position: top left;
background-repeat: no-repeat;
height: auto; 

}

.innerhead h2 {
background-image: url(/images/box/box_tr_or.gif);
background-position: top right;
background-repeat: no-repeat;
 margin: 0;
 padding: 0px;
 border-bottom: 1px solid #999;
text-align: center;
text-decoration: none;
	font: normal bold 0.9em/1.3em Verdana, Helvetica, Arial, sans-serif;
}


.schluss {
background-image: none;
background-position: top left;
background-repeat: no-repeat;
height: auto; 

}

.schluss h2 {
background-image: none;
background-position: top right;
background-repeat: no-repeat;
 margin: 0;
 padding: 7px;
 border-bottom: 0px solid #999;
 
 text-align: center;
text-decoration: none;
	font: normal bold 0.9em/1.3em Verdana, Helvetica, Arial, sans-serif;

}




.box_content {
background-image: url(/images/box/box_ul_ws.gif);
background-position: bottom left;
background-repeat: no-repeat;
height: 280; }

.innercontent {
background-image: url(/images/box/box_ur_ws.gif);
background-position: bottom right;
background-repeat: no-repeat;
height: 280; 

}

.innercontent p {
 margin: 0;
 padding: 1px;
 font-size:0.9em;

}
/* END  Runde Ecken Sliding Box */
