/*
###########################################################################
#  Self!Service lite
#  (c) 2009 by Peter Garstenauer & Reynhard Boegl for www.kick-image.at
#  Free Download: http://www.cms-self-service-lite.at
###########################################################################

###########################################################################
#  Load CSS for frontend
###########################################################################

#-------------------------------------------------------------------------#
# General CSS
#-------------------------------------------------------------------------#*/
@import url("general.css");

/*
#-------------------------------------------------------------------------#
# Login form for Admin
#-------------------------------------------------------------------------#*/
@import url("loginform.css");

/*
#-------------------------------------------------------------------------#
# User Login
#-------------------------------------------------------------------------#*/
@import url("user_login.css");

/*
#-------------------------------------------------------------------------#
# Special CSS "Headline h1 ... h6" for the dropdown "Format / Absatz" 
# in the Headline- Section
#-------------------------------------------------------------------------#*/
@import url("../customized/heading_headline.css");

/*
#-------------------------------------------------------------------------#
# Special CSS "Headline - no h1 .. h6" (optional) for the dropdown 
# "Styles / Formate" in the headline section
#-------------------------------------------------------------------------#*/
@import url("../customized/format_headline.css");

/*
#-------------------------------------------------------------------------#
# Special CSS "Text" (optional) for standard view and details for the 
# dropdown "Styles / Formate" in the standard and detail section
#-------------------------------------------------------------------------#*/
@import url("../customized/format_text.css");

/*
#-------------------------------------------------------------------------#
# Forms (generated with "Formeditor" and form for user comments)
#-------------------------------------------------------------------------#*/
@import url("form.css");

/*
#-------------------------------------------------------------------------#
# Search - Form and search results highlighting
#-------------------------------------------------------------------------#*/
@import url("search.css");

/*
#-------------------------------------------------------------------------#
# User comments - submit form style at forms.css
#-------------------------------------------------------------------------#*/
@import url("user_comments.css");

/*
#-------------------------------------------------------------------------#
# Shop
#-------------------------------------------------------------------------#*/
@import url("shop.css");

/*
#-------------------------------------------------------------------------#
# Formats for visitor sitemap
#-------------------------------------------------------------------------#*/
@import url("sitemap.css");

/*
#-------------------------------------------------------------------------#
# Formats for special effects
#-------------------------------------------------------------------------#*/
@import url("frontend_special.css");

/*
#-------------------------------------------------------------------------#
# Formats for use without "TinyMCE"
#-------------------------------------------------------------------------#*/
@import url("no_tinymce.css");

