/* CSS / Druck
ITF
www.i-t-f.org
Start: 26.01.2009
Letzte Aenderung: 28.01.2009
*/

body {
background: white;
width: 14cm;
margin: 0 auto;
font: normal 10pt/1.5em Helvetica, Arial, Geneva, sans-serif;
color: #000;
}

h1, h2, h3, h4, h5, h6 {
font-family: Helvetica, Arial, Geneva, sans-serif;
font-weight: normal;
}
h1 {
	line-height: 130%;
}
h1 a {
	text-decoration: none !important;
}
h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 1em;
}

a:link, a:visited, a:focus, a:hover, a:active {
color: #111;
text-decoration: underline;
}

#navigation, #teaser,  #sidebar, #footer, .noprint, .langde, .langen {
display: none;
}

/* Tabellen
--------------------------------------------------------------------------------------- */


table	{
		border-color:			#ddd;
		border-width:			1px 1px 0 0;
		border-style:			solid;
		width: 100%;
	}


	caption	{
		padding:				.4em !important;
		text-align:				left;
	}

	td,
	th	{
		border-left:			#ddd;
		border-bottom:			#ddd;
		vertical-align:			top;
		border-collapse:		separate;
		empty-cells:			show;
		border-width:			0 0 1px 1px;
		border-style:			none none solid solid;
		text-align:				left;
		padding:				.4em;
		margin:					4em;}
th.col1, td.col1 {
font-weight: bold;
width:21%;
padding-left: 0;	
}

td.col1 img {
margin-top: 0.5em;	
}


