@charset "utf-8";
	.boxcontainer{
		padding:0px;
		margin:0px;
		background-color:#ffffff;
		font: 11px Arial, Helvetica, sans-serif;
		text-align:left;
		overflow:hidden;
		position:relative;
	}
	.boxcontainer .boxhead,
	.boxcontainer .boxheadline,
	.boxcontainer .boxtop,
	.boxcontainer .boxtopline,
	.boxcontainer .boxfoot,
	.boxcontainer .boxfootline{
		clear:both;
		background-image:url('./images/horizontals_980_unternehmen.gif');
		background-repeat:no-repeat;
		position:relative;
		overflow:hidden;
	}
	.boxcontainer .boxhead{
		clear:both;
		color:#ffffff;
		font-weight:bold;
		padding:0px 0px 0px 10px;
		height:20px;
		background-position:left -10px;
		position:relative;
		overflow:hidden;
	}
	.boxcontainer .boxheadline{
		clear:both;
		color:#ffffff;
		background-color:#606060;
		height:20px;
		background-position:right -10px;
		padding:0px 10px 0px 0px;
		font-weight:bold;
		vertical-align:middle;
		line-height:20px;
		position:relative;
		overflow:hidden;
	}
	.boxcontainer .boxcontent,
	.boxcontainer .boxcontentline{
		clear:both;
		background-image:url('./images/verticals_980_unternehmen.gif');
		position:relative;
		overflow:hidden;
	}
	.boxcontainer .boxcontent {
		clear:both;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		background-color:#ffffff;
		background-position:0px 0px;
		position:relative;
		overflow:hidden;
	}
	.boxcontainer .boxcontentline {
		clear:both;
		margin:0px 0px 0px 1px;
		padding:1px 15px 0px 10px;
		background-position:right 0px;
		background-repeat:no-repeat;
		position:relative;
		overflow:hidden;
	}
	.boxcontainer .boxtop{
		clear:both;
		font-size:5px;
		margin:0px;
		background-position:left -60px;
		padding:0px 0px 0px 15px;
		height:8px;
		position:relative;
		overflow:hidden;
	}
	.boxcontainer .boxtopline{
		clear:both;
		margin:0px;
		background-color:#a0a0a0;
		background-position:right -60px;
		padding:0px 10px 0px 0px;
		height:8px;
		position:relative;
		overflow:hidden;
	}
	.boxcontainer .boxfoot{
		clear:both;
		background-position:left -40px;
		padding:0px 0px 0px 15px;
		height:12px;
		position:relative;
		overflow:hidden;
	}
	.boxcontainer .boxfootline{
		clear:both;
		background-position:right -40px;
		height:12px;
		padding:0px 10px 0px 0px;
		position:relative;
		overflow:hidden;
	}
