/*
krick.net
*/

html, body {
        height: 100%;
}
body {
        background-color: #ffffff;
        font-size: 12px;
        line-height: 120%;
        font-family: Verdana, Arial, Sans-Serif;
        color:#333333;
        padding:0px;
        margin:0px;

}

/* Container, der alles umschliesst */
div#haupt_container {
        width: 1022px;
        height: auto;
        min-height: 200px;
        padding:0;
        margin: 0px auto;
        position: relative;
        background: #ffffff;
}
/* Container fuer das Logo */
div#logo_container {
        width:196px;
        height: 89px;
        text-align: center;
        position:absolute;
        background: #e2e7f3;
        top: 0;
        left: 0;
}
div#logo_container img {
        margin-top: 8px;
}
div#logo_container h1 {
        color: #999999;
        font-size: 10px;
        font-weight: bold;
        margin-top: 25px;
}

/* Container fuer das Pfadmenue
Das Pfadmenue wird in TYPO3 dynamisch ersetzt. Die Formatangaben werden in das TypoScript SETUP Deines Templates uebernommen.*/
div#pfadmenue_container {
        width: 870px;
        height: 70px;
        background-image: url(../gfx/hg_breadcrumb.jpg);
        position: absolute;
        top: 19px;
        left: 196px;

}
div#pfadmenue_container p {
        padding:50px 4px 4px 20px;
        line-height: 130%;
        font-size: 9px;

}
div#pfadmenue_container p, div#pfadmenue_container a, div#pfadmenue_container a:visited {
        color: #003d70;
}

/* Container fuer das Bild im Header und der Seitentitel */
div#header_img_container {
        height: 130px;
        width: 196px;
        background-color: #cccccc;
        position: absolute;
        top:89px;
        left: 0px;
        overflow: hidden;
        }

div#header_img2_container {
        height: 130px;
        width: 870px;
        background-color: #cccccc;
        position: absolute;
        top:89px;
        left: 196px;
        overflow: hidden;
        }

div#header_titel_container {
        height: 100px;
        width: 1022px;
        position: absolute;
        top:50px;
        left:0px;
}
div#header_titel_container h1{
        display: block;
        font-size: 20px;
        color: #003d70;
        font-weight:bold;
        position:absolute;
        left: 0px;
        bottom: 8px;
        height: auto;
        width: 1022px;
        letter-spacing: 1ems;
        line-height: 36px;
        text-align: center;
}

div#header_titel_container h2{
        display: block;
        font-size: 20px;
        color: #003d70;
        font-weight:bold;
        position:absolute;
        left: 0px;
        top: -40px;
        width: 1022px;
        line-height: 36px;
        text-align: center;
}


div.clearer {
        clear: both;
        width: 100%;
}
/* Container fuer die horizontale Navigationsliste > navi_oben.css */
div#navigation_oben_container
{
        width: 250px;
        height: auto;
        padding:0;
        background-color: #e2e7f3;
        position: absolute;
        top: 0px;
        left:196px;

}


/* Container fuer die zweite horizontale Navigationsliste > navi_oben.css */
div#navigation_oben2_container
{
        width: 1022px;
        height: auto;
        padding:0;
        position: absolute;
        top: 0px;
        left:0px;
        float:right;

}


/* Aussen - und Innencontainer fuer den Inhaltsbereich */
/* wird nur benoetigt fuer Hintergrundfarbe der Spalten zum Erhalt gleicher Spaltenhoehen */
div#inhalt_aussen_container {
        background-color: #ffffff; /* Hintergrundfarbe fuer Mittelspalte */
        float:left;
        margin-top: 150px;
        width:1022px;
}







/* Spalte fuer die linkte Navigationsliste > navi_links.css */
div#linke_spalte{
         top: 0px;
        left: 0px;
        width:87px;
         height:485px;
         float:left;
         position:relative;
         background-image: url(../gfx/portal_hg1.jpg);

 }
 /* Spalte fuer ergaenzenden Inhalt */
div#rechte_spalte {
         top: 0px;
        left: 0px;
        padding-top: 0px;
         padding-left: 0px;
         width:82px;
         height:485px;
         float:right;
         position: relative;
         background-image: url(../gfx/portal_hg2.jpg);
}






/* Hauptspalte fuer den Inhalt */
div#mittelspalte{
        top: 0px;
        left: 0px;
        position: relative;
        padding-top: 0px;
         padding-left: 0px;
        width: 853px;
        height: 485px;
        float:right;
        background-image: url(../gfx/portal_hg3.jpg);
}


/* Content */
div#content{
        top: 10px;
        left: 10px;
        position: relative;
        padding-top: 10px;
         padding-left: 10px;
         padding-right: 10px;
        width: 813px;
        font-size:96%;

}

div#content p{
        padding: 8px 20px 8px 10px;

}


/*  Fusszeile */
div#fusszeile {
        border-left: solid 87px #ffffff; /* Hintergrundfarbe fuer linke Spalte  */
        border-right: solid 82px #ffffff; /* Hintergrundfarbe fuer rechte Spalte  */
        background-image: url(../gfx/hg_linie.gif); /* Hintergrundfarbe fuer Mittelspalte */
        height: auto;
        width: 853px;
        padding-top: 55px;
        padding-left: 0px;
        background-color: #ffffff;
        float: left;
        font-size:80%;
}
/* Copyrightvermerk in Fusszeile */
div#copy {


        margin-left: 0px;
        width:853px;

}
div#copy p {

        padding: 8px 20px 8px 5px;
}
div#copy a {
        text-decoration: none;
}
