/**
 * Stylesheet für twBox01
 */

.twBox01oben, .twBox01oben div, .twBox01unten, .twBox01unten div {
	background-image: url(img/box.png);
	background-repeat: no-repeat;
	}

.twBox01links, .twBox01rechts {
	background-image: url(img/rahmen.png);
	background-repeat: repeat-y;
	}

/* Oben: Rahmen und rechte Ecke */
.twBox01oben {
	height: 15px;
	margin: 0 0 0 15px;
	background-position: 100% 0;
	}

/* Oben: linke Ecke */
.twBox01oben div {
	height: 15px;
	width: 15px;
	position: relative;
	left: -15px;
	background-position: 0 0;
	}

/* Unten: Rahmen und rechte Ecke */
.twBox01unten {
	height: 15px;
	margin: 0 0 0 15px;
	background-position: 100% 100%;
	}

/* Unten: linke Ecke */
.twBox01unten div {
	height: 15px;
	width: 15px;
	position: relative;
	left: -15px;
	background-position: 0 100%;
	}

/* Linker Rahmen */
.twBox01links {
	padding: 0 0 0 5px;
	background-position: 0 0;
	}

/* Rechter Rahmen */
.twBox01rechts {
	padding: 0 5px 0 0;
	background-position: 100% 0;
	}

.twBox01inhalt {
	background: #fff;
	padding: 0 10px;
	}

/* evtl. aufpassen, aber es klappte...*/	
.twWrapperBox01 {
	/*float: left;*/
	width: 100%;  /*width:140px;*/
}

