/*  Effekteigenschaften Randabstand der Seite Forkerbau  */
* {
/*  padding =  Innenabstand */
    padding: 0px;
/*  margin =  Aussenabstand */
    margin: 0px;
    font-family: Arial, Verdana, sans-serif;
}

/*  Effekteigenschaften Header oben  */
header {
    height: 360px;
    background-color: #464646;
    border-radius: 1px;
    border: solid #000000 1px;
    padding: 20px;
    margin-bottom: 20px;
/*  box-shadow = Schatten um eine Box */
/*  box-shadow = erste Wert Schatten horizontaler Wert */
/*  box-shadow = zweite Wert Schatten vertikaler Wert */
/*  box-shadow = dritte Wert Schatten Übergang-Tiefe */
    box-shadow: -4px -4px 10px grey, 4px 4px 10px grey;
}
header img {
    width: auto;
    height: auto;
    border: none;
    padding-top: 1px;
    padding-bottom: 35px;
}
/*  Effekteigenschaften Seite Hintergrund  */
body {
    width: 800px;
    background-image: url(http://www.forkerbau.de/images/back_ston2.jpg);
    background-attachment:fixed;
/*  margin Aussenabstand ein Wert = Abstand oben, unten, links und rechts   */
/*  margin Aussenabstand zwei Werte = Abstand oben und unten, der Zweite Wert für links und rechts  */
/*  margin Aussenabstand drei Werte = Abstand oben, der Zweite links und rechts und der Dritte unten   */
/*  margin Aussenabstand vier Werte = Abstand oben, der Zweite rechts, der Dritte unten und der Vierte links   */
    margin: 20px auto;
}    

header h1 {
    font-family: Verdana;
    font-style: italic;
/*  padding Innenabstand ein Wert = Abstand oben, unten, links und rechts   */
/*  padding Innenabstand zwei Werte = Abstand oben und unten, der Zweite Wert für links und rechts  */
/*  padding Innenabstand drei Werte = Abstand oben, der Zweite links und rechts und der Dritte unten   */
/*  padding Innenabstand vier Werte = Abstand oben, der Zweite rechts, der Dritte unten und der Vierte links   */
/*  padding-left Abstand zwischen der linken Kante des Inhalts und dem linken Rand  */
    padding-left: 10px;
/*  padding-top Abstand zwischen der oberen Kante des Inhalts und dem oberen Rand   */
    padding-top: 10px;
    color:#464646;
    font-size: 16pt;
    text-shadow: black 1px 1px 2px;
    
}  
header h2 {
    font-family: Verdana;
    font-style: normal;
    padding-left: 580px;
    color: #464646;
    font-size: 16pt;
    text-shadow: black 1px 1px 4px;
} 
header h3 {
    font-family: Verdana;
    font-style: italic;
    padding-left: 580px;
    color: black;
    font-size: 16pt;
    text-shadow: black 1px 1px 4px;
}

header nav ul {
  -webkit-box-shadow: 0 0 30px #000;
  -moz-box-shadow: 0 0 30px #000;
  box-shadow: 0 0 30px #000;
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
}

header nav li {
  display: inline;
  list-style: none;
}

header nav li:before {
  content: "| ";
}

header nav li:first-child:before {
  content: none;
}

header nav a {
  color: #fff;
  line-height: 40px;
  padding: 11px 6px;
  text-decoration: none;
  text-shadow: 1px 1px 2px #000;
  text-transform: uppercase;
}

header nav a:hover,
header nav a.active {
	color: #000;
	background-color: #E7DCB0;
}
header wrapper {
        margin: 100px auto;
        padding: 1px 40px 60px 1px;
        }
        
section {
    width: 600px;
    float: left;
}

section2 {
    width: 800px;
    float: left;
}  

     
article {
    border: solid #464646 1px;
    background-color: #E7DCB0;
    padding: 20px;
    text-align: left;
    margin-bottom: 25px;
    margin-right: 10px;
    line-height: 18px;  
/*  box-shadow = Schatten um eine Box */
/*  box-shadow = erste Wert Schatten horizontaler Wert */
/*  box-shadow = zweite Wert Schatten vertikaler Wert */
/*  box-shadow = dritte Wert Schatten Übergang-Tiefe */
    box-shadow: -4px -4px 10px grey, 4px 4px 10px grey;
} 
article2 {
    border: solid #464646 1px;
    padding: 20px;
    text-align: left;
    margin-bottom: 25px;
    margin-right: 1px;
    line-height: 18px;  
/*  box-shadow = Schatten um eine Box */
/*  box-shadow = erste Wert Schatten horizontaler Wert */
/*  box-shadow = zweite Wert Schatten vertikaler Wert */
/*  box-shadow = dritte Wert Schatten Übergang-Tiefe */
    box-shadow: -4px -4px 10px grey, 4px 4px 10px grey;
} 

article h2 {
     font-size: 16px;
     color: #464646;
     padding-bottom: 10px;
     letter-spacing: 1px;
     font-weight: bold;
}
article p {
    font-size: 13px;
    padding-bottom: 10px;
    color: #464646;
}
article blockquote {
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    padding: 10px;
    background-color: #464646;
    border-radius: 10px;
    color: #E7DCB0;
    
}
article img {
    float: right;
    border: none;
    margin-left: 5px;
    border-radius: 10px;
    box-shadow: 6px 6px 10px #464646;
    } 
    
    
/*  Effekteigenschaften Bildwechsel 1  */
#bildwechsel1 a {
  background-image: url(http://www.forkerbau.de/images/info.png);
  background-repeat: no-repeat;
  display: block;
  width: 100px;
  height: 100px;

}
#bildwechsel1 img {
  display: block;
  width: 100px;
  height: 100px;
  border: 0;
}

#bildwechsel1 a:hover img {
  visibility: hidden;
}

/*  Effekteigenschaften Bildwechsel 2  */
#bildwechsel2 a {
  background-image: url(http://www.forkerbau.de/images/kamera.png);
  background-repeat: no-repeat;
  display: block;
  width: 100px;
  height: 100px;

}
#bildwechsel2 img {
  display: block;
  width: 100px;
  height: 100px;
  border: 0;
}

#bildwechsel2 a:hover img {
  visibility: hidden;
}

/*  Effekteigenschaften Bildwechsel 3  */
#bildwechsel3 a {
  background-image: url(http://www.forkerbau.de/images/Alu_Zaun_Palisaden.png);
  background-repeat: no-repeat;
  display: block;
  width: 267px;
  height: 170px;
  float: right;
  border: none;
  margin-left: 5px;
  border-radius: 10px;
  box-shadow: 6px 6px 10px #464646;

}
#bildwechsel3 img {
  display: block;
  width: 267px;
  height: 170px;
  border: 0;
  float: right;


}
#bildwechsel3 a:hover img {
  visibility: hidden;
}

#menu {position:relative;  
    width:75px; 
    z-index:100;
    float: right;}
#menu a.p1, #menu a.p1:visited {
    display:block; 
    width:75px; 
    height:75px; 
    border:0;
    }
#menu a img {border:0;}
#menu a .large {
    display:block; 
    position:absolute; 
    width:0; 
    height:0; 
    border:0; 
    top:0; 
    left:0; }
#menu a.p1:hover .large {
    display:block; 
    position:absolute;
    top:-65px; 
    left:-480px; 
    width:780px; 
    height:638px; 
    }
    
#info {
z-index:100; height:22em; 
} 

video {
    width: 320px;
    height: 240px;
    float: right;
    border: gray 1px solid;
    margin-left: 10px;
    border-radius: 5px;
    background-color: #FFAA00;
    
}
# content: {
    float: right;
    width: 300px;
    height: 300px;
}

/*  Effekteigenschaften Box 1 rechts  */
aside {
    text-align: center;
    padding-right: 1px;
    width: 190px;
    margin-top: 20px;
    float: right;
    color: #E7DCB0;
    padding: 1px;
    background-color: #464646;
    border-radius: 1px;
    border: solid #000000 1px;
/*  box-shadow = Schatten um eine Box */
/*  box-shadow = erste Wert Schatten horizontaler Wert */
/*  box-shadow = zweite Wert Schatten vertikaler Wert */
/*  box-shadow = dritte Wert Schatten Übergang-Tiefe */
    box-shadow: -4px -4px 10px grey, 4px 4px 10px grey;
}
aside h3 {
    font-size: 22px;
    color: #E7DCB0;
    padding-bottom: 10px;
    font-variant: small-caps;
    padding-top: 15px;
}
aside p {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    margin: 10px;
    color: #E7DCB0;
}
aside img {
    width: 100px;
    height: 100px;
    border: none;
}
aside2 {
    text-align: center;
    padding-right: 1px;
    width: 190px;
    float: right;
    color: #E7DCB0;
    padding: 1px;
    background-color: #464646;
    border-radius: 1px;
    border: solid #000000 1px;
/*  box-shadow = Schatten um eine Box */
/*  box-shadow = erste Wert Schatten horizontaler Wert */
/*  box-shadow = zweite Wert Schatten vertikaler Wert */
/*  box-shadow = dritte Wert Schatten Übergang-Tiefe */
    box-shadow: -4px -4px 10px grey, 4px 4px 10px grey;
}
aside2 h3 {
    font-size: 16px;
    color: #E7DCB0;
    padding-bottom: 10px;
    font-variant: small-caps;
    padding-top: 15px;
}
aside2 p {
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    margin: 10px;
    color: #E7DCB0;
}
aside2 img {
    width: 100px;
    height: 100px;
    border: none;
}

aside3 {
    padding-right: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 190px;
    float: right;
    color: #E7DCB0;
    padding: 1px;
    background-color: #464646;
    border-radius: 1px;
    border: solid #000000 1px;
/*  box-shadow = Schatten um eine Box */
/*  box-shadow = erste Wert Schatten horizontaler Wert */
/*  box-shadow = zweite Wert Schatten vertikaler Wert */
/*  box-shadow = dritte Wert Schatten Übergang-Tiefe */
    box-shadow: -4px -4px 10px grey, 4px 4px 10px grey;
}

footer {
   clear: both;
   margin-top: 20px;
   margin-top: 20px;
   text-align: center;
   padding: 5px;
   background-color: #464646;
   border-radius: 1px;
   border: solid #000000 1px;
   /*  box-shadow = Schatten um eine Box */
   /*  box-shadow = erste Wert Schatten horizontaler Wert */
   /*  box-shadow = zweite Wert Schatten vertikaler Wert */
   /*  box-shadow = dritte Wert Schatten Übergang-Tiefe */
    box-shadow: -4px -4px 10px grey, 4px 4px 10px grey;
    
}
footer p {
    font-size: 12px;
    color: #E7DCB0;
    font-weight: bold;
    font-family: monospace;
    text-shadow: gray 1px 1px 2px;
}
em {
    color: #FFFF00;
    font-style: normal;
    font-size: 13px;
    text-decoration: none; 
   
} 

big {
    font-size: 17px;
    color: #464646;
}
object {
    border: none;
    width: 530px;
    height: 300px;
    border-radius: 5px;
    font-family: Verdana;
    font-style: italic;
    color: #464646;
    }
    

a:link, a:visited {
text-decoration: none;
}

a:hover {
text-decoration: none;
}
/*  tarcloud = Gestaltung */

#tagcloud{ background:#464646; width:180px; text-align:center; }
 
.tag1{ font-size:0.7em; color:#E7DCB0; }
.tag2{ font-size:0.9em; color:#E7DCB0; }
.tag3{ font-size:1.4em; color:#E7DCB0; }
 
#tagcloud a{ text-decoration:none; }
#tagcloud a:hover{ text-decoration:none; background-color:#ffffff; color:#000000; }







