/* 
Title:		Stiftung ÜBERBRÜCKEN screen styles & ie/win fixes
Author: 	pariggi@gmx.net
*/

/* import stylesheets */
@import url("ie.css"); /* to correct the unsightly Flash of Unstyled Content. http://www.bluerobot.com/web/css/fouc.asp */
@import url("inhalt.css");
@import url("style.css");
/* end import */


/*  

<!-- to correct the unsightly Flash of Unstyled Content. http://www.bluerobot.com/web/css/fouc.asp -->
<!-- Hallo Internet Explorer! -->
<!--[if lt IE 7]><link rel="stylesheet" type="text/css" href="ie.css"><![endif]-->
<style type="text/css" title="currentStyle" media="screen">
	@import "style.css";
</style>
<style type="text/css" title="currentStyle" media="screen">
	@import "inhalt.css";
</style>   

*/
