/**************************************************
 * Anzeigestyle Kolping Friesenheim in CSS2/3     *
 **************************************************
 *                                                *
 * Inhalte:                                       *
 *                                                *
** Style-Import ***********************************
 * header-style                                   *
 * navigation-style                               *
 * content-style                                  *
 * footer-style                                   *
 *                                                *
** Body *******************************************
 * body                                           *
 *                                                *
 ** Wrapper ***************************************
 * #sitewrap                                      *
 * #wrapper                                       *
 *                                                *
 **************************************************/

/**************************************************
 * Style Import                                   *
 **************************************************/
@import url("header.css");
@import url("navigation.css");
@import url("content_home.css");
@import url("content.css");
@import url("footer.css");
@import url("info.css");

/**************************************************
 * Body                                           *
 **************************************************/
body{
    width: 1000px;
    margin: 0 auto;
    font: 500 1em Verdana, Arial, sans serif black;
    background: #fffcfc;
/*    background: rgb(30, 30, 30); /*moccasin; /*rgba(255,155,0,.3); /*#ffb43c; /*#ee7200; /*#ffbc00; /*ivory; /*linear-gradient(90deg, #a40, #333 15%, #333 85%, #a40 99%);*/
    overflow-y: scroll;
    }

/**************************************************
 * Wrapper                                        *
 **************************************************/
#sitewrap{
    display: block;
    padding: 0;
    width: 100%;    /*218,165,13 gold / 255,140,0 darkorange*/
    margin: 20px 0;
    /*background: linear-gradient(rgb(115,0,0) , rgb(255,140,0) 140px, white 140px, white 99%); /*LemonChiffon 165px, LemonChiffon 99%);*/
   /* background: linear-gradient(gold , darkorange 140px, white 140px, white 99%); /*LemonChiffon 165px, LemonChiffon 99%);*/

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;

/*    -webkit-box-shadow: black 0px 0px 30px;
    -moz-box-shadow: black 0px 0px 30px;
    -o-box-shadow: black 0px 0px 30px;
    box-shadow: black 0px 0px 30px;/
    }

#wrapper{
    position: relative;

    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    }