.boxFloat, .imageFloat {
	float: left;
}

/***********************************/


.boxTopLeft {
	background: url(images/corner_lo.png) top left no-repeat;
}
.boxTop {
    background: url(images/seite_o.png) top right repeat-x;
}
.boxTopRight {
	background: url(images/corner_ro.png) top right no-repeat;
}
.boxMiddleLeft {
	   background: url(images/seite_l.png) top right repeat-y;
}
.boxMiddle {
	background-color: transparent;
}
.boxMiddleRight {
    background: url(images/seite_r.png) top right repeat-y;
}
.boxBottomLeft {
	background: url(images/corner_lu.png) bottom left no-repeat;
}
.boxBottom {
		background: url(images/seite_u.png) bottom left repeat-x;
}
.boxBottomRight {
	background: url(images/corner_ru.png) bottom right no-repeat;
}

/***********************************/

.imageTopLeft {
	background: url(images/cornerLT.png) top left no-repeat;
}
.imageTopRight {
	background: url(images/cornerRT.png) top right no-repeat;
}
.imageBottomLeft {
	background: url(images/cornerLB.png) bottom left no-repeat;
}
.imageBottomRight {
	background: url(images/cornerRB.png) bottom right no-repeat;
}
.imageTop, .imageMiddleLeft, .imageMiddle, .imageMiddleRight, .imageBottom {
	border: 0;
}
.imageMiddleLeft{
    background: url(images/cornerLM.png) top left repeat-y; 
}
.imageBottom{
     background: url(images/cornerMB.png) bottom left repeat-x; 
}

.imageTop{
     background: url(images/cornerMT.png) bottom left repeat-x;     
}	   

.imageMiddleRight{
     background: url(images/cornerRM.png) top right repeat-y;     
}


/***********************************/

.roundedContent {
	padding: 15px 10px 11px 13px;
	margin: 0px;
	width: 440px;
	border: 1px solid #ccc;
	background-color: #eee;
	margin-bottom: 0px;
}


/*************************************************************/
img, div { behavior: url(images/iepngfix.htc) }
