﻿@import "modultemplateStyles.css";
@import "header.css";
@import "mainNavigation.css";
@import "mainContent.css";
@import "footer.css";
@import "jquery.lightbox-0.5.css";

/*------Allgemeine Styles------*/

body 
{
    width:100%;
    height:auto;
    margin:0px;
    padding:0px;
    background-color:#e5e5e5;
}
html
{   
}
#mainOuter
{
    float:left;
    min-width:100%;
    height:auto;
}


/*------Allgemeine Styles Ende------*/

/*------Ergänzende Styles------*/

.centration /*Klasse zum zentrieren des Kopfbereiches, des Hauptbereiches und des Fußbereiches*/
{
    margin:0 auto;
}

/*------Ergänzende Styles Ende------*/


/*------Kopfbereich------*/

/*Alle weiteren Styles des Kopfbereiches sind in der Datei "header.css" zu finden*/

#head
{
    position:relative;
    float:left;
    min-width:100%;
    height:339px;
    background:url(../images/headerBg.jpg) repeat-x left;
    overflow:hidden;
}
#head .headInner
{
    width:974px;
    height:339px;
}


/*------Kopfbereich Ende------*/

/*------Hauptnavigation------*/

/*Alle weiteren Styles der Hauptnavigation sind in der Datei "mainNavigation.css" zu finden*/

#mainNavigation
{
    position:relative;
    float:left;
    min-width:100%;
    height:43px;
    background:url(../images/mainNavBG.jpg) repeat-x left;
}
#mainNavigation .mainNavigationPane
{
    width:942px;
    height:43px;
}

/*------Hauptnavigation Ende------*/

/*------Hauptbereich------*/

/*Alle weiteren Styles des Hauptbereiches sind in der Datei "mainContent.css" zu finden*/

#mainContent
{
    position:relative;
    float:left;
    min-width:100%;
    border-bottom:1px solid #a4adb2;
    background-color:#ffffff;   
}
#mainContent .mainContentInnerHome
{
    position:relative;
    float:left;
    width:942px;
    left:50%;
    margin-left:-471px;
    padding-bottom:30px;
}

#mainContent .mainContentInnerStd
{
    position:relative;
    float:left;
    height:auto;
    width:942px;
    left:50%;
    margin-left:-471px;
    padding-bottom:30px;
}
#mainContent .mainContentInnerWc
{
    position:relative;
    float:left;
    height:auto;
    width:942px;
    left:50%;
    margin-left:-471px;
    padding-bottom:30px;
}

/*------Hauptbereich Ende------*/

/*------Fußbereich------*/


/*Alle weiteren Styles des Fußbereiches sind in der Datei "footer.css" zu finden*/

#footer
{
    position:relative;
    float:left;
    height:140px;
    min-width:100%;
    background:#e5e5e5 url(../images/footerOuterBg.jpg) repeat-x;
}
#footer .footerInner
{
    position:relative;
    width:942px;
    height:auto;
    background:url(../images/footerInnerBG.jpg) repeat-x;
    clear:left;
}

/*------Fußbereich Ende------*/
