﻿@import "header.css";
@import "content.css";
@import "footer.css";
@import "navigation.css";
@import "thickbox.css";
@import "stylesneu.css";
@import "textcontainer.css";

/*--- Styles für die Seite und Contentbereiche-------------*/

body
{
    padding:0px;
    margin:0px;
    font-family:Arial, sans-serif;
    font-size:12px;
    color:#666666;
}


/*--------------Hauptbereich--------------*/
#mainOuter
{
    position:relative;
    float:left;
    width:1003px;
    height:auto;
}


/*--------------Hauptbereich Ende--------------*/

/*--------------Kopfbereich--------------*/
#header
{
    position:relative;
    float:left;
    width:936px;
    height:201px;
    left:23px;
    margin-bottom:5px;
}

/*--------------Kopfbereich Ende--------------*/

/*--------------Körperbereich--------------*/

#content /* Bereich unterhalb des Kopfbereichs (wie auf der Startseite) inkl. Schnellzugriff und Kontakt, in der Vorlage aber nur senkrechte Linien verankert*/
{
    position:relative;
    float:left;
    width:980px;
    height:auto;
    left:23px;
    margin-bottom:8px;
    background-image:url(../images/contentBg.jpg);
    margin-top:3px;
}

#wideContent  /* Bereich unterhalb des Kopfbereichs mit breitem Content inkl. Schnellzugriff und Kontakt, in der Vorlage aber nur 1 senkrechte Linie verankert*/
{
    position:relative;
    float:left;
    width:980px;
    height:auto;
    left:23px;
    margin-bottom:8px;
    background-image:url(../images/wideContentBg.jpg);
    margin-top:3px;
}

#fullContent /* Bereich unterhalb des Kopfbereichs ohne Spalten lediglich Schnellzugriff- und Kontaktspalte*/
{
    position:relative;
    float:left;
    width:980px;
    height:auto;
    left:23px;
    margin-bottom:8px;
    margin-top:3px;
    z-index: 1;
}

/*--------------Körperbereich Ende--------------*/

/*--------------Fußbereich--------------*/

#footer
{
    position:relative;
    float:left;
    width:949px;
    height:auto;
    background-image:url(../images/footerBg.jpg);
    background-repeat:repeat-x;
    background-color:#eeeeee;
    padding:23px 32px 10px 22px;
    z-index: 2;
}

/*--------------Fußbereich Ende--------------*/


#linkFlash
{
 BACKGROUND-IMAGE: url(transPix.gif);
 Z-INDEX: 500;
 WIDTH: 711px;
 BACKGROUND-REPEAT: repeat-x;
 HEIGHT: 121px;  
 TOP: 70px; 
}

#linkFlash img
{
 BACKGROUND-IMAGE: url(transPix.gif);
 Z-INDEX: 500;
 WIDTH: 711px;
 BACKGROUND-REPEAT: repeat-x;
 HEIGHT: 121px;  
 text-decoration:none;
}










