body {
  background-color: #FFF;
  font-family: 'Oxygen', serif;
  font-size:1.0em;
  line-height:1.4em;
  color: #444;
  margin:0px;
  padding:0px;
}


html {
    overflow-y: scroll; 
}

img {
  border: 0px;
}

hr {
  border: none;
  color: #999;
  background-color: #999;
  height: 1px;  
}

li {
  padding-bottom: 10px;
  padding-top: 10px;
}

.contact_table {
  line-height:1.2em;
}

.cont {
  padding-top: 20px;
  padding-bottom: 20px;
}

.left_content {
  float: left;
  width: 630px;

}

.right_content {
  float: right;
}

.center {
  max-width: 800px;
  margin-left: 20px;
  margin-top: 20px;
}
.main {
  width: 1000px;
  margin-left: 20px;
  margin-top: 20px;
  margin-left: auto ;  
  margin-right: auto ;
  padding-left: 20px;
  padding-right: 20px;
}

.footer{
  color:#BBB;
  font-size:0.7em;
  line-height:0.9em;
  width:100%;
  text-align: center;
  margin-left: auto ;
  margin-right: auto ;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 50px;

  border-top: solid #999 1px;
}

.content {
  margin-left: 0px;
  margin-right: 50px;
  margin-top: 20px;
  width: 425px;
}
.header {
  font-family: 'Quicksand', sans-serif;
  width: 350px;
  line-height:1.2em;
  padding-bottom: 0px;
}
.header_titel {
  line-height: 1em;
  padding: 0px;
  margin:0px;
  width: 350px;
}


.navigation {
  color:#999;
  font-size:0.9em;
  line-height:0.9em;
  padding-bottom: 5px;
  border-top: solid #BBB 1px;
  border-bottom: solid #FFF 1px;
  padding-top: 5px;
}

.navigation_item {

}
.navigation_item:hover {
  /*text-shadow: 2px 2px 2px #000;*/
}

.zitat {
  /*font-family: 'Dynalight', cursive;*/
  font-size:1.3em;
  line-height:1.3em;
  /*text-align: justify;*/
  padding-bottom: 15px;
  padding-top: 15px;
}

.statement {
  padding-bottom: 30px;
}

.author {
  padding-top: 10px;
  font-size:0.7em;
  line-height:0.7em;
  width:100%;
  text-align: right;
  float: right;
}

.leistung {
  clear:both;
  padding-top: 0px;
  padding-bottom: 30px;
}

.leistung_img {
  padding-right: 10px;
  padding-bottom: 10px;
  float: left;
}

.text_neben_bild {
  margin-top: 0px;
  color: #050;
}


    a:link { font-weight:normal; color:#999; text-decoration:none; }
    a:visited { font-weight:normal; color:#999; text-decoration:none; }
    a:focus { font-weight:normal; color:#999; text-decoration:none; }
    a:hover { font-weight:normal; color:#000; text-decoration:underline;}
    a:active { font-weight:normal; color:#999; text-decoration:none; }

    .dark_btn {
      background-color:#333;
      -moz-border-radius:4px;
      -webkit-border-radius:4px;
      border-radius:4px;
      border:0px solid #dcdcdc;
      display:inline-block;
      font-weight:bold;
      padding:7px 24px;
      text-decoration:none;
      /*text-shadow:2px 2px 2px #FFF;*/
      margin: 10px;

    }
    .dark_btn:hover {
      background-color:#666;
  }
  .dark_btn:active {
    position:relative;
    background-color:#999;
  } 
  .dark_btn:link {color:#FFF; text-decoration:none; }
  .dark_btn:visited {color:#FFF; text-decoration:none; }
  .dark_btn:focus {color:#FFF; text-decoration:none; }
  .dark_btn:hover {color:#FFF; text-decoration:none; }
  .dark_btn:active {color:#FFF; text-decoration:none; }

.linkintext:link {color:#666; text-decoration:none; }
.linkintext:visited {color:#666; text-decoration:none; }
.linkintext:focus {color:#444; text-decoration:none; }
.linkintext:hover {color:#444; text-decoration:underline; }
.linkintext:active {color:#444; text-decoration:none; }


/* line 180, ../sass/screen.sass */
.image-row {
  *zoom: 1;
  margin-bottom: 20px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.image-row:after {
  content: "";
  display: table;
  clear: both;
}

/* line 184, ../sass/screen.sass */
.example-image-link {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 12px;
  line-height: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 0px;
  border: 6px solid #FFF;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
/* line 191, ../sass/screen.sass */
.example-image-link:hover {

  box-shadow: 10px 10px 10px #888;
}

/* line 194, ../sass/screen.sass */
.example-image {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}