/* ### Flexcontent Stylesheet ### */

div.fccontainer{
  height: 1%;
}
.fccontainer a{
   text-decoration: none;
}

div.fccontainer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.fcdrittel{
  float: right;
  width: 33%;
  /*background-color: lime;*/
  margin-bottom: 1em;
  /*margin-left: 1em;*/
}

div.fcdrittel a{
  display: block;
  margin: .2em;
  border: thin solid black;
  padding: .2em;
  color: #00407f;
  background-color: lightgrey;
  font-size: 90%;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

div.fcdrittel a:hover{
  background-color: white;  
}

div.links{
  float:left;
}

div.rechts{
  float:right;
}

div.fuenfzig{
  width: 49%;
}

div.sechzig{
  width: 65%;
}

div.dreissig{
  width: 32%;
}
div.fuenfundzwanzig{
  width: 24.5%;
}
div.fuenfundsechzig{
  width: 74.5%;
}

h1{
  background-image: url();
}
