/* base css */

/*
 * ****************************************************
 * CSS-Framework v20070613
 * 
 * Copyright Exanto Internet Solutions - www.exanto.de
 * 
 * Released under the GNU General Public License
 * ****************************************************
 */

/* reset */
@import url("reset.css");

/* global HTML-Elements and classes */
@import url("global.css");

/* site structure */
@import url("structure.css");

/* typography */
@import url("typo.css");

/* forms */
@import url("forms.css");

/* misc - everything else */
@import url("misc.css");

/* ie6 */
@import url("ie6andearlier.css");

/*png fix*/
* {
behavior: url(http://www.dj-mauf.de/templates/rhuk_milkyway/css/iepngfix.htc);
}

