 
body {
    background-color:#edeff0;
    background-image:url("../backgrounds/01.png");
    background-repeat:repeat;
    background-attachment: fixed;

    margin:0;
    padding-top:20px;
    padding-bottom:20px;
}

.block {
    overflow:hidden;
}

iframe {
    width:100%;
    overflow:hidden;
}

img {
    border:none;
}

header,
#container,
#main,
aside,
footer,
.custom,
.custom .inside,
.inside {
    position:relative;
    display:block;
}



/* Wrapper /// */
#wrapper {
    width:90%;
    position:relative;
    display:block;
    margin-right:5%;
    margin-left:5%;
}

/* Inside Elements /// */
header .inside,
footer .inside,
#container,
.custom .inside {
    margin-right:0;
    margin-left:0;
    width:auto;
}
/* #container:after /// */
#container:after {
    height:0px;
    clear:both;
    display:block;
    visibility: hidden;
    content: ".";
}

/* Header min height /// */
header .inside {
    min-height:100px;
}

/* Inside Elements Main Left ///// */
#container {
    padding:10px;
}
#left .mod_article {
	margin-bottom: 15px;
}

/* Inside Slidersection /// */
#Slidersection .inside {
    padding-right:3%;
    padding-left:3%;
}

/* Inside Elements Informationsection /// */
#Informationsection .inside {
    padding:2% 3%;
}

/* Inside Elements Footer /// */
#footer .inside {
    padding:1% 3%;
}

/* Galerie /// */
.ce_gallery ul {
    overflow:hidden;
    margin-top:0;
    padding-top:0;
    list-style-type:none;
}
.ce_gallery li {
    float:left;
}
.ce_gallery li.col_first {
    clear:left;
}
.float_left {
    float:left;
}
.float_right {
    float:right;
}





/*####### Layout_min_960px.css #######*/

@media (min-width: 960px) {

/* Max Width //////////// */
#wrapper {
    max-width:1100px !important;
    margin-left:auto !important;
    margin-right:auto !important;
   }
}





header .inside,  .custom .inside {
    margin-bottom:15px;
}

footer .inside {
    margin-top:15px;
    margin-bottom:15px;
}

header .inside:after,
footer .inside:after,
footer .inside:before,
.custom .inside:after {
    width:100%;
    height:15px;
    position:absolute;
    display:block;
    font-size:0px;
    color:#fff;
    content:".";
    background: 
    url(../img/shadow_style_one_left.png) left top no-repeat, url(../img/shadow_style_one_right.png) right top no-repeat;
}

header .inside:after, footer .inside:after, .custom .inside:after {
    bottom:-15px;
    left:0;
}

footer .inside:before {
    left:0;
    top:-15px;
}

footer .inside:after {
    height:40px;
    bottom:-40px;
}



/*####### Layout_min_768px_only_main.css #######*/
@media (min-width: 768px) {
    /* Main ////////// */
    #main {
        width:100%;
        float:right;
    }
}

/*####### Layout_max_480px.css #######*/

@media (max-width: 480px) {
h1 {
    font-size:1.6em;
}

.fan_ribbon {

  width: 100%;
}
}



