/* ++++++++++++++++++++++++++Ab hier beginnt das Layout CSS++++++++++++++++++++++++++++++++++++++++++*/
/* ***css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

/* ----------container zentriert das layout-------------- */
#container {
        width: 70em;
        margin: 0px;
        padding: 0;
        background-color: #27330E;
        min-height:90%;
        border:none;
        font-family: Segoe Print, Georgia;
        display:block;
        overflow:auto;


}

/* ----------banner for logo-------------- */
#banner {

        list-style: none;
        width: 80%;
        margin:2% 0 0 0;
        padding:0;
        background:#ffffff;
        display:block;
        overflow:auto;
        height: 130px;
        -moz-border-radius-topleft: 30px;
        -border-radius-topleft: 30px;
        -moz-border-radius-topright: 30px;
        -border-radius-topright: 30px;
        }


#banner p{
        list-style: none;
        width: 100%;
        margin: 0px;
        padding: 0;
        min-hight: 100%;
        left:50%;
        }

#banner img {
  float:right;
  min-height:130px;
  width:100%;
  border:0px solid;
  margin:0 0 0 0;
  display:block;
  overflow:auto;
}






/* -----------------Inhalt--------------------- */
#content {

        float: right;
        text-align: left;
        width: 80%;
        border:none;
        min-height:650px;
        background-color: #CDA278;
        padding: 0;
        font-family: Segoe Print, Georgia;
        font-size: 1em;
        display:block;
        overflow:auto;
        /*-moz-border-radius-bottomright: 20px;
        -border-radius-bottomright: 20px;    */

}
#content a:link
{
text-decoration: none;
}
#content a:visited
{
text-decoration: none;
}

/* -----------------Inhalt Leute--------------------- */
#contentleute {

        float: right;
        text-align: left;
        width: 80%;
        min-height:650px;
        border:none;
        background-color: #CDA278;
        padding: 0;
        font-family: Segoe Print, Georgia;
        font-size: 1.2em;
        display:block;
        overflow:auto;
        /*-moz-border-radius-bottomright: 20px;
        -border-radius-bottomright: 20px;    */

}
#contentleute a:link
{
text-decoration: none;
}
#contentleute a:visited
{
text-decoration: none;
}



/* -----------------Inhalt Bildercontent--------------------- */

#contentbilder {

;
        float: right;
        text-align: left;
        width: 80%;
        min-height:650px;
        background-color: #CDA278;
        padding: 0px;
        border:none;
        font-family: Segoe Print, Georgia;
        font-size: 1.1em;
        display:block;
        overflow:auto;
        /*-moz-border-radius-bottomright: 20px;
        -border-radius-bottomright: 20px;    */
}
#contentbilder a:link
{
text-decoration: none;
}
 #contentbilder a:visited
{
text-decoration: none;
}

/* --------------left navigavtion------------- */
#left {
        float: left;
        width: 20%;
        min-height:630px;
        margin: 0;
        padding:20px 0px 0 0;
        background-color:#CDA278;
        /*-moz-border-radius-bottomleft: 40px;
        -border-radius-bottomleft: 40px;  */

}



/* -----------footer--------------------------- */

#footer {
        clear: left;
        background-color: #000000;
        text-color: # ;
        text-align: bottom-left;
        padding: 0;
        margin: 0;
        margin-left: 0;
        height:35px;
        -moz-border-radius-bottomleft: 30px;
        -border-radius-bottomleft: 30px;
        -moz-border-radius-bottomright: 30px;
        -border-radius-bottomright: 30px;
}




/* ++++++++++++++++++++++++++Hier endet das Layout CSS++++++++++++++++++++++++++++++++++++++++++*/



/* ++++++++++++++++++++++++++Ab hier beginnt das Hauptmenü CSS++++++++++++++++++++++++++++++++++++++++++*/

#menuoben{
                width:100%;
                height:45px;
                background-color: #E9BB78;
                /*background:url(images/menu_025_bg.png) no-repeat;*/
                margin:0;
                padding:-1px;
                left: 0px;
                font-family: Segoe Print, Georgia;
                -moz-border-radius-bottomleft: 15px;
                -border-radius-bottomleft: 15px;
                /*-moz-border-radius-bottomright: 15px;
                -border-radius-bottomright: 15px; */
                -moz-border-radius-topleft: 15px;
                -border-radius-topleft: 15px;
                /*-moz-border-radius-topright: 15px;
                -border-radius-topright: 15px; */



                z-index:1;
        }
                #menuoben ul{
                        list-style:none;
                        text-align:center;


                }
                        #menuoben li{
                                list-style:none;
                                display:inline;
                                margin:0 2px;
                                float:left;
                                padding-top: 10px;
                                padding-left: 0px;

                        }
                                #menuoben li a{
                                        color:#1D6218;
                                        text-transform:uppercase;
                                        font-size:16px;
                                        font-weight:bold;
                                        line-height:0px;
                                        text-decoration:none;
                                        padding:0 15px;
                                        background:url(images/menu_025_h.jpg) no-repeat;
                                        background-position: left center;

                                }
                                        #menuoben li a:hover{
                                                color:#fff;
                                                background:url(images/menu_025_c.jpg) no-repeat;
                                                background-position: left center;

                                        }
                                #menuoben li a.current{
                                        background:url(images/menu_025_c.jpg) no-repeat;
                                        color:#fff;
                                        text-transform:uppercase;
                                        font-size:16px;
                                        font-weight:bold;
                                        line-height:0px;
                                        text-decoration:none;
                                        padding:0 15px;
                                        background-position: left center;


                                }
                                        #menu li a:hover.current{
                                                color:#fff;


                                }

/* ++++++++++++++++++++++++++Hier endet das Hauptmenü CSS++++++++++++++++++++++++++++++++++++++++++*/

/* ++++++++++++++++++++++++++Ab hier beginnt das Nebenmenü CSS++++++++++++++++++++++++++++++++++++++++++*/


#menu {
list-style: none;
width: 150px;
padding-top: 90px;
height: 340px;
padding-left: 0px;
background: url(images/background.png) no-repeat;
background-position:left 70px;
}
#menu ul{
list-style: none;
margin: 0px;
padding: 0px;
font-size: 19px;
}

#menu a:link{
color: #AF301C;
font-family: Segoe Print, Georgia;
font-size: 19px;
height: 23px;
display:block;
text-decoration: none;
padding: 8px 0 0 0;
font-weight:bold;
}

#menu a:hover{
color: #000000;
text-decoration: none;
font-family: Segoe Print, Georgia;
font-size: 19px;
height: 23px;
display:block;
text-decoration: none;
padding: 8px 0 0 0;
font-weight:bold;
}

#menu a:visited{
color: #AF301C;
text-decoration: none;
font-family: Segoe Print, Georgia;
font-size: 19px;
height: 23px;
display:block;
text-decoration: none;
padding: 8px 0 0 0;
font-weight:bold;
}

#menu a:visited:hover {
color: #000000;
text-decoration: none;
font-family: Segoe Print, Georgia;
font-size: 19px;
height: 23px;
display:block;
text-decoration: none;
padding: 8px 0 0 0;
font-weight:bold;
}


/* ++++++++++++++++++++++++++Ab hier beginnt das leere Nebenmenü CSS++++++++++++++++++++++++++++++++++++++++++*/

#menuleer {
list-style: none;
width: 150px;
padding-top: 90px;
height: 340px;
padding-left: 0px;
background: url(images/background.png) no-repeat;
background-position:left 70px;
}
#menuleer ul{
        list-style: none;
        margin: 0px;
        padding: 0px;
}

#menuleer a:link{
color: #1D6218;
font-family:Segoe Print, Georgia;
font-size: 16px;
height: 23px;
display:block;
text-decoration: none;
padding: 8px 0 0 0px;
font-weight:normal;
}