/* Stylesheet der Website der IFTA AG | http://www.ifta-ag.de */

* {margin: 0; padding: 0;}

html, body {
	height: 100%;
	background-color: white;
	background: url(images/verlauf.jpg) repeat-x;
	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;
}

a {
	color: black;
	text-decoration: none;
}
a:visited {
	color: #505a59;
}
a.download {
	background: url(images/download.gif) no-repeat left;
	padding-left: 17px;
}
a:visited.download {
	background: url(images/download-visited.gif) no-repeat left;
}
a:hover.download, a:focus.download {
	background: url(images/download.gif) no-repeat left;
}
a.link {
	background: url(images/link.gif) no-repeat left;
	padding-left: 17px;
}
a:visited.link {
	background: url(images/link-visited.gif) no-repeat left;
}
a:hover.link, a:focus.link {
	background: url(images/link.gif) no-repeat left;
}
a:hover, a:focus {
	color: #72720F;
	outline: none;
}

ul {
	margin-left: 1em;
	text-indent: -1em;
	list-style: inside circle;
}

.skiplink {
	position: absolute;
	top: -4000px;
	left: -4000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}

.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;
}

#pad {
	position: relative;
	margin: auto;
	width: 930px; /* bei IE6 problematisch, Seite funktioniert scheinbar auch ohne Angabe */
	height: 100%;
	background-color: white;
}

#wrapper {
	position: relative;
	margin: auto;
	width: 900px; /* Bei IE6 problematisch, Seite funktioniert scheinbar auch ohne Angabe. */
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#language p {
	font-size: 80%;
	margin-bottom: 0;
	color: #505a59;
}
#language a {
	color: #72720F;
}

#header {
	margin-bottom: 20px;
	background: url(images/header.jpg) no-repeat;
}

#menu {
	float: left;
	border-right: 1px solid #72720F;
	padding-right: 25px;
	width: 200px; /* Änderungen an width oder padding-right erforden Anpassung des linken margins content */
	text-align: right;
}
#menu a {
	display: block;
	color: black;
	padding-bottom: 7.5px;
}
#menu a:focus,
#menu a:hover {
	color: #72720F;
}
#unternehmen a#menu1,
#zertifizierung a#menu2,
#programme a#menu3,
#forschung a#menu4,
#expertenleistungen a#menu5,
#aktuelles a#menu6,
#stellenangebote a#menu7,
#dokumente a#menu8,
#kontakt a#menu9 {
	font-weight: bold;
	color: #72720F;
}

#content {
	margin-left: 225px; /* entspricht Breite (padding-right und width) menu */
*	margin-right: 0; /* IE6 */
	margin-bottom: 0;
	padding-left: 25px;
	padding-bottom: 80px; /* räumt footer Platz ein */
}

#contentohnenavigation {
	padding-bottom: 80px; /* räumt footer Platz ein */
}

#markiert {
	border: 1px solid #D30B29;
	padding: 7.5px;
}

#footer {
	clear: both;
	position: absolute;
	bottom: 0;
	margin-bottom: 10px;
	padding: 15px 0;
	width: 900px;
	background: url(images/footer.jpg) no-repeat;
}
#footer a {
	color: black;
}
#footer a:hover {
	color: #72720F;
}

.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 */
