*
{
  background-color: transparent;
  font-family: 'Josefin Slab', Arial, Georgia, Verdana, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  left: 0px;
  color: olivedrab;
  position: relative;
  cell-padding: 0;
  cell-spacing: 0;
  line-height: 20px;
  font-size: 16px;
}

table
{
  border-collapse: collapse;
}

#header, #section, #footer, #nav, #gallery, #contents
{
  display: block;
}

body
{
  margin: 0 auto;
  width: 960px;
  height: auto;
  background: white; /* Hintergrundfarbe*/
  background-image: linear-gradient(to bottom, white 0%, orange 150%);
  background-image: -moz-linear-gradient(white 0%, orange 150%);
  background-image: -webkit-linear-gradient(white 0%, orange 150%);
}

#header
{
  left:5px;
  width: 950px;
  height: auto;
  background-color: white;
  border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

#header h2
{
  font-size: 30px;
  line-height: 35px;
  float: right;
}

#companyname
{
  float: right;
  padding-right: 130px;
  padding-top: 20px;
  text-shadow: #ddd 1px 1px;
  color: white;
}

#nav
{
  width: 960px;
  height: auto;
}

#nav ul, .sideul
{
  margin: 0 auto;
  list-style: none;
}

.sideul
{
  width: 230px;
}

.sideul li a, .sideul li span
{
  text-decoration: none;
  padding: 3px;
  font-size: 14px;
  line-height: 33px;
}

#nav ul li
{
  float: left;
  width: 320px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#nav ul li a, #nav ul li span
{
  display: block;
  font-weight: bold;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  color: olivedrab;
}

#nav ul li a:hover, #nav ul li span, .sideul li a:hover, .sideul li span
{
  box-shadow:0px 2px 15px #000;
  -moz-box-shadow: 0px 2px 15px #000;
  -webkit-box-shadow: 0px 2px 15px #000;
  border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

#contents
{
  margin: 0;
  display: inline-table;
  width: 960px;
  height: auto;
}

#section
{
  height: 570px;
  width: 230px;
  background: #fff;
  text-align: center;
}

#sectionfull
{
  height: auto;
  width: 900px;
  background: #fff;
  text-align: justify;
  padding: 30px;
}

#sectionfull h3
{
  color: #777;
}

#sectionfull h2
{
  color: #777;
}


#sectionfull a:hover
{
  color: #999;
}

#sectionfull a
{
  color: #555;
}

#inter
{
  height: 500px;
  width: 20px;
}

#gallery
{ 
  height: 570px;
  width: 710px;
  background: #fff;
  padding: 0px;
}

#footer
{
  position: relative;
  width: 960px;
  top: 20px;
  height: auto;
  text-align: center;
  background: #fff;
  font-size: 12px;
  padding: 3px 0px 0px 0px;
}

.footerbottom
{
  position: relative;
  height: auto;
  padding: 13px 0px 0px 0px;
}

.wrap1
{
  border: 5px solid olivedrab;
  border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  height: 100px;
  background-color: #76b900;
  background-image: linear-gradient(to bottom, white -20%, #76b900 120%);
  background-image: -moz-linear-gradient(white -20%, #76b900 120%);
  background-image: -webkit-linear-gradient(white -20%, #76b900 120%);
}

.wrap2
{
  border: 1px solid #fff;
  border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;  
  box-shadow:0px 2px 15px #000;
  -moz-box-shadow: 0px 2px 15px #000;
  -webkit-box-shadow: 0px 2px 15px #000;
}

.wrap3
{
  border: 0px hidden #fff;
  border-radius: 16px;
  -khtml-border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px; 
}

ul#thumbnails
{
  display: table;
  list-style: none;
  bottom: -504px;
}

ul#thumbnails li 
{
  float: left;
  position: relative;
  width: 24px;
  margin-left: 10px;
  margin-bottom: 4px;
  display: inline;
}

ul#thumbnails li a 
{
  height: 24px;
  width: 24px;
  display: block;
  text-decoration: none;
  background: #999;
  padding: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

ul#thumbnails li a img
{
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

ul#thumbnails li a:hover
{
  box-shadow:0px 2px 15px #000;
  -moz-box-shadow: 0px 2px 15px #000;
  -webkit-box-shadow: 0px 2px 15px #000;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#gallery #fullsize 
{  
  bottom: 20px;
  pading: 0;
  height: 470px;
  overflow: hidden;
}

#gallery #fullsize div
{
  display: block;
  width: 710px;
  height: 470px;
}

#quer
{
  display: block;
  top: 20px;
  margin: 0;
  margin-left: 75px;
  margin-left: auto;
  margin-right: auto;
  height: 430px;
}

.rounded-corners 
{
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -khtml-border-radius: 20px; 
  box-shadow:0px 2px 15px #000;
  -moz-box-shadow: 0px 2px 15px #000;
  -webkit-box-shadow: 0px 2px 15px #000;
}

.padleft
{
  left: 200px;
}

#homewidth
{
  width: 450px; 
}

.ie
{
  display: none;
}

