/* CSS Document */

body, td { overflow:hidden;}

#startlogo{
	position: relative;
	top: 0px;
	white-space:nowrap;
	width: 508px;
	height: 420px;
	display:block;
	overflow: hidden;
	z-index:999;
	
}

#logo_institut {
	position: absolute;
	top:74px;
	left:0px;
	display:block;
	width: 508px;
	height: 126px;
	background-image:url(../img/logos/institut_gross.png);
	background-repeat:no-repeat;
	z-index:131;
	}
	
/* html #logo_institut {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='fileadmin/designvorlage/img/logos/logo_institut_gross.png');
	}*/

#logo_kbt {
	position: absolute;
	top:222px;
	left:0px;
	display:block;
	width: 508px;
	height: 189px;
	background-image:url(../img/logos/logo_kbt_gross.gif);
	background-repeat:no-repeat;
	z-index:130;
}

/* html #logo_kbt {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='fileadmin/designvorlage/img/logos/logo_kbt_gross.gif');
	}
*/