/* 
	Printstylesheet  / ThyssenKrupp Stahl-Service-Center
	1. Oktober 2005
*/

body {
	margin: 20px 0 0 0;
	padding: 0;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 70%;
	color: #333;
}

#title {
	background: url(/data/css/base/logo_print.jpg) top right no-repeat;
	height: 80px;
}


#navBreadcrumbs, #navGlobal, #sidebar, ul#navService, #footer ul, p.top, dd.top {
	display: none !important;
}


/* 
	Beim Footer wird nur <ul>...</ul> ausgeblendet, 
	damit das Copyright in der Druckversion zu sehen bleibt! 
*/

/*

#content a:link:after, #content a:visited:after, #contentFull a:link:after, #contentFull a:visited:after {
	content: " (URL: " attr(href) ")" 
}

*/


a {
	color: #000;
	text-decoration: none;
}

li {
	line-height: 140%;
}

dl {
	font-size: 1.0em;
	float: left;
	border: none;
	display: inline; /* fixes IE/Win double margin bug */
}

dt {
	clear: both;
	float: left;
}

dd {
	margin-bottom: 0.5em;
	margin-left: 1.5em;
	width: 90%;
}

h1 {
	font-size: 1.5em;
	
}

h2 {
	font-size: 1.2em;
	margin: 2em 0 .5em 0;
}


/*-- Tables -----------------------------------------------------------------------*/

/*

table {
	width: 100%;
	color: #333;
}

th {
	padding: 5px;
	color: #fff;
	background-color: #333;

}

td {
	padding: 3px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	vertical-align: bottom;
}

td.fixed { 
	width: 15%;
	text-align: right;
}

td.oa_c2a, td.oa_c2b { 
	width: 10%;
	text-align: center;
}

*/



/*-- Tables -----------------------------------------------------------------------*/


table {
	width: 100%;
	margin: 10px 0 30px 0;
	background-color:#EFEFEF;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:10px;
	text-align:left;
	border:none;
	line-height:18px;
}

table.continuous {
	margin: 10px 0 10px 0;
}

table caption
{
	padding:3px 3px 3px 5px;
	text-align:left;
	font-size:16px;
}

/*** THEAD ***/

thead th {
	font-weight:normal;
	padding:3px 3px 3px 5px;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}

thead tr th.first {
	padding-bottom:0;
	background-color:#efefef;
	border-top:1px solid #999;
	border-bottom:none;
}

thead tr.last th {
	padding-top:0;
	background-color:#efefef;
	border-top:none;
	border-bottom:1px solid #999;
	vertical-align:bottom;
}

/*** TFOOT ***/
tfoot tr td{
	margin: 0 0 0 15px;
	padding: 2px 0 5px 0;

	background-color:#fff;
	line-height:12px;
	width: 535px;
}

td.foot{
	margin: 0 0 0 15px;
	padding: 2px 0 5px 0;

	border:none;
	background-color:#fff;
	line-height:12px;
}

/*** TBODY ***/


tbody th {
	padding:3px 3px 3px 5px;
	border-bottom:1px solid #999;
	font-weight:normal;
}

tbody td {
	padding:3px 3px 3px 5px;
	border-bottom:1px dotted #999;
}

tbody td.middle {
	border:none;
}

tbody th.first, tbody td.first {
	border-top:1px solid #999;
}

tbody th.firsttop, tbody td.firsttop{
		border-bottom:none;
		border-top:1px solid #999;
}

tbody th.intermediate, tbody td.intermediate {
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}

tbody th.last, tbody td.last {
	border-bottom:1px solid #999;
}

th.leer, td.leer {
	padding:0;
	border:none;
	background-color:#fff;
	width:3px;
}

tr {
	vertical-align:top;
}

td.head, th.head {
	font-weight:bold;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}

td.head span, th.head span {
	font-weight:normal;
}

tr.leer td, tr.leer th {
	padding:0;
	border:none;
	background-color:#fff;
	height:3px;
}

span {
	font-weight:bold;
}

sup, sub {
	font-size:90%;
	line-height: 0px;
}

th.subhead
{
	padding:3px 3px 3px 5px;
	text-align:left;
	font-size:17px;
	border:none;
	background-color:#FFF;
	padding: 5px 0 10px 0;
}
