/*
.side-note {

}

.side-note .sub-topborder{
	background: url(../../../img/r/elm/side_note/bg_top.gif) repeat right top;
}
.side-note .sub-topborder div{
	background: url(../../../img/r/elm/side_note/corner_nw.gif) no-repeat left top; 
	height: 16px;
}

.side-note .sub-bottomborder{
	background: url(../../../img/r/elm/side_note/bg_bottom.gif) repeat right top;
}

.side-note .sub-bottomborder div{
	background: url(../../../img/r/elm/side_note/corner_sw.gif) no-repeat left top; 
	height: 15px;
}

.side-note .sub-body{
	background-color: #FDF9C3; 
	border-left: 2px #FFF solid; 
	padding: 0 0.8em 0 1.5em;
}

*/


.side-note{		
   width: 234px;
	background: transparent url(../../../img/r2/elm/side_note/bg.gif) repeat-y left top;
}

.side-note .sub-notebottom{
	background: transparent url(../../../img/r2/elm/side_note/bg_bottom.gif) no-repeat left bottom;
}

.side-note .sub-txt{
	padding: 1em 0.8em 0.5em 1.5em;	
	background: transparent url(../../../img/r2/elm/side_note/bg_top.gif) no-repeat left top;
}

/* variante innerhalb gradientbox-long */
.gradientbox-long .side-note{	background-image: url(../../../img/r2/elm/side_note/longgradient_bg.gif); }
.gradientbox-long .side-note .sub-notebottom{ background-image:  url(../../../img/r2/elm/side_note/longgradient_bg_bottom.gif); }
.gradientbox-long .side-note .sub-txt{	background-image: url(../../../img/r2/elm/side_note/longgradient_bg_top.gif); }

