/* *******************************************************************
Author Heiko Zander
www.iseonline.de
(c) Copyright 2018 by Heiko Zander

**********************************************************************/

/* **** Allgemeine Fromatierungen  ************************************

**********************************************************************/

*{
    margin: 0px;
    padding: 0px;
}

/* **** Typo Fromatierungen  *****************************************

**********************************************************************/


html, body{
    background: #FFF;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #FFF;
}


br{
    margin-top: 40px;
}

p{
    margin-top: 20px;
}

#artikeltext p:first-child{
    margin-top: 0px;
}

#autom p:first-child{
    margin-top: 0px;
}
h1{
    /* wird zurzeit nicht verwendet da als Bild eingefügt */
    font-family: 'DynameBlackSSK',Arial, sans-serif;
    
    font-size: 70px;
    font-weight: 400;
    line-height: 120px;
    text-align: center;
   
    color: cyan;
    text-shadow: 1px 1px 0 #000000;
}

h2{
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color:#FFF;
    text-shadow: 1px 1px 0 #000000;
}

h3{
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color:#FFF;
    text-shadow: 1px 1px 0 #000000;
    display: block;
    background: #999999;
    width: 230px;
    height: 30px;
    line-height: 30px;
    text-indent: 20px;
    border-bottom: 1px #CCC;
}

h4{
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color:#FFF;
    text-shadow: 1px 1px 0 #000000;
}
#breadcrumb a{
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 43px;
    
    text-decoration: none;
    color:#FFF;
    text-shadow: 1px 1px 0 #000000;
    margin-left: 30px;
}

#breadcrumb a:hover{
    text-decoration: underline;
}

#footer{
    font-size: 12px;
    line-height: 43px; 
    margin-left: 30px;
    color: black;
}

#top{
    margin-right: 50px;
    height: 41px;
    width: 41px;
    background: #363636;
    float: right;
    display: block;
    text-align: center;
}
#top a{
   
    text-decoration: none;
    font-size: 20px;
    color: #FFF;
}

#top a:hover{
    text-decoration: underline;
}

#autolink a{
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    
    text-decoration: none;
    color: cyan;
    text-shadow: 1px 1px 0 #000000;
    margin-left: 30px;
}

#autolink a:hover{
    text-decoration: underline;
}
/* **** Layout Fromatierungen  ****************************************

**********************************************************************/

#wrapper{
    width: 1050px;
    margin: 0px auto;
    background: #CFCFCF; 
    
}



#mainheader{
    width: 1050px;
    height: 330px;
    border: 2px solid #000000;
    float: left;
}
#headerbild{
   /* background: url(../IMAGES/i-s-e_body_lang.JPG); */
    background: url(../IMAGES/ise_Logo_Web.png);
    width: 1050px;
    height: 247px;
   
    float: left;
}



#main-navigation{
    width: 1050px;
    height: 43px;
    float: left;
    background: #666666; /* Old browsers */
    background: -moz-linear-gradient(top, #666666 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #666666 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #666666 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid #BEBEC1;
}


#breadcrumb{
    width: 1050px;
    height: 43px;
    background: #363636;
    margin: 0px auto;
    border-top: 1px solid #CDCDCD;
    float: left;
}

#section-wrapper{
    width: 1050px;
    float: left;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#666666+0,666666+30,7e7e7e+30,7e7e7e+100 */
background: #666666; /* Old browsers */
background: -moz-linear-gradient(left, #666666 0px, #666666 230px, #7e7e7e 230px, #7e7e7e 1050px); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #666666 0px,#666666 230px,#7e7e7e 230px,#7e7e7e 1050px); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #666666 0px,#666666 230px, #7e7e7e 230px,#7e7e7e 1050px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#7e7e7e',GradientType=1 ); /* IE6-9 */
    
    
}

#sidebar{
    width: 230px;
    margin-top: 25px;
    float: left;
}

#content{
    width: 780px;
   
    margin: 0px auto;
    float: left;
    padding: 20px;
}
#content1{
   
    width: 760px;
    height: auto;
    float: left;
    padding: 20px;
}


#fotter{
    width: 1050px;
    height: 43px;
    margin: 0px auto;
    border: 1px solid #000;
    float: left;
}



/* **** Navigation ***************************************************

**********************************************************************/

#main-navigation .menu{
    
    list-style-type: none;
    width: 1050px;
        
}

#main-navigation .menu li a{
    width: 173px;
    height: 42px;
    display: block;
    float: left;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 42px;
    text-align: center;
    color:#FFF;
    text-decoration: none;
    text-shadow: 1px 1px 0 #000000;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #666666;
    -webkit-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
    -ms-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
#main-navigation .menu li:first-child a{
    border-left: none;
    width: 174px;
    
}

#main-navigation .menu li:last-child a{
    border-right: none;
    width: 174px;
    
}

#main-navigation .menu li a:hover{
    background-color: rgba(51,51,51,0.3);
    -webkit-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
    -ms-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    
}
/* **** Sidebar Navigation *******************************************

**********************************************************************/


#sidebar .menu{
    list-style-type: none;
    width: 230px;
    
}

#sidebar .menu li a{
    width: 230px;
    height: 36px;
    display: block;
    float: left;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    text-indent: 30px;
    color:#FFF;
    text-decoration: none;
    text-shadow: 1px 1px 0 #000000;
    border-bottom: 1px dashed #CCCCCC;
    -webkit-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
    -ms-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}

#sidebar .menu li a:hover{
    
    background: #CCCCCC;
    -webkit-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
    -ms-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    
}

#autom a{
    width: 780px;
    height: 26px;
    display: block;
    float: left;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    text-indent: 10px;
    color:white;
    background: #666666;
    text-decoration: none;
    text-shadow: 1px 1px 0 #000000;
    border-bottom: 1px dashed #CCCCCC;
    border-top: 1px dashed #CCCCCC;
    -webkit-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
    -ms-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
#autom a:hover{
    
    background: #cccccc;
   
    -webkit-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
    -ms-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    
}