        /* Grundeinstellungen */
        body {

                margin: 0px;
                padding: 0px;
                background-color: #AD0C03;  /* Braun  */
        }

        body, div, p, td, .plain {
                font-family:  Arial, Helvetica, Tahoma, sans-serif;
                color: #000;
                font-weight: normal;
                font-size: 12px;
                font-style: normal;
                line-height: 15px;
        }


        /* allgemeine Schriftklassen */
        em                                 { font-weight: bold; font-style:normal; color: #000000; }
        em.hint                        { font-weight: bold; font-style:normal; color: #E95E1B; }


        p                                { padding-top: 4px;  padding-left: 4px; padding-right: 3px; }
        H1.homeheader        { font-family:Helvetica;  font-size: 42px; color:#FFF; padding-top:50px; padding-left: 30px;   }
        H2.homeheader        { font-family:Helvetica;  font-size: 15px; color:#FFF; padding-top:15px; padding-left: 30px;   }
        H2.homeheader_center { font-family:Helvetica;  font-size: 15px; color:#000000; padding-top:10px; padding-left: 10px;   text-decoration: underline; }


        p.ueberschrift        { font-weight: bold; padding-top: 3px;  padding-left: 4px; padding-right: 3px; }
        p.teaser                { font-weight: bold; font-size:12px; color:#AD0C03; padding-top: 25px;  padding-left: 0px;  }
        p.klein                        {font-size:11px; color:#FFFFFF;}

        p.kleins                {font-size:11px; color:#000000;}
        p.kleins_center        {font-size:11px; color:#000000; padding-left: 10px; }


        /* allgemeine Linkklassen */
        a                                 { color: #FFFFFF; text-decoration:none; font-weight:normal; line-height: 17px;}
        a:hover                 { color: #AD0C03; text-decoration:none; }
        a:active                 { color: #FFFFFF; text-decoration:none; background-color:#FFF;}

        a.text          { color: #AD0C03;  }
        a.text:hover    { color: #FFFFFF; }

        table.allgemeine { padding-left: 5px; }

/*######################### Navigation ######################### */

        ul#navigation                        {float:left; width:130px; background-color:#AD0C03;  margin: 0px; padding: 0px; line-height: 2px;}
        ul#navigation li                {list-style: none; margin-left: 0px; padding-left: 0px;  }
        ul#navigation a                        {display: block; }
        ul#navigation a:hover        { color: #000000;  background-color: #FFF; /*border-top-width:1px;        border-top-style:outset;        border-top-color:#CCC; */}
        ul#navigation a:active        { color: #000000; background-color: #CCC; }

        a.me                                        { color: #AD0C03; background-color: #ccc; }
        a.menot                                        { color: #FFFFFF; }

   /* Navigations Layer*/
        #NAV{
                position: relative;
                top: 15px;
                width:130px;
                height: 153px;

                border-color:#FFF;
                border-style:solid;
                border-width:1px 0px;
        }

/*######################### Navigation ######################### */



/* ---------------------------------------------------------- */
/* Seitenelemente */

        /* allgemeiner Seitenaufbau */
                #container {
                        width:914px;
                        margin: 30px auto;
                        height:555px;
                }

                #leftframe{
                        float: left;
                        position: relative;
                        width: 130px;
                        height:550px;
                        background-color: #4A861E;  /* Gruen  */

                }
                #rightframe{
                        position: relative;
                        float: left;

                        width: 130px;
                        height:550px;
                        background-color: #4A861E;  /* Gruen  */
                        color: #FFF;


                }
/* Hier sind die Ecken für den linken Frame  */
                #ecklio{
                        position: relative; float:left; top:0px; left: 0px;
                }
                #eckliu{
                        position: relative; float:left; top:547px; left: -3px;
                }

/* Hier sind die Container für den linken Frame  */
                #leftframe_cont_1 { position: relative;
                        top: 25px;
                        left: 0px;
                        width: 130px;
                        height:120px;
                        background-color: #ccc;                /* Grau  */
                        background-repeat: no-repeat;
                }

                #leftrahmen_2 {
                        position: absolute;
                        top: 400px;
                        left: 5px;
                        z-index: 2;
                }

                #leftframepic_2 {
                        position: relative;
                        top: 30px;
                        left: 0px;

                        z-index: 1;

                }

                #leftframe_cont_3 {
                        position: relative;
                        top: 65px;
                        left: 0px;
                        width: 130px;
                        height:20px;
                        background-color: #ccc;                /* grau  */
                }

/* Hier ist der Main-Frame  */
                #mainframe{
                        float: left;
                        position: relative;
                        text-align: left;
                        width: 650px;
                        height:550px;
                        background-image: url(../pic/Kopie_von_home_peace.jpg);
                        background-repeat:no-repeat;
                        background-color: #ccc;
                }

                #main_bottom{
                        position: absolute;
                        top: 510px;
                        width: 650px;
                        height:20px;
                        font-size: 10px;
                        color: #000;
                }

        #seitenframe{
                        float:left;
                        position: relative;
                        text-align: left;
                        width: 650px;
                        height:550px;
                        background-color: #CCCCCC;        /*         grau  */
                }

                #pic{ position:relative;
                        width: 650px;
                        height:147px;

                        border-color:#FFF;
                        border-style:solid;
                        border-width:0px 0px 1px 1px;

                }
