@charset "utf-8";
/* CSS Document */
html {

}
body{
  background-color:#183247;
  color:#E3E3E3;
  width:840px;
  margin-left:auto;
  margin-right:auto;
  margin-top:3em;
  margin-bottom:auto;
  font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  padding-right: 40px;
}
a {
  color:#E3E3E3;
  text-decoration: none;
  font-size:1.15em;
}
a:link {color:#E3E3E3;}
a:visited {color:#009ee3; }
a:hover { color:#00b2ff; }
a:active { }
a:focus { }

nav{
  background-image:url(Logo.png);
  height:100px;
  width:800px;
  padding-left: 40px;
  margin-bottom: 10px;

}

section nav {
  background-image:none;
  height:auto;
  width:auto;
}
  
/**nav ul {
    margin: 0;
  padding-top:57px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:0px;
  text-align:center;
}
nav ul li {
    list-style: none;
    display: inline-block;
    margin: 0;
  padding: 0 20px;
  width: 60px;
}*/

footer {
    margin: 0 ;
    padding: 0;
    height: 80px;
    width:100%;
}

footer hr {
  color:#999;
}

h1 {
  text-align:center
}

#link
{
  font-size:1.8em
}
.bodytext{
  text-align:center;
}

.csc-default{margin-bottom:20px;}
.csc-textpic-text {margin-bottom:0px;margin-top:0px;}

.csc-frame-frame1 {
  display: inline-block;
  margin-left: 9%;
  width: 300px;
}
.csc-frame-frame1 .csc-textpic-text {
    height: 110px;
}

.reserviert img{
  -webkit-filter: grayscale(1) opacity(.8);
  filter: grayscale(1) opacity(.8);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  }

