/*
######################################################

linous-media | communication design & development
Author: Guido Giese
http://www.linous-media.de

NOTE:
This CSS-file is protected: copyright by linous | media 2007

Version: linM-070601-GG

######################################################
*/

// ScreenWith - Detection
var swidth = screen.width;
if (swidth > 1024) {
	document.write('<link href="src/mrt-top.css" rel="stylesheet" type="text/css" />')
}
