/**
*	///////////////////////////////////////////////////
*	/////////////// S E R V I C E T R A C K ////////////
*	///////////////////////////////////////////////////
*
*	Styles fuer statische Komponente Servicetrack
*
*	@author			: Norbert
*	@since			: 20060915
*	@version		: 1.16
*
*	///////////////////////////////////////////////// */

div#st-Container{
	width			: 480px;
}

div#st-Container h1{
	background-color: #d9d9d9;
	padding			: 2px 10px;
}

div#st-Container h2{
	background-color: #003476;
	color			: #ffffff;
	padding			: 4px 10px;
	margin			: -10px 0 12px 0;
	zoom			: 1.0;
}

div#st-Container p{
	padding			: 2px 10px;
	margin			: 0;
}

div#st-Container p.st-Teaser{
	background-color: inherit;
}

div#st-Container p.st-Advice{
	background-color: #F3F6F9;
	border			: 1px solid #B7C7DA;
	margin-bottom	: 21px;
}

div#st-Container div.st-Footer{
	background-color: #E2E9F0;
	text-align		: right;
	margin-top		: 10px;
	padding			: 6px 2px 2px 318px;
	clear				: both;
	height			: 20px;
}

div#st-Container div.st-Footer p{
	padding			: 0px 0px 0px 0px;
}

div#st-Container form#st-Form{
	border			: 1px solid #d9d9d9;
	background-color: #F3F6F9;
	padding			: 10px 0px 0px 0px;
}

/* Suchmaske */
div#st-Container form#st-Form label{
	width			: 204px;
	display			: block;
	float			: left;
	margin-right	: 2px;
	margin-bottom	: 12px;
	padding			: 0px 0px 0px 10px;
	font-weight		: bold;
}

div#st-Container form#st-Form input{
	float			: right;
	width			: 120px;
}

div#st-Container form#st-Form select{
	float			: right;
	width			: 122px;
	*width			: 124px;
	*margin-right	: 2px;
}

/* Tabellen: Klasse st-table*/
table.st-table{
	border			: 1px solid #d9d9d9;
	border-collapse: seperate;
	border-spacing	: 0px;
	empty-cells		: show;
	margin			: 0px 0px 10px 0px;
	padding			: 0px;
	width			: 480px;
	background-color: #F3F6F9;
}

table.st-table td{
	vertical-align	: top;
	padding			: 4px 2px 4px 10px;
	line-height		: 14px;
}

table.st-table thead tr th{
	vertical-align	: bottom;
	background-color: #708FB6;
	padding			: 20px 2px 4px 10px ;
	text-align		: left;
	color				: #fff;
}

table.st-table tbody tr td{
	border-top		: 1px solid #d9d9d9;
	padding			: 8px 2px 8px 10px;
	line-height		: 15px;
	color				: #333333;
}

table.st-table tbody tr td img{
	display			: inline;
	border			: none;
	vertical-align	: middle;
}

table.st-table tbody tr td a{
	color: #2c2a6f;
	background: transparent url(/i/pfeil_blau_rechts.gif) left 4px  no-repeat;
	padding-left: 12px;
}


table.st-table tbody tr td a.st-item{
	display			: block;
	position		: relative;
	background		: url(../i/athlonline_icons/info_schweber.gif) no-repeat left 1px;
	padding			: 0 0 0 20px;
	color			: #333;
	zoom			: 1.0;
}

table.st-table tbody tr td.portal a.st-item{
	background		: url(../i/athlonline_icons/info.gif) no-repeat left 1px;
}

table.st-table tbody tr td.details a.st-item{
	background		: url(../i/athlonline_icons/anschauen.gif) no-repeat left 1px;
}

table.st-table tbody tr td a.st-item:hover{
	text-decoration	: none;
}




table.st-table tbody tr td i{

}

table.st-table tr.color1 td{
	background-color: #FFFFFF;
}

table.st-table tr.color2 td{
	background-color: #FFFFFF;
}

table.st-table tr.color3 td{
	background-color: #FFFFFF;
}

table.st-table tr.color4 td{
	background-color: #FFFFFF;
}

table.st-table tr.color1 th{
	background-color: #003476;
}

table.st-table tr.color2 th{
	background-color: #708fb6;
}

table.st-table tr.color3 th{
	background-color: #708fb6;
}

table.st-table tr.color4 th{
	background-color: #708fb6;
}

table.st-table tbody tr td a div{
	display: none;
	position: absolute;
	padding: 5px 10px;
	background-color: #fff;
	left: 20px;
	top: 20px;
	border: 1px solid #333;
	z-index: 1000;
}

table.st-table .col1{
	width: 200px;
}

table.st-table .col2{
	width: 180px;
}

table.st-table .col3{
	width: 80px;
}

span.bsp{
	padding-left	: 8px;
	zoom			: 1.0;
}
