@charset "utf-8";
/* CSS Document */

.table-head
{
	font-size:14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-weight:bold;
}

.table-head .left-corner
{
	float:left; 
	height:31px; 
	width:16px; 
	background:url(img/artikel/border_top_left.jpg);
}

.table-head .middle
{
	background: url(img/artikel/border_top_middle.jpg) repeat-x; 
	float: left; 
	height: 25px; 
	width: 784px; 
	padding-top: 9px;
}

.table-head .middle-left
{
	background: url(img/artikel/border_top_middle.jpg) repeat-x; 
	float: left; 
	height: 22px; 
	width: 625px; 
	padding-top: 9px;
}

.table-head .middle-right
{
	background:url(img/artikel/border_top_middle.jpg) repeat-x; 
	float: left; 
	height: 22px; 
	width: 158px; 
	padding-top: 9px; 
	text-align:center;
}

.table-head .right-corner
{
	float:left; 
	height:31px; 
	width:16px; 
	background:url(img/artikel/border_top_right.jpg);
}


.table-border-left
{
	background:url(img/artikel/border_middle_left.jpg) repeat-y; 
	width:16px;
}

.table-border-right
{
	background:url(img/artikel/border_middle_right.jpg) repeat-y; 
	width:16px;
}



.table-bottom .left-corner
{
	background: url(img/artikel/border_bottom_left.jpg); 
	float: left; 
	height: 31px; 
	width: 16px;
}

.table-bottom .middle
{
	background: url(img/artikel/border_bottom_middle.jpg) repeat-x; 
	float: left; 
	height: 31px; 
	width: 784px;
}

.table-bottom .right-corner
{
	background: url(img/artikel/border_bottom_right.jpg); 
	float: left; 
	height: 31px; 
	width: 16px;
}

.artikel-ueber
{
	font-size:16px;
	font-weight:bold;
}

.artikel-text
{
	font-size:12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	margin: 0px 20px;
	text-align: left;
}

.artikel-bilder
{
	text-align: center;
}