

.twBox02oben, .twBox02oben div, .twBox02unten, .twBox02unten div {
	background-image: url(img/box-art.png);
	background-repeat: no-repeat;
	}

.twBox02links, .twBox02rechts {
	background-image: url(img/rahmen-art.png);
	background-repeat: repeat-y;
	}

/* Oben: Rahmen und rechte Ecke */
.twBox02oben {
	height: 25px;
	margin: 0 0 0 45px;
	background-position: 100% 0;
	}

/* Oben: linke Ecke */
.twBox02oben div {
	height: 25px;
	width: 45px;
	position: relative;
	left: -45px;
	background-position: 0 0;
	}

/* Unten: Rahmen und rechte Ecke */
.twBox02unten {
	height: 25px;
	margin: 0 0 0 45px;
	background-position: 100% 100%;
	}

/* Unten: linke Ecke */
.twBox02unten div {
	height: 25px;
	width: 45px;
	position: relative;
	left: -45px;
	background-position: 0 100%;
	}

/* Linker Rahmen */
.twBox02links {
	padding: 0 0 0 10px;
	background-position: 0 0;
	}

/* Rechter Rahmen */
.twBox02rechts {
	padding: 0 11px 0 0;
	background-position: 100% 0;
	}

.twBox02inhalt {
	background: #fff;
	padding: 0 10px;
	}

	
#foto {
	float: left;
	width: 154px;
	}

