@import "kontakt.css";
@import "suche.css";
@import "gewerbe.css";
@import "druckerverbrauchsmaterial.css";
@import "body_unten.css";
*{
    margin: 0;
    padding: 0;
}

html{
background: url(../img/bg.png);
background-attachment: fixed;
}
#fix_oben{
    width: 100%;
    height:280px;
    /*position: fixed;
    z-index: 50;*/
    background: url(img/bg.png);
    /*background-attachment: fixed;*/

}
#header{
    width: 100%;
    height:40px;
    box-sizing-border-box;
    /*border: 1px solid yellow;*/
    margin-top: 5px;
    }
#header_right{
    width: 660px;
    height:100%;
    /*border: 1px solid green;*/
    text-align: center;
    float: right;
    font-family: 'Nova Square';
    font-size: 18pt;
    
}
#header_right li {
    list-style-type: none;
    display: inline;

    
}
#header_right a{
    display: block;
    width: 190px;
    height: 40px;
    box-sizing: border-box;
    margin-left: 10px;
    padding-bottom: 3px;
    /*border: 1px solid red;*/
    text-decoration: none;
    color: #EEEEEE;
    float: left;
    padding-top: 1%;
    background: #0d0d0d; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #0d0d0d 16%, #0d0d0d 25%, #010101 36%, #383838 63%, #0a0a0a 80%, #1b1b1b 94%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(16%,#0d0d0d), color-stop(25%,#0d0d0d), color-stop(36%,#010101), color-stop(63%,#383838), color-stop(80%,#0a0a0a), color-stop(94%,#1b1b1b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #0d0d0d 16%,#0d0d0d 25%,#010101 36%,#383838 63%,#0a0a0a 80%,#1b1b1b 94%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #0d0d0d 16%,#0d0d0d 25%,#010101 36%,#383838 63%,#0a0a0a 80%,#1b1b1b 94%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #0d0d0d 16%,#0d0d0d 25%,#010101 36%,#383838 63%,#0a0a0a 80%,#1b1b1b 94%); /* IE10+ */
    background: linear-gradient(135deg,  #0d0d0d 16%,#0d0d0d 25%,#010101 36%,#383838 63%,#0a0a0a 80%,#1b1b1b 94%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0d0d', endColorstr='#1b1b1b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-radius:5px;
    transition: all 2s ease;
}

#header_right a:hover{
    color: #000;
    background: #fceabb; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #fceabb 0%, #fccd4d 30%, #f8b500 75%, #fbdf93 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fceabb), color-stop(30%,#fccd4d), color-stop(75%,#f8b500), color-stop(100%,#fbdf93)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #fceabb 0%,#fccd4d 30%,#f8b500 75%,#fbdf93 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #fceabb 0%,#fccd4d 30%,#f8b500 75%,#fbdf93 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #fceabb 0%,#fccd4d 30%,#f8b500 75%,#fbdf93 100%); /* IE10+ */
    background: linear-gradient(135deg,  #fceabb 0%,#fccd4d 30%,#f8b500 75%,#fbdf93 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.schatten{
    float:left;
    width: 195px;
    height:18px;
    margin-left: 5px;

}
#headbanner{
    clear: all;
    width: 100%;
    box-sizing:border-box;
    height: 200px;
    text-align: center;
    margin-top: 25px;
    box-shadow: 5px 10px 5px #000;
    background: #45484d; /* Old browsers */
    background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #45484d 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
#headbanner h1{
    font-family: 'Nova Square';
    font-size: 26pt;
    padding-top: 50px;
    color: #999999;
    text-shadow: 2px 2px 2px #fff; 
}
#headbanner p{
    font-family: verdana;
    color: #888888;
    font-size: 0.9em;
    padding-top: 15px;
}

#ttclogo{
    float: left;
    padding: 5px;
    }
#ttclogo_animiert{
    width: 200px;
    height: 200px;
    float: left;
    
    }
    iframe{
        border: none;
    }
#laserprinter{
    display: none;
}
#content{
    width:980px;
    height: 450px;
    margin: 0 auto 0 auto;
    /*position: relative;*/
    top: 290px;
    padding-bottom: 100px;
    z-index: 49;
    overflow: auto;
    /*border: 1px solid yellow;*/
   
}

#content_impressum{
    width: 980px;
    height:100%;
    box-sizing: border-box;
    frameborder: 0;
    padding: 20px 15px 55px 5px;
    }
    #content_impressum h3,p{
        margin-bottom: 10px;
        margin-top: 10px;
    }

.schutztext{
        margin-top: 15px;
        font-family: Arial;
        font-size: 10pt;
        }
.flosse
    {
        float:left;
        margin-right: 5px;
    }
    #index_container{
        width: 980px;
        height: auto;
        margin-top: 30px;
        font-family: Verdana;
        
    }
    #index_container p{
    margin-top: 15px;
    }
    #index_container h2{
        margin-left: 200px;
    }
    #index_navi{
        width: 430px;
        height: 50px;
        /*border: 1px solid green;*/
        margin: 0 auto;
        font-family: 'Nova Square';
        font-size: 14pt;
    }
    #index_navi ul{
        list-style-type: none;
    }
    #index_navi li{
        display: inline;
    }
    #index_navi a{
        display: block;
        width: 190px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        box-sizing: border-box;
        margin-left: 10px;
        padding-bottom: 3px;
        /*border: 1px solid red;*/
        text-decoration: none;
        color: #EEEEEE;
        float: left;
        background: #0d0d0d; /* Old browsers */
        background: -moz-linear-gradient(-45deg,  #0d0d0d 16%, #0d0d0d 25%, #010101 36%, #383838 63%, #0a0a0a 80%, #1b1b1b 94%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right bottom, color-stop(16%,#0d0d0d), color-stop(25%,#0d0d0d), color-stop(36%,#010101), color-stop(63%,#383838), color-stop(80%,#0a0a0a), color-stop(94%,#1b1b1b)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(-45deg,  #0d0d0d 16%,#0d0d0d 25%,#010101 36%,#383838 63%,#0a0a0a 80%,#1b1b1b 94%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(-45deg,  #0d0d0d 16%,#0d0d0d 25%,#010101 36%,#383838 63%,#0a0a0a 80%,#1b1b1b 94%); /* Opera 11.10+ */
        background: -ms-linear-gradient(-45deg,  #0d0d0d 16%,#0d0d0d 25%,#010101 36%,#383838 63%,#0a0a0a 80%,#1b1b1b 94%); /* IE10+ */
        background: linear-gradient(135deg,  #0d0d0d 16%,#0d0d0d 25%,#010101 36%,#383838 63%,#0a0a0a 80%,#1b1b1b 94%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0d0d', endColorstr='#1b1b1b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        border-radius:5px;
        transition: all 2s ease;
    }
    #index_navi a:hover{
        color: #000;
        background: #fceabb; /* Old browsers */
        background: -moz-linear-gradient(-45deg,  #fceabb 0%, #fccd4d 30%, #f8b500 75%, #fbdf93 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fceabb), color-stop(30%,#fccd4d), color-stop(75%,#f8b500), color-stop(100%,#fbdf93)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(-45deg,  #fceabb 0%,#fccd4d 30%,#f8b500 75%,#fbdf93 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(-45deg,  #fceabb 0%,#fccd4d 30%,#f8b500 75%,#fbdf93 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(-45deg,  #fceabb 0%,#fccd4d 30%,#f8b500 75%,#fbdf93 100%); /* IE10+ */
        background: linear-gradient(135deg,  #fceabb 0%,#fccd4d 30%,#f8b500 75%,#fbdf93 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

#suchliste{
    width: 100%;
    height: auto;
    font-size:  12pt;
    text-align: center;
}
#webdesign{
    width: 980px;
    height: auto;
    font-family: verdana;
    margin: 0 auto;
    margin-top: 25px;
    text-align: center;
}
#webdesign h1{
font-size:16pt;
  margin-bottom:10px;
}
#webdesign_banner{
    width: 528px;
    height: 175px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #888888;
    margin: 0 auto 15px auto;
    background: url(../img/code.jpg);
}
 
#oeffnung{
    font-family: Verdana;
    font-size: 12pt;
    width: 460px;
    height: 120px;
    /*border: 1px solid red;*/
    
    margin: 20px auto;

}

#oeffnung_head{
    width: 460px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 20px;
    clear: both;
    
}        
#oeffnung_left{
    width: 120px;
    float: left;
    text-align: left;
    /*border: 1px solid green;*/
    
    

}
#oeffnung_right{
    width: 320px;
    float: right;
    text-align: left;
      
} 
        
        
        
        
        
        