/* 
================================
Container styles for Hostmann-Steinberg Website
================================
*/  


/* Main container */
.Container
{
	border-collapse:collapse;
	width: 100%;
}

.Container TD
{
	font-family: Tahoma, Arial, Helvetica;
	font-size:  11px;
}

.Title {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  17px;
   font-weight:  normal;
   color: gainsboro;
}

.HS_Icon
{
	width: 16px;
	height: 16px;
}

.L
{
	width:14px;
	height:0px;
}

.R
{
	width:14px;
	height:0px;
}

/* Top */
.TL
{
	background-image: url('TL.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
	height: 33px;
	width: 13px;	
}

.TC
{
	background-image: url('TC.jpg');
	background-repeat:repeat-x;
	height: 33px;
	vertical-align: bottom;	
	padding-bottom: 10px;
	clip: auto;
	background-position: bottom;
}

.TR
{
	background-image: url('TR.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
	height: 33px;
	width: 14px;	
}

/* Center */
.CL
{
	background-image: url('M.jpg');
	background-repeat:repeat-y;
	background-position:left;
	width: 1px;	
}

.CR
{
	background-image: url('M.jpg');
	background-repeat:repeat-y;
	background-position:right;
	width: 1px;	
}


/* Bottom */
.BL
{
	background-image: url('BL.jpg');
	background-repeat: no-repeat;
	background-position:left;
	width: 14px;
	height: 9px;	
}

.BC
{
	background-image: url('BC.jpg');
	background-repeat: repeat-x;
	height: 9px;	
}

.BR
{
	background-image: url('BR.jpg');
	background-repeat: no-repeat;
	background-position:right;
	width: 14px;
	height: 9px;	
}
























































































