<!-- // CSS Reset – http://meyerweb.com/eric/tools/css/reset/ -->
<link rel="stylesheet" type="text/css" href="css/reset.css" media="all">
<link rel="StyleSheet" href="Web/CSS/MLAB.css" type="text/css" title="MLAB základní styl">
<link rel="StyleSheet" href="Web/CSS/MLAB_Print.css" type="text/css" media="print">
<!-- Google Fonts embed code -->
<script type="text/javascript">
    (function() {
        var link_element = document.createElement("link"),
            s = document.getElementsByTagName("script")[0];
        if (window.location.protocol !== "http:" && window.location.protocol !== "https:") {
            link_element.href = "http:";
        }
        link_element.href += "//fonts.googleapis.com/css?family=PT+Sans:400italic,400,700italic,700";
        link_element.rel = "stylesheet";
        link_element.type = "text/css";
        s.parentNode.insertBefore(link_element, s);
    })();
</script>
<link rel="shortcut icon" type="image/x-icon" href="Web/PIC/MLAB.ico">
<script type="text/javascript" src="Web/JS/MLAB_Menu.js"></script>