.boxtable {
	padding: 0;
	margin: 0;
	background-color: transparent;
}

.boxtable, .boxtable tr, .boxtable td {
	padding: 0;
	margin: 0;
}

.boxtable .ecke_lo {
	background-image: url(../images/box/box_lo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 7px;
	height: 7px;
}

.boxtable .ecke_ro {
	background-image: url(../images/box/box_ro.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 7px;
	height: 7px;
}

.boxtable .ecke_lu {
	background-image: url(../images/box/box_lu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 7px;
	height: 7px;
}

.boxtable .ecke_ru {
	background-image: url(../images/box/box_ru.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 7px;
	height: 7px;
}

.boxtable .top_linie {
	background-color: #ba2a29;
	height: 7px;
}

.boxtable .bottom_linie {
	background-color: #ba2a29;
	height: 7px;
}

.boxtable .bild {
	text-align: center;
	border-right: 1px solid #ba2a29;
	border-left: 1px solid #ba2a29;	
}
.boxtable .bild img {
	border: 0 none;
}

.boxtable .text_oben {
	padding: 0px 3px 3px 3px;
	background-color: #ba2a29;	
	text-align: center;
	color: #FFF;
	font-size: 92%;
}
.boxtable .text_oben h1,
.boxtable .text_oben h3,
.boxtable .text_oben h5{
   color: #fff;
   margin: 0;
   padding: 0;
}

.boxtable .content {
	padding: 3px;
	color: #353334;	
	border-right: 1px solid #ba2a29;
	border-left: 1px solid #ba2a29;
	border-bottom: 1px solid #ba2a29;
	text-align: left;
}
