var IE6 = (navigator.userAgent.indexOf("MSIE 6")>=0) ? true : false;
if(IE6){

	$(function(){
		
		$("<div>")
			.css({
				'position': 'absolute',
				'top': '0px',
				'left': '0px',
				backgroundColor: 'black',
				'opacity': '0.90',
				'width': '100%',
				'height': $(window).height(),
				zIndex: 5000
			})
			.appendTo("body");
			
		$("<div style='border: 4px solid; border-color:#00a4fa'><div style='margin-left:-40px'><img src='../images/Art-Project-Logo.jpg' alt='Art Project Brune & Mollenhauer Veranstaltungstechnik' style='float: none;'/></div><p><br /><strong>Leider unterst&uuml;tzt unsere Internseite den Internet Explorer 6 nicht mehr. Dieser Browser ist neun Jahre alt und kann moderne Interseiten nicht mehr korrekt darstellen.</strong><br /><br />Falls Sie unsere Seite besuchen m&ouml;chten, bitten wir Sie einen neueren Browser zu installieren. Zum Beispiel <a href='http://www.apple.com/de/safari/'>Safari f&uuml;r Windows</a> oder <a href='http://getfirefox.org'>Mozilla Firefox</a>.</p><p>Wir sind f&uuml;r Sie jederzeit erreichbar unter:<br/>Tel - 02131.29 16 0 34<br/>Fax - 02131.29 16 0 35<br/><a href='mailto:info@artproject-neuss.de' style='font-size:13px;'>info@artproject-neuss.de</a></p>")
			.css({
				backgroundColor: 'white',
				'top': '150px',
				'left': '250px',
				marginLeft: -210,
				marginTop: -100,
				width: 410,
				paddingRight: 10,
				height: 490,
				'position': 'absolute',
				zIndex: 6000
			})
			.appendTo("body");
	});		
}
