/* Print-Stylesheet der Website der IFTA AG | http://www.ifta-ag.de */

* {margin: 0; padding: 0;}

html, body {
	background-color: white;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: black;
	line-height: 150%;
}

h1, h2, p, table, ul {margin-bottom: 7.5px;} /* entspricht font-size */

h1, h2 {
	font-size: 100%;
	font-weight: bold;
	color: #72720F;
	page-break-after: avoid; /* vermeidet Seitenumbrüche direkt nach einer Überschrift */
}

a, a:visited {
	color: #72720F;
	text-decoration: none;
}
#content a[href]:after, #footer a[href]:after {
	font-style: italic;
	color: grey;
	content:" <"attr(href)">";
}

ul {
	margin-left: 1em;
	text-indent: -1em;
	list-style: inside circle;
}

.skiplink {
	display: none;
}

.bildmittig { /* Bild ist in einen div class="bidmittig" zu setzen */
	margin: 2em 0; /* entspricht font-size mit Faktor line-height; */
	text-align: center;
}
.bildlinks { /* als Attribut eines img-Elements zu verwenden */
	float: left;
	margin-right: 20px;
	margin-bottom: 7.5px;
}
.bildrechts {
	float: right;
	margin-left: 20px;
	margin-bottom: 7.5px;
}

.clear {clear: both;} /* Falls ein Absatz unterhalb eines Bildes beginnen soll: <p class="clear"> */

.kleiner {font-size: 80%;}

.linie {
	padding-bottom: 6.5px;
	border-bottom: 1px dotted #72720F;
}

#wrapper {
	position: relative;
	margin: auto;
	width: 900px; /* Bei IE6 problematisch, Seite funktioniert scheinbar auch ohne Angabe. */
}

#language, #menu {
	display: none;
}

#header {
	margin-bottom: 20px;
}

#content, #contentohnenavigation  {
	padding-bottom: 80px; /* räumt footer Platz ein */
}

#footer {
	clear: both;
	position: absolute;
	bottom: 0;
	border-top: 1px solid #72720F;	
	margin-bottom: 10px;
	width: 100%;
	padding: 15px 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
