@charset "utf-8";
/* CSS Document */


body {
  background: #FDFDFD;
  margin: 0;
  min-width: 640px;
  font-size: 100.01%;
  font-family: Geneva, Arial, Helvetica, sans-serif;
}

#container {
  font-size: 0.8em;
  max-width: 80em;
  margin: auto;
  border-top: 0;
  
  position: absolute;
  top: 0px;
  left: 50px;
}

#header {
  background: #FDFDFD;
  height: 30px;
  text-align: left;
  line-height: 1.4em;
  font-size: 1.5em;
  overflow: hidden;
  margin: 0;
}

h1 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1em;
  padding: 0.6em 0 0.2em 62px;
  margin: 0;
  color: #3399FF;
  font-variant: small-caps;
  letter-spacing: 1px;
}

h2 {
  
  font-weight: bold;
  line-height: 0.8em;
  padding: 1em 0 0 0;
  margin: 0;
} 

h3 {
  font-size: 1em;
  
  line-height: 1.2em;
  padding: 1.2em 0 0.3em 0;
  margin: 0;
  color: #3399FF;
  font-variant: normal;
}

#menu {
  background: #FDFDFD;
  padding: 20px 5%;
  margin: 0;
  text-align: left;
  color: #3399FF;
  border-bottom: dashed 2px #3399FF;
  
}

#menu li {
  font-size: 3.5em;
  display: inline;
  list-style-type: none;
  border-right: 2px solid  #3399FF;
  padding: 0 15px 0 10px;
  line-height: 1.3em;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-weight: bolder;
}

#menu li a {
  text-decoration: none;
  color: #000000;
}
#menu li a:hover {
}

a {
  text-decoration: underline;
  color: #333333;
}

a:hover {
  text-decoration: underline;
  color: #666666;
}

#textblock {
  background:  #FDFDFD;
  font-size: 1.5em;
  padding: 0 0 60px 60px;
  line-height: 1.4em;
  width: 60%;
  margin-top: 20px;
  float: left; 
  letter-spacing: 1px;
}

#main {
  background: #FDFDFD;
  font-size: 1.5em;
  padding: 0 10% 0 60px;
  line-height: 1.6em; 
  height: 100px;
  
}

#main li {
  padding: 0 10% 0 60px; 
  line-height: 1.6em; 
  
}



#textimpressum {
  font-size: 0.6em;
  line-height: 1.4em;

}
