/*
.oben-links .oben-rechts .oben-mitte .unten-links .unten-mitt .unten-rechts .mitte-links .content .mitte-rechts{
	padding:0px;
	spacing:0px;
	margin:0px;
}
*/

.oben-rechts {
	width:2px;
	height:2px;
	background:url(../images/contentbox_top_r.gif) top right no-repeat;
}

.oben-links {
	width:2px;
	height:2px;
	background:url(../images/contentbox_top_l.gif) top left no-repeat;
}

.oben-mitte {
	height:2px;
	background-color: #ffffff;
}

.unten-rechts {
	width:3px;
	height:3px;
	background:url(../images/contentbox_sub_r.gif) bottom right no-repeat;
}

.unten-links{
	width:3px;
	height:3px;
	background:url(../images/contentbox_sub_l.gif) bottom left no-repeat;
}

.unten-mitte{
	height:3px;
	background-color: #ffffff;
}
.mitte-links{
	width:3px;
	background-color: #ffffff;
}
.mitte-rechts{
	width:3px;
	background-color: #ffffff;
}

