/* css fuer die Website www.compumed.de            */
/* Copyright .TRIPLE.ORANGE - Thomas Schuermann    */


/* container bereichs definitionen                                      */
/* die reihenfolge ist analog zum erscheinen der elemente auf der Seite */


                                /* fuer die Servicenavigation - Weiterempfehlen etc */
#servicenavigation {
        font-size: 10px;
        height: 20px;
        width: 759px;
        padding-left: 11px;
        padding-top: 6px;
}
                                /* fuer das logo und die topnews */
#obenlogotopnews {
        height: 85px;
        width: 759px;
        margin-left: 11px;
        }
                                /* das Logo hat noch einmal eine eigene Box */
#logobox {
        background-image:  url("/img/logo/m1-logo_NEU.jpg");
        height: 85px;
        width: 467px;
        background-repeat: no-repeat;
        float: left;
        display: inline;
}
                                /* fuer die topnews */
#topnews {
        height: 74px;
        width: 274px;
        margin-left: 9px;
        float: left;
        padding-top: 11px;
}
                                /* fuer die navigationsleiste */
#navigation {
        height: 23px;
        width: 100%;
        margin-top: 6px;
        background-image:  url("/img/bg/naviagtion-bg.gif");
        background-repeat: repeat-x;
}
                                /* fuer die pfad nach oben und zurueck-navigation */
#pfad {
        height: 20px;
        width: 467px;
        font-size: 10px;
        color: #555555;
        padding-top: 6px;
        font-weight: normal;
        clear: left;
}

/* alle linke spalte                */
/* ###########################      */
                                /* spalte links - in der befindet sich der inhalt */
#spaltelinks {
        float: left;
        height: 85px;
        width: 467px;
        /*width: 60%;*/
        display: inline;
        margin-left: 11px;
        clear: left;
}
                                /* fuer bild und eine kurze introansprache */
#introbildbox {
        width: 100%;
        /*width: 100%;*/
        height: 131px;
        clear: left;
        /*background-image:  url("/img/bg/introbildbox_bg.gif");*/    /*wegen Dyna. mit % (FEN) auskommentiert*/
        background-repeat: repeat;
        background-color: #FFFFFF;
}

/* FEN */
/* Farbe der Ecken für die Seiten (weißer Rahmen)                                        */
/* (Bitmaps orientieren sich an "CM.CSS" -> Body{Background-Color: #E5E5E5;})   */
.lo {
        width: 100%;
        height: 100%;
        background-image:  url("/img/bg/Corner_lo.gif");
        background-repeat: no-repeat;
        background-position: left top;
}
.ro {
        width: 100%;
        height: 100%;
        background-image:  url("/img/bg/Corner_ro.gif");
        background-repeat: no-repeat;
        background-position: right top;
}
.lu {
        width: 100%;
        height: 100%;
        background-image:  url("/img/bg/Corner_lu.gif");
        background-repeat: no-repeat;
        background-position: left bottom;
}
.ru {
        width: 100%;
        height: 100%;
        background-image:  url("/img/bg/Corner_ru.gif");
        background-repeat: no-repeat;
        background-position: right bottom;
}
/* FEN */

                                /* fuer die abgerundeten ecken der linken Spalte oben */
#contenttop {
        height: 9px;
        width: 467px;
        background-color: #FFFFFF;
        clear: left;
        background-image: url(/img/bg/contenttop-bg.gif);
        background-repeat: no-repeat;
        margin: 0;
        padding: 0;
}
                                /* fuer den inhalt */

#content {
        width: 100%;
        background-color: #FFFFFF;
        margin-top: 11px;
}
                                 /* fuer die nachrichten */
#nachrichten {
        background-color: #FFFFFF;
        border-top: 1px dotted #666666;
        margin-left: 11px;
        margin-right: 11px;
}
                                 /* fuer die abgerundeten ecken der linken Spalte unten */

#contentbottom {
        height: 10px;
        width: 467px;
        clear: left;
        background-image: url(/img/bg/contentbottom-bg.gif);
        background-repeat: no-repeat;
        background-color: #FFFFFF;
}
/* alle rechte spalte                */
/* ###########################         */

                                /* alle dort weiterfuehrenden container werden in cm.css spezifiziert */

#spalterechts {
        width: 274px;
        /*width: 35%;*/
        margin-left: 9px;
        float: left;
        padding-top: 26px;
}
