/*********************************layout**********************************/
body
{
  width:100%;
  height:100%;
  background: #fcfcfc; /* Old browsers */
  background: -moz-linear-gradient(left,  #fcfcfc 0%, #dbdbdb 40%, #e2e2e2 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fcfcfc), color-stop(40%,#dbdbdb), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #fcfcfc 0%,#dbdbdb 40%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #fcfcfc 0%,#dbdbdb 40%,#e2e2e2 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #fcfcfc 0%,#dbdbdb 40%,#e2e2e2 100%); /* IE10+ */
  background: linear-gradient(to right,  #fcfcfc 0%,#dbdbdb 40%,#e2e2e2 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e2e2e2',GradientType=1 ); /* IE6-9 */
  font-family: 'Roboto', sans-serif;
  font-size:18px;
  font-weight:200;
}
header
{
  width:1050px;
  height:150px;
  margin: 0 auto;
}

#wrapper
{
  width:1050px;
  height:100%;
  min-height:960px;
  margin: 0 auto;
}
/******************************Schrifteinstellungen*********************/
h1
{
  font-family: 'Roboto', sans-serif;
  font-size:42px;
  font-weight:700;
  text-align:center;
  color: rgb(0,124,198);  
}

h4
{
  font-family: 'Roboto', sans-serif;
  font-size:24px;
  font-weight:400;
  text-align:center;
  color: rgb(0,0,0);
  margin-top: 50px;  
}



#AGB
{
  font-size:14px;
}
/******************************Seitenkopf*******************************/


#uebergangein
{
  width:250px;
  height:141px;
  margin-left: 0px;
  float:left;
  background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}

#toplogo
{
  width:250px;
  height: 141px;
  background-image: url(../images/400dpiLogox1.png);
  float:left;
}

#uebergangaus
{
  width:250px;
  height:141px;
  margin-left:500px;
  background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 8%, rgba(255,255,255,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(8%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 8%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 8%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 8%,rgba(255,255,255,0) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 8%,rgba(255,255,255,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */     
}

#topline
{
  width:100%px;
  height:4px;
  margin:0 Auto;
  top:20px;
  background-color:rgb(28,65,153);
}

/************************Navigation***************************/
#nav
{
  width:1050px;
  height:50px;
  margin:0 auto;
}
#nav .hauptnavigation 
{
  width:1050px;
  height:50px;
  margin:0 auto;
  padding:0px;
  list-style:none;  
}
#nav .hauptnavigation li a
{ 
  width: 200px;
  height:48px;
  color:rgb(28,65,153);
  margin:0 auto;
  text-decoration:none;
  font-family: 'Roboto', sans-serif;
  font-size:24px;
  font-weight:800;
  line-height:48px;
  text-align: center;
  vertical-align: middle;
  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; 
}
#nav .hauptnavigation li a:hover
{ 
  width: 200px;
  height:48px;
  color:rgb(0,128,198);
  margin:0 auto;
  text-decoration:none;
  font-family: 'Roboto', sans-serif;
  font-size:24px;
  font-weight:800;
  line-height:24px;
  text-align: center;
  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; 
}

/*************************Inhalt******************************/
#haupttext
{
  width:1050px;
  height:100%;
  min-height:500px;
  margin-left:25px;
}

#absatz1
{
  margin-top:85px;
}

/************************Footer*******************************/
footer
{
  width:1050px;
  height:50px;
  color:rgb(131,131,131);
  border-top: 3px solid rgb(179,179,179);
  margin-top: 10px;
  font-family: 'Roboto', sans-serif;
  font-size:12px;
  font-weight:300;
  line-height:3px;
  text-align: center;
}


/****Referenzseiten************/
#peters-zelte
{
    width: 1050px;
    height:575px;
    margin: 0 Auto;
    margin-top: 20px;
    background-image: url(../images/peters-zelte.jpg);
    -webkit-box-shadow: 1px 4px 12px 1px #000000;
    box-shadow: 1px 4px 12px 1px #000000;
}