html, body{
  font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
}

.container{
  margin: 40px auto;
  min-height:800px;
}

img.floatLeft{
  margin: 5px 15px 5px 0px;
  float:left;
}

img.floatRight{
  margin: 5px 0px 5px 15px;
  float:right;
}

ul#navigation{
  list-style-type: none;
  margin: 105px 0px 0px;
}
  
ul#navigation li h1{
  font-size: 16px;
}

a{
  color:rgb(153,153,153);
  text-decoration:none;
  outline: none;
}

body#maszanfertigung ul#navigation li.maszanfertigung h1 a,
body#kollektion ul#navigation li.kollektion h1 a,
body#ueberuns ul#navigation li.ueberuns h1 a,
body#kontakt ul#navigation li.kontakt h1 a,
body#links ul#navigation li.links h1 a
{
  color:rgb(0,0,0);
}

div.hr{
  background-image: url(../assets/besCapris-hr.jpg);
  width:100%;
  height:1px;
  margin: 20px 0px 20px;
}

#content{
  font-size:14px;
  text-align: justify;
}

blockquote{
  margin:0em 0em 0.5em 0em;
  color:#666;
  font-style:italic;
  font-size:20px;
}

blockquote:before, q:before{
  content:"„";
} 

blockquote:after, q:after{
  content:"“";
}

blockquote, q {quotes:'„' '“';}

#content .expandable span a{
  font-size:14px;
}

#content .gallery{
  margin: 20px 0px;
}

#footer{
  font-size:10px;
}

#startupSplash{
  background-color:white;
  position:fixed;
  margin:0px auto;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
}

#startupSplash{
  height:100%;
  width:100%;
  text-align: center;
}

#startupSplash img{
  width:500px;
  margin:100px auto;
}
