/*****************************
File: main.css
*****************************
author: Alexander Kubias
date: 2008-08-10
*****************************
FileStructure of main.css
*****************************
- 0.0 Reset
- 1.0 LayoutStructure
- 2.0 HeaderZone
- 3.0 MidZone
- 4.0 
- 5.0 FooterZone
- 6.0 General Styling for Text
******************************/ 

/* 0.0 Reset */
@IMPORT url("reset.css");


/* 1.0 Layout Structure */
@IMPORT url("divlayout.css");

/* 2.0 HeaderZone */
@IMPORT url("divHeader.css");

/* 3.0 MidZone  */
@IMPORT url("divLeftCol.css");
@IMPORT url("divContent.css");
@IMPORT url("divRightCol.css");

/* 5.0 FooterZone */


/* 6.0 General Style */
@IMPORT url("generalStyle.css");

/* 3.5 Searchform */



                    




