
/* Stylesheet für campingequipment.de   #8c8c8c */


* { padding: 0; margin: 0; }

html { height: 101% }

body {
  
   color: white;
   
   background-color: white;

   font-family: Verdana, Arial, Helvetica, sans-serif;
 
   font-size: medium;
   
   }


/* =============================================

       div-Bereich  
   
=============================================== */


#wrapper {
 
   color: black;

   background-color: white;
 
   width: 850px; 

   margin-top: 5px;
 
   margin-right: auto;

   margin-bottom: 10px;

   margin-left: auto;


   }



#kopfbereich {
   
   color: #555555;
   width: 780px;
   padding-top: 8px;
   padding-bottom: 5px;
   margin-top: 18px;
   margin-left: 0;
   margin-bottom: 1px;
   } 


 

#navibereich {

   text-align: left;
   background-color: white; 
   padding-top: 5px;
   padding-right: 10px;
   padding-bottom: 4px;
   padding-left: 10px;
   margin-bottom: 20px;
   margin-top: 5px;
   border-bottom: 0;
}

         #navibereich ul {  

              margin-bottom: 0;                    
              }

         #navibereich li {  

              display: inline;
              list-style-type: none;
              margin: 0 ;
              }

         #navibereich a {

              color: white;
              background-color: #444444;
              padding: 4px 4px 4px 4px;
              border: 1px solid white;
              font-size: 80%;
              text-decoration: none;
              }
              
                  #navibereich a:hover, #startseite #navi01 a, #segelflieger #navi02 a, #segelflugmodelle #navi03 a {

                     text-decoration: none;
                     color: black;
                     background-color: #dddddd;
                     padding-bottom: 5px;
                     border-bottom: none; 
                     }

                  #navibereich a:active {

                     background-color: white;
                     }


#textbereich {


   color: #333333;

   font-size: small;

   width: 780px;
 
   padding-top: 0px;

   padding-right: 0;

   padding-bottom: 0px;

   padding-left: 5px;
 
   margin-left: 0;

   margin-right: 0;

   border: none;


}

 #spalte2 {
     
       width: 220px;
       color: #484848;
       padding-left: 12px;
       padding-right: 12px;
       padding-top: 6px;
       padding-bottom: 6px;
       margin-left: 15px;
       border-top: 1px solid #CCCCC0;
       border-left: 1px solid #CCCCC0;
       border-bottom: 1px solid #CCCCC0;
       border-right: 1px solid #CCCCC0;
    }



.rechtespalte {

width: 230px;
padding: 15px;
float: right;
clear: right;

}

.linkespalte {

width: 490px;
float: left;
padding-left: 10px;


}


   

#fussbereich {

   clear: both;

   color: black;

   text-align: center;

   font-size: 65%;

   background-color: #EEEEEE;
 
   padding: 10px;

   border-top: 1px solid #484848;

   margin-top: 5px;

}




/* =============================================

             Allgemeine html-Elemente   

============================================== */



h1,h2,h3,h4 { font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; }



h1 { 
  
   text-align: center;
   font-size: 160%;
   font-style: normal;
   letter-spacing: 2px;
   padding: 5px;
   margin-top: 0;
   color: #5c6fc5;
   
}
h2 { 
  
   font-size: 160%;
   text-align: left;
   margin-bottom: 0px;

}

h3 {
   font-size: 135%;
   text-align: left;
   padding-left: 5px;
   padding-bottom: 5px;
}

h4 {

   font-size: 125%;
   text-align: left;
   padding-left: 10px;
   padding-bottom: 5px;
   padding-top: 15px;
   padding-right: 10px;
   color: #333333;
}


h5 {

   font-size: 90%;
   text-align: left;
   padding: 4px;
   padding-top: 20px;

}


a  { 
   
   
   color:black;
   text-decoration: underline;
   outline: none;
   border: 0;
}

a:link { color: #333333; text-decoration: underline; outline: none; border: 0; }
a:visited { color: #484848; text-decoration: underline; border: 0;}
a:hover, a:focus { text-decoration: none; border: 0;}
a:active { color: #484848; border: 0; }

a img { border: 0;}

p, ul {

    margin-top: 0;
    margin-right: 0;
    margin-bottom: 1em;
    margin-left: 0;
}

ul ul { margin: 0; }

img { 


padding-top: 15px;
padding-right: 15px;
padding-bottom: 15px;

 }

#kopfbereich img { padding: 0px; }

.amazon {padding: 0px;
             margin: 0px;}


li { margin-top: 0;
     margin-right: 0;
     margin-bottom: 0;
     margin-left: 1em;
}

#fixiert1 {
 position: fixed;
 top: 10px;
 left: 10px;
 border: 1px solid black;

 }

.bildrechts {

  float:right;
  margin: 10px;
  margin-right: 55px;
  margin-top: 0px;
  

}

.bildlinks {

  float:left;
  margin: 10px;
      

}

#impressum { 

     color: black; 
     padding: 5%;
     padding-left: 15%;
     padding-bottom: 280px;
     backgound-color: white;
     font size: 100%;
     background-image: url(impressum.jpg);
     background-repeat: no-repeat;
     background-position: top right;
     
}

  #impressum a {text-decoration: underline;
                font-size: 110%;
                


}

#small {

font-size: 90%;

}



