/* !!! Es muss beachtet werden, dass alle DIVs im screen.css auf clear: both gesetzt sind !!!! */

* {
	padding: 0;
	margin: 0;
}
body{
	background : #f6a434;
	color : #272727;
	font-size: 75%;
	font-family: Arial, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, sans-serif;
	margin : 0 auto;
}

h1{
	color: #f5a434;
	display:block;
	font-size:1.41em;
	letter-spacing:0.04em;
	margin: 0 0 .7em 0;
	text-decoration:none;
	text-transform:uppercase;
}

h2{
	color : #f5a434;
	font-size:1.17em;
	margin: 0.09em 0.3em 0.7em 0;
	display:block;
	letter-spacing:0.04em;
	text-decoration:none;
	text-transform:uppercase;	
}

h3 {
	color : #272727;
	display:block;
	font-size:1.2em;
	margin: 0;
	text-transform:uppercase;
}

a{
	color : #272727;
	text-decoration: none; 
}
a:hover{
	text-decoration: underline;
}
ul {
	list-style: none;
	list-style-position: outside;
}
img, fieldset{
	border: none;
}

/* classes */
.clear {
	clear:both;
	display: block;
	padding: 0 !important;
}
* html span.clear {
	clear:both;
	display: block;
}
/* Structure */
div#header {
	background: #272727;	
	position:relative;
	width: 100%;
}
div#headerinhalt {
	height:175px;
	margin:0 auto;
	position:relative;
	width:960px;
}

div#insymaWrap{
/*	padding: 1px 0 0 0; */
	background-color: #FFF;
	min-height : 500px;
	height : 574px;
	background-position: 50% 0;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover; 
}
/* Logo */
h1.logo {
	background : url(../img/logo-tropenhaus.gif) no-repeat scroll 0 0 transparent;
	margin: 76px 0 0 50px;
	width: 420px;
	height: 65px;
	position: absolute;
}
h1.logo a {
	display: block;
	width: 420px;
	height: 65px;
}
h1.logo span, h3.logo em, li a span {
	display: none;
}
/* Inhalt */
div#wrapper {
	background : transparent;
/*	display: inline; */
	line-height: 1.4;
	padding-top : 0;
	position : relative;
	margin : 10px auto 0 auto;
	width : 960px;
}

div#ganze_breite {
	clear : both;
	margin : 0 auto;
	padding : 10px 0;
	height: 278px;
	background : url(../img/transparency.png) no-repeat scroll 0 0 transparent;
}

/*
* html div#ganze_breite {
	background : #fff;
	background-image: none;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
* html div#holder *{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
*/

div#holder {
	color: #000;
	margin: 0 auto;
	padding: 30px 0;
	width: 960px;
}

div#holder span.slogan {
	float: left;
	margin: 3px 0 0 50px;
	width: 300px;
}
div#inhalt {
	float: left;
	width: 560px;
}


/* LINKS */
li {
	float: left;
}
li a{
	display: block;
	float: left;
	margin-top: 75px;
	width: 480px;
	height: 50px;
}
li.linkTHF a{
	background : url(../img/navi_bg.png) no-repeat scroll 0 0 transparent;
}
* html li.linkTHF a{
	background : url(../img/navi_bg.gif) no-repeat scroll 0 0 transparent;
}

li.linkTHF a:hover{
	background-position: 0 -50px;
}
li.linkTHW a{
	background : url(../img/navi_bg.png) no-repeat scroll -480px 0 transparent;
}
* html li.linkTHW a{
	background : url(../img/navi_bg.gif) no-repeat scroll -480px 0 transparent;
}

li.linkTHW a:hover{
	background-position: -480px -50px;
}

div.standardheader, div.image, ul.linkliste  {
	display: none;
}