@media screen {
    /* Angaben nur für den Internet Explorer mit Star-HTML-Hack */
* html, * html body
		{
			margin:0;
			padding:0;
			height:100%;
			overflow:hidden;
		}
* html #content_container 
		{
			padding:0;
			height:97%;
			overflow:auto;
		}
* html #footer 
		{
			height: 3%;
			padding-top:1px;
			margin-bottom:1px;
		}

* html #bildmitlogo{
		position:static;
		float:left;
		top: 0px;
		left:0px;
}

* html #unilogo{
		position:static;
		text-align:right;
		margin-right: 6px;
		margin-top: -70px;
}
* html #globalnavi{
		position:static;
		width:230px;		
}
* html #hauptnavidiv{
		position:static;
		margin-top: 33px;
		
}
* html #hauptnaviup{
		position:static;
		width: 50px;
		margin-top: 0px;
		
}
* html #hauptnavi{
		position:static;
		width: 320px;
		margin-top: -18px;
		margin-left: 80px;
		
}
* html #portalname{
	
		position:static;
		margin-right: 6px;
		margin-top:0px;
}
* html #ueberschrift{
		position:static;
		padding-top:0px;
		margin-top:28px;
		left: 15px;
		padding-left:15px;
   		float:left;
}
* html #langprint{
	position:static;
	text-align:right;
	margin-top:29px;
	margin-right: 6px;
	
}

* html #pulldown{
	position:static;
	text-align:right;
	float:right;
	margin-right:3px;
	margin-top:2px;
}


* html .navzus{
	position:static;
	left: 310px;
	margin-left:40px;
	font-weight:normal;
	white-space:nowrap;
		
		}
		






    }
