
* {
  font-family: 'Oswald', sans-serif;
    font-size:14px; 
}
body
{
  width:100%;
  height:100%;
  background-color:rgb(133,133,133);
  padding:5px;
  font-family: 'Oswald', sans-serif;
  font-size:14px;
  font-weight:400;
}

#nav
{
  width:100%;
  height:20px;
  background-color:rgb(72,160,193);
  margin:0 auto;
  padding:0px;  
}
#wrapper
{
  width:1050px;
  height:100%;
  margin:0 auto;
  padding:0px;   
}
/********Layout*******/
header
{
  width:1400px;
  height:175px;
  margin:0 Auto;

}
#top1
{
  width:100%px;
  height:175px;
  margin:0 auto;
  padding:0px;
  background-color:rgb(46,115,185);
  border-top:7px solid black;
  border-bottom:5px solid black;
}
#uebergang1
{
  width:260px;
  height:175px;
  float:left;
  margin: 0 auto;
  Position:relative;
  left:-260px;
  background: -moz-linear-gradient(left,  rgba(125,185,232,0) 0%, rgba(255,255,255,0.7) 69%, rgba(255,255,255,1) 99%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(125,185,232,0)), color-stop(69%,rgba(255,255,255,0.7)), color-stop(99%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(125,185,232,0) 0%,rgba(255,255,255,0.7) 69%,rgba(255,255,255,1) 99%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(125,185,232,0) 0%,rgba(255,255,255,0.7) 69%,rgba(255,255,255,1) 99%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(125,185,232,0) 0%,rgba(255,255,255,0.7) 69%,rgba(255,255,255,1) 99%); /* IE10+ */
  background: linear-gradient(to right,  rgba(125,185,232,0) 0%,rgba(255,255,255,0.7) 69%,rgba(255,255,255,1) 99%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}

#logo
{
  width:260px;
  height:175px;
  position:relative;
  left:-260px;
  background-image: url(../images/Logo-pur.png);
  background-repeat:no-reapeat;
  float:left; 
}

#uebergang2
{
  width:260px;
  height:175px;
  position:relative;
  left:-270px;
  z-index:2;
  background: -moz-linear-gradient(left,  rgba(255,255,255,1) 21%, rgba(255,255,255,0.97) 23%, rgba(255,255,255,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(21%,rgba(255,255,255,1)), color-stop(23%,rgba(255,255,255,0.97)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 21%,rgba(255,255,255,0.97) 23%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(255,255,255,1) 21%,rgba(255,255,255,0.97) 23%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(255,255,255,1) 21%,rgba(255,255,255,0.97) 23%,rgba(255,255,255,0) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(255,255,255,1) 21%,rgba(255,255,255,0.97) 23%,rgba(255,255,255,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
  float:left;
}

#headerbild1
{
  z-index:1;
  width:500px;
  height:175px;
  position:relative;
  left:-520px;
  background-image: url(../images/headerbild2.jpg);
  background-repeat:no-repeat;
  float:left;
}

#headerbild2
{
  width:500px;
  height:175px;
  position:relative;
  left:725px;
  background-image: url(../images/headderbild3.png);
  background-repeat:no-repeat;
}

/***Navigation***/

#topnavigation .navigation
{
  -webkit-box-shadow: 2px 2px 20px 3px #000000;
  box-shadow: 2px 2px 20px 3px #000000;
  width:100%;
  height:50px;
  margin:0px auto;
  padding:0px;
  list-style-type: none;
  background-color:rgb(133,133,133);  
}

#topnavigation .navigation li a {
  width:12.5%;
  height:50px;
  display:block;
  text-decoration: none;
  margin:0 auto;
  padding:0px;
  color: white;

  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size:24px;
  font-weight:400;
  line-height:42px;
  float:left;
  
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
#topnavigation .navigation li a:hover
{
  color:rgb(64,64,64);
  background-color:rgb(185,185,185);

  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

/***Breadcrump Navigation***/
#breadcrump
{
  width:1050px;
  height:30px;
}

#breadcrump a
{
  color:rgb(228,228,228);
  margin:5px;
  text-decoration:none;
  font-family: 'Oswald', sans-serif;
  position: relative;
  top:5px;
  font-size:16px;
  font-weight:700;
  line-height:12px;
}

#breadcrump a:hover
{
  text-decoration: underline;
  position: relative;
  top:10px;
}

/***Inhalt***/

#content
{
  width:70%;
  height:100%;
  min-height: 500px;

  margin:10px;
  padding:5px;
  background-color: rgb(211,211,211);
 

    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    
    -webkit-box-shadow: 2px 1px 8px 2px #000000;
    box-shadow: 2px 1px 8px 2px #000000;
    float:left;
    padding:5px;
    font-family: 'Oswald', sans-serif;
    font-size:14px;
    font-weight:400;

  }
#kontakt
{
  width:20%;
  height:250px;
  background-color: rgb(211,211,211);
  margin:10px;
  padding:5px;
  font-family: 'Oswald', sans-serif;
  font-size:14px;
  font-weight:400;
  line-height:5px;
  -webkit-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  -webkit-box-shadow: 2px 1px 8px 2px #000000;
  box-shadow: 2px 1px 8px 2px #000000;
  float:left;
}
h1
{
  margin : 5px;
  font-family: 'Oswald', sans-serif;
  font-size:24px;
  font-weight:600;
  text-align:center;  
}
h2
{
  margin : 5px;
  font-family: 'Oswald', sans-serif;
  font-size:16px;
  font-weight:700;
  line-height:20px;
  text-align:center;
  
}
p
{
    padding:15px;
    font-family: 'Oswald', sans-serif;
    font-size:14px;
    font-weight:400; 
}
#p32
{
  padding:5px;
  font-family: 'Oswald', sans-serif;
  font-size:14px;
  font-weight:400;
  line-height:1px;
}
#p32i
{
  padding:5px;
  font-family: 'Oswald', sans-serif;
  font-size:14px;
  font-weight:400;
  line-height:10px;
  color: rgb(133,133,133);
  text-align: center;
  margin:0 Auto;  
}

/*****************************************************Zelte******************************************************/
 #zelte
{ 
  position:relativ;
  top:25px;
  left:25px;
  width:500px;
  height:200px;
  background-image: url(../images/mix1.jpg);
  -webkit-box-shadow: 2px 1px 8px 2px #000000;
  box-shadow: 2px 1px 8px 2px #000000;
  float:left;
  
 } #pagoden
{ 
  position:relativ;
  top:25px;
  left:25px;
  width:500px;
  height:200px;
  background-image: url(../images/pagoden4.jpg);
  -webkit-box-shadow: 2px 1px 8px 2px #000000;
  box-shadow: 2px 1px 8px 2px #000000;
  float:left;
 } 
 #buehnen
{
  position:relativ;
  top:25px;
  left:25px;
  width:500px;
  height:200px;
  background-image: url(../images/buehnen4.jpg);
  -webkit-box-shadow: 2px 1px 8px 2px #000000;
  box-shadow: 2px 1px 8px 2px #000000;
  float:left;
 }
  #traversen
{
  position:relativ;
  top:25px;
  left:25px;
  width:500px;
  height:200px;
  background-image: url(../images/traversen4.jpg);
  -webkit-box-shadow: 2px 1px 8px 2px #000000;
  box-shadow: 2px 1px 8px 2px #000000;
  float:left;
 }
  #lichttechnik
{
  position:relativ;
  top:25px;
  left:25px;
  width:500px;
  height:200px;
  background-image: url(../images/lichttechnik4.jpg);
  -webkit-box-shadow: 2px 1px 8px 2px #000000;
  box-shadow: 2px 1px 8px 2px #000000;
  float:left;
 }
 
   #stuehle
{
  position:relativ;
  top:25px;
  left:25px;
  width:500px;
  height:200px;
  background-image: url(../images/stuehle.jpg);
  -webkit-box-shadow: 2px 1px 8px 2px #000000;
  box-shadow: 2px 1px 8px 2px #000000;
  float:left;
 }
 
 #button
{
    color: Black;
    width:700px;
    height:200px;
    margin:25px;
    font-family: 'Oswald', sans-serif;
    font-size:24px;
    font-weight:200;
    display:block;
    text-decoration:none;
    text-align:center;

}

#miniheader_neu
{
  background-image: url(../images/neu2.jpg);
  height:200px;
  width:725px;
  color: black;
  margin: 0 auto;
  margin-top: 5px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#haltec
{
  height:66px;
  width:200px;
  background-image: url(../images/haltec.jpg);
  margin : 0px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
  position:relative;
  left:525px;  
}

#miniheader_pagoden
{
  background-image: url(../images/pagode3.jpg);
  height:200px;
  width:725px;
  color: black;
  margin: 0 auto;
  margin-top: 5px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

#miniheader_traversen
{
  background-image: url(../images/traversen3.jpg);
  height:200px;
  width:725px;
  color: black;
  margin: 0 auto;
  margin-top: 5px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

#miniheader_lichttechnik
{
  background-image: url(../images/lichttechnik2.jpg);
  height:200px;
  width:725px;
  color: black;
  margin: 0 auto;
  margin-top: 5px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

#miniheader_buehnen
{
  background-image: url(../images/buehnen2.jpg);
  height:200px;
  width:725px;
  color: black;
  margin: 0 auto;
  margin-top: 5px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

#miniheader_alt
{
  background-image: url(../images/alt4.jpg);
  height:200px;
  width:725px;
  color: black;
  margin: 0 auto;
  margin-top: 5px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

#miniheader_agb
{
  background-image: url(../images/agb.jpg);
  height:200px;
  width:725px;
  color: black;
  margin: 0 auto;
  margin-top: 5px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#miniheader_stuehle
{
  background-image: url(../images/stuehle2.jpg);
  height:200px;
  width:725px;
  color: black;
  margin: 0 auto;
  margin-top: 5px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

#zelt_zeichnung
{
  width:250px;
  height:250px;
  background-image: url(../images/6x6.jpg);
  background-repeat:no-repeat;
  float:right;
  margin:20px;
}

#zelt_zeichnung2
{
  width:425px;
  height:250px;
  background-image: url(../images/6x15.jpg);  
  background-repeat:no-repeat;
  float:left;
  margin :20px;
}

#zelt_zeichnung3
{
  width:250px;
  height:250px;
  background-image: url(../images/6x6.jpg);
  background-repeat:no-repeat;
  float:right;
}

#alt_zeichnung
{
  width:250px;
  height:250px;
  background-image: url(../images/6x5.PNG);
  background-repeat:no-repeat;
  float:right;
  margin:20px;
}

#alt_zeichnung2
{
  width:650px;
  height:250px;
  background-image: url(../images/6x20.PNG);
  background-repeat:no-repeat;
  margin:20px;
}

#zelte_1
{
    height:250px;
    width:742px;
    text-align:center;
}

#zelte_2
{
    height:300px;
    width:742px;
    text-align:center;    
}

#zelte_3
{
    height:400px;
    text-align:center;    
}

#lichttechnik2
{
  width:740px;
  height:300px;
  margin: 20px;  
}

#scheinwerfer
{
  width:250px;
  height:250px;
  float:left;
  background-image: url(../images/scheinwerfer.jpg);
  webkit-box-shadow: 2px 1px 8px 2px #000000;
  box-shadow: 2px 1px 8px 2px #000000;
  margin:20px;
}

#leds
{
  width:250px;
  height:250px;
  float:left;
  background-image: url(../images/leds.jpg);
  webkit-box-shadow: 2px 1px 8px 2px #000000;
  box-shadow: 2px 1px 8px 2px #000000;
  margin:20px;
}

#leds2
{
  width:250px;
  height:250px;
  float:left;
  background-image: url(../images/error.jpg);
  background-repeat: no-repeat;
  background-color: rgb(255,255,255);
  webkit-box-shadow: 2px 1px 8px 2px #000000;
  box-shadow: 2px 1px 8px 2px #000000;
  margin:20px;
}

#leds3
{
  width:250px;
  height:250px;
  float:left;
  background-image: url(../images/error.jpg);
  background-color: rgb(255,255,255);
  background-repeat: no-repeat;
  webkit-box-shadow: 2px 1px 8px 2px #000000;
  box-shadow: 2px 1px 8px 2px #000000;
  margin:20px;
  }
  
  #leds4
{
  width:250px;
  height:250px;
  float:left;
  background-image: url(../images/error.jpg);
  background-color: rgb(255,255,255);
  background-repeat: no-repeat;
  webkit-box-shadow: 2px 1px 8px 2px #000000;
  box-shadow: 2px 1px 8px 2px #000000;
  margin:20px;
}

#stehtisch
{
  height:400px;
  width:300px;
  float:left;
  background-image: url(../images/stehtisch.jpg);
  margin: 15px;
  margin-right:30px;
  background-repeat: no-repeat;
  webkit-box-shadow: 2px 1px 8px 2px #000000;
  box-shadow: 2px 1px 8px 2px #000000;
  
}

#stuhlundtisch
{
  height:400px;
  width:300px;
  float: left;
  background-image: url(../images/stuhlundtisch.jpg);
  background-repeat: no-repeat;
  margin: 15px;
  margin-right:60px;
  webkit-box-shadow: 2px 1px 8px 2px #000000;
  box-shadow: 2px 1px 8px 2px #000000;
}

#zelt2
{
  height:292px;
  width:500px;
  background-image: url(../images/zelt2.jpg);
  background-repeat: no-repeat;
  margin: 15px;
  margin-right:20px;
  webkit-box-shadow: 2px 1px 8px 2px #000000;
  box-shadow: 2px 1px 8px 2px #000000;
}

#zelt3
{
  height:358px;
  width:500px;
  float: left;
  background-image: url(../images/zelt3.jpg);
  background-repeat: no-repeat;
  margin: 15px;
  margin-right:20px;
  webkit-box-shadow: 2px 1px 8px 2px #000000;
  box-shadow: 2px 1px 8px 2px #000000;
}

#pagode5
{
  height:338px;
  width:400px;
  float:left;
  background-image: url(../images/pagode5.jpg);
  background-repeat: no-repeat;
  margin: 15px;
  margin-right:60px;
  webkit-box-shadow: 2px 1px 8px 2px #000000;
  box-shadow: 2px 1px 8px 2px #000000;
}
/***IMPRESSUM****/
#impressum
{
  height:50px;
  width:100%;
  border-top: 2px solid rgb(133,133,133);
  margin-top: 5px;
  float:left; 
}
/****Network Consulting**/
#nc_logo
{
    height:50px;
    width:50px;
    background-image: url(../images/nclogo.jpg);
    font-family: 'Oswald', sans-serif;
    color: rgb(133,133,133);
    text-align: center;
    position:relative;
    right:180px;
    float:right;
}

    