/*
Steuerbüro Peter
*/

html, body {
        height: 100%;
}
body {
        background: #e6e6e6;
       # font-size: 12px;
        line-height: 120%;
       # font-family: Arial, Verdana,Sans-Serif;
         font:90%/1.5em "Lucida Sans Unicode","Lucida Sans","Lucida Grande",Arial,Helvetica,sans-serif;
        color:#333333;
        padding:0px;
        margin:0px;

}

/* Container, der alles umschliesst */
div#haupt_container {
        width: 948px;
        height: auto;

        padding:0;
        margin: 0px auto;
        position: relative;
        background: #ffffff;
}


/* Container fuer den Header */
div#header_container {
        width: 948px;
        height: 308px;
        background-image: url(../gfx/header_img.jpg);
        position: absolute;
        top: 10px;
        left: 0px;

}




/* Container fuer das Menue */
div#menue_container {
        font-family: Arial, Verdana,Sans-Serif;
        width: 820px;
        height: 20px;
        background: #57202a;
        position: absolute;
        top: 318px;
        left: 0px;

}
div#menue_container p {
        padding:2px 4px 4px 30px;
        line-height: 130%;
        font-size: 12px;

}
div#menue_container p, div#menue_container a, div#menue_container a:visited {
        color: #ffffff;
}

div#menue_container a:hover {
        color: #f4d3aa;
}


/* Container fuer das Datum */
div#date_container {
        width: 128px;
        height: 20px;
        background-image: url(../gfx/hg_date.jpg);
        position: absolute;
        top: 318px;
        left: 820px;
        text-align: right;
}

div#date_container p {
        padding:2px 17px 4px 10px;
        line-height: 130%;
        font-size: 12px;
        color: #ffffff;

}



div.clearer {
        clear: both;
        width: 100%;
}



/* Aussen - und Innencontainer fuer den Inhaltsbereich */
/* wird nur benoetigt fuer Hintergrundfarbe der Spalten zum Erhalt gleicher Spaltenhoehen */
div#inhalt_aussen_container {
        border-left: solid 0px #000000; /* Hintergrundfarbe fuer linke Spalte  */
        border-right: solid 0px #000000; /* Hintergrundfarbe fuer rechte Spalte  */
        background-image: url(../gfx/hg_white.jpg); /* Hintergrundfarbe fuer Mittelspalte */
        float:left;
        margin-top: 328px;
        width:948px;

}

div#inhalt_innen_container {
        border-left: 0px solid #ff7d00;
        padding-left: 10px;
        padding-bottom: 25px;
        height: 100%;
        float:left;
}



/* Hauptspalte fuer den Inhalt */
div#mittelspalte{
        padding-top: 40px;
        padding-left: 20px;
        width: 870px;
        height: auto;
        float:left;
        min-height: 260px;
}


/*  Fusszeile */
div#fusszeile {
        height: 29px;
        width: 948px;
        border-top: 0px solid #ff7d00;
        background-image: url(../gfx/hg_bottom.jpg);
        float: left;
}

/* Adresse in Fusszeile */
div#address {
        margin-left: 0px;
        width:670px;
        position: absolute;
}

div#address p {
        padding: 8px 20px 8px 22px;
}

/* Copyrightvermerk in Fusszeile */
div#copy {
        margin-left: 0px;
        width:278px;
        left: 670px;
        position: absolute;
        text-align: right;

}
div#copy p {
        padding: 8px 40px 8px 5px;
}
div#copy a {
        text-decoration: none;
}

div#copy p, div#copy a, div#copy a:visited {
        color: #57202a;
}


/*------------- list styles ------------*/

                .tx-cal-controller .even {

                        border-bottom: 1px solid #ff7d00;
                        background-color: #ffffff;
                        padding-top: 10px;

                }
