@charset "UTF-8";
@import url(../yaml/core/base.css);
@import url(../yaml/navigation/nav_shinybuttons.css);
@import url(../yaml/print/print_draft.css);
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2b (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.1
 * 
 */
/*
  Document   : constants
  Created on : 06.11.2013, 14:16:09
  Author     : schorsch
  Description:
  Purpose of the stylesheet follows.
*/
/*
  TODO customize this sample style
  Syntax recommendation http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html
*/
/*
  Document   : _functions
  Created on : 06.11.2013, 18:35:16
  Author     : schorsch
  Description:
  Purpose of the stylesheet follows.
*/
/*
  TODO customize this sample style
  Syntax recommendation http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html
*/
/* import core styles | Basis-Stylesheets einbinden */
/* import screen layout | Screen-Layout einbinden */
@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/navigation\/_navmod\.scss}line{font-family:\000035}}
#nav .vlist ul {
  text-align: right;
  text-transform: uppercase;
  list-style: none;
  margin: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/navigation\/_navmod\.scss}line{font-family:\0000311}}
  #nav .vlist ul .active {
    color: #c32328; }
@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/navigation\/_navmod\.scss}line{font-family:\0000315}}
  #nav .vlist ul a {
    text-decoration: none;
    border-bottom: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/navigation\/_navmod\.scss}line{font-family:\0000319}}
    #nav .vlist ul a:active, #nav .vlist ul a:focus, #nav .vlist ul a:hover {
      color: #c32328;
      border-bottom: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/navigation\/_navmod\.scss}line{font-family:\0000325}}
  #nav .vlist ul li {
    line-height: 2em;
    padding: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/navigation\/_navmod\.scss}line{font-family:\0000330}}
    #nav .vlist ul li ul {
      text-transform: none;
      font-size: 0.85714em;
      padding: 0 1em 1em 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/navigation\/_navmod\.scss}line{font-family:\0000335}}
      #nav .vlist ul li ul li {
        line-height: 1.5em; }

/*

#nav .hlist {
  background: transparent;
  background-image: none;
  border: 0;
}

#nav ul {
  border: 0;
  margin:0;
}
#nav li {
  border: 0;
  list-style: none;
}

#nav li.active,
#nav a:active,
#nav a:focus,
#nav a:hover {
  background: transparent;
  background-image: none;
}

#nav a,
#nav li.active strong {
  width: 126px;
  height: 31px;
  padding: 0;
  margin: 0 10px;
  text-indent: -999em;
}

#nav li#home a,
#nav li#home strong {
  background: url(images/k1.jpg) top left no-repeat;
}

#nav li#home a:active,
#nav li#home a:focus,
#nav li#home a:hover {
  background: url(images/k1.jpg) bottom left no-repeat;
}

#nav li#offers a,
#nav li#offers strong {
  background: url(images/k2.jpg) top left no-repeat;
}

#nav li#offers a:active,
#nav li#offers a:focus,
#nav li#offers a:hover {
  background: url(images/k2.jpg) bottom left no-repeat;
}

#nav li#gallery a,
#nav li#gallery strong {
  background: url(images/k3.jpg) top left no-repeat;
}

#nav li#gallery a:active,
#nav li#gallery a:focus,
#nav li#gallery a:hover {
  background: url(images/k3.jpg) bottom left no-repeat;
}

#nav li#contact a,
#nav li#contact strong {
  background: url(images/k4.jpg) top left no-repeat;
}

#nav li#contact a:active,
#nav li#contact a:focus,
#nav li#contact a:hover {
  background: url(images/k4.jpg) bottom left no-repeat;
}

#nav li#imprint a,
#nav li#imprint strong {
  background: url(images/k5.jpg) top left no-repeat;
}

#nav li#imprint a:active,
#nav li#imprint a:focus,
#nav li#imprint a:hover {
  background: url(images/k5.jpg) bottom left no-repeat;
}

#galerie_nav li{
  list-style: none;
  margin: 0;
  padding: 0;
  background: transparent url();
}

#back_forward,
#from_to,
#galerie_nav {
  margin: 0 0 1em 0;
}

*/
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) stylesheet for screen layout
 * (de) Stylesheet für das Bildschirm-Layout
 *
 * @creator       YAML Builder V1.2b (http://builder.yaml.de)
 * @file          basemod.css
 * @-yaml-minver  3.1
 */
@media screen, projection {
  /*-------------------------------------------------------------------------*/
  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_basemod\.scss}line{font-family:\0000318}}
  body {
    background: white repeat-x top left fixed;
    padding: 10px 0; }

  /* Layout Alignment | Layout-Ausrichtung */
@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_basemod\.scss}line{font-family:\0000325}}
  .page_margins {
    margin: 0 auto;
    -moz-box-shadow: 0 0 10px 0 #666666;
    -o-box-shadow: 0 0 10px 0 #666666;
    -webkit-box-shadow: 0 0 10px 0 #666666;
    box-shadow: 0 0 10px 0 #666666; }

  /* Layout Properties | Layout-Eigenschaften */
@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_basemod\.scss}line{font-family:\0000328}}
  .page_margins {
    width: 90%;
    min-width: 750px;
    max-width: 65em; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_basemod\.scss}line{font-family:\0000329}}
  .page {
    padding: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_basemod\.scss}line{font-family:\0000330}}
  #header {
    padding: 0 0 0 16px;
    background: url("images/header-160.png") left bottom repeat-x black; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_basemod\.scss}line{font-family:\0000331}}
  #header h1 {
    background: url("images/logo-transparent-85.png") center 20px no-repeat;
    height: 120px;
    text-indent: -999em;
    margin-top: 10px; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_basemod\.scss}line{font-family:\0000332}}
  #header h1 span {
    display: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_basemod\.scss}line{font-family:\0000333}}
  #header p {
    margin: 0 0 0 0;
    padding-left: 4px;
    text-align: center;
    text-indent: -0.5em;
    font-size: 1.14286em; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_basemod\.scss}line{font-family:\0000334}}
  #nav {
    overflow: hidden; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_basemod\.scss}line{font-family:\0000336}}
  #main {
    background: url("images/column-bg-190.gif") top left repeat-y;
    margin: 0 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_basemod\.scss}line{font-family:\0000337}}
  #main_content {
    background: url("images/column-bg-190.gif") top right repeat-y; }

  /* (en) navigation: horizontal adjustment | (de) horizontale Ausrichtung  */
@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_basemod\.scss}line{font-family:\0000340}}
  #nav ul {
    margin-left: 10px; }

  /*-------------------------------------------------------------------------*/
  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   */
@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_basemod\.scss}line{font-family:\0000350}}
  #col1 {
    float: left;
    width: 190px; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_basemod\.scss}line{font-family:\0000351}}
  #col2 {
    float: right;
    width: 190px; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_basemod\.scss}line{font-family:\0000352}}
  #col3 {
    width: auto;
    margin: 0 200px 0 200px; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_basemod\.scss}line{font-family:\0000353}}
  #col1_content {
    padding: 20px 10px 10px 0;
    font-size: 1em;
    background: url("images/column-bg-color-transition-20.gif") repeat-x;
    min-height: 50px; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_basemod\.scss}line{font-family:\0000354}}
  #col2_content {
    padding: 4.5em 10px 10px 10px;
    font-size: 0.85714em;
    background: url("images/column-bg-color-transition-20.gif") repeat-x;
    min-height: 50px; }
@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_basemod\.scss}line{font-family:\0000358}}
    #col2_content p {
      text-align: left; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_basemod\.scss}line{font-family:\0000362}}
  #col3_content {
    padding: 20px 10px; }

  /*-------------------------------------------------------------------------*/ }
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2009, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 * @appdef yaml
 */
@media all {
  /**
   * Fonts
   *
   * (en) global settings of font-families and font-sizes
   * (de) Globale Einstellungen für Zeichensatz und Schriftgrößen
   *
   * @section content-global-settings
   */
  /* (en) reset font size for all elements to standard (16 Pixel) */
  /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\0000332}}
  html * {
    font-size: 100.01%; }

  /**
   * (en) reset monospaced elements to font size 16px in all browsers
   * (de) Schriftgröße von monospaced Elemente in allen Browsern auf 16 Pixel setzen
   *
   * @see: http://webkit.org/blog/67/strange-medium/
   */
@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\0000341}}
  textarea, pre, code, kbd, samp, var, tt {
    font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier; }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\0000347}}
  body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.875em;
    color: black; }

  /*--- Headings | Überschriften ------------------------------------------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\0000356}}
  h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: black;
    margin: 0 0 0.25em 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\0000362}}
  h1 {
    font-size: 1.71429em; }

  /* 24px */
@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\0000363}}
  h2 {
    font-size: 1.28571em; }

  /* 18px */
@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\0000364}}
  h3 {
    font-size: 1.14286em; }

  /* 16px */
@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\0000365}}
  h4 {
    font-size: 1em; }

  /* 14px */
@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\0000366}}
  h5 {
    font-size: 0.85714em; }

  /* 12px */
@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\0000367}}
  h6 {
    font-size: 0.71429em; }

  /* 10px */
  /* --- Lists | Listen  -------------------------------------------------------------------------------- */
@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\0000371}}
  ul, ol, dl {
    line-height: 1.5em;
    margin: 0 0 0.5em 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\0000373}}
  #col3 ul li, #col2 ul li {
    list-style-type: none;
    line-height: 1.5em;
    background: url("images/list-item-12.gif") 0 0.5em no-repeat; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\0000376}}
  ol li {
    list-style-type: decimal; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\0000377}}
  ol ol li {
    list-style-type: lower-latin; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\0000379}}
  li {
    padding-left: 1.4em;
    line-height: 1.5em;
    margin: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\0000381}}
  dt {
    font-weight: bold; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\0000382}}
  dd {
    margin: 0 0 1em 0.8em; }

  /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */
@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\0000386}}
  p {
    line-height: 1.5em;
    margin: 0 0 0.7em 0;
    text-align: justify; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\0000388}}
  blockquote, cite, q {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\0000392}}
  blockquote {
    margin: 0 0 1em 1.6em;
    color: #666; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\0000394}}
  strong, b {
    font-weight: bold; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\0000395}}
  em, i {
    font-style: italic; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\0000397}}
  pre, code, kbd, tt, samp, var {
    font-size: 100%; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\0000398}}
  pre, code {
    color: #800; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\0000399}}
  pre {
    line-height: 1.5em;
    margin: 0 0 1em 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003100}}
  kbd, samp, var {
    color: #666; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003101}}
  var {
    font-style: italic; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003103}}
  acronym, abbr {
    border-bottom: 1px #aaa dotted;
    font-variant: small-caps;
    letter-spacing: .07em;
    cursor: help; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003110}}
  sub, sup {
    font-size: 91.6667%; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003112}}
  hr {
    color: #fff;
    background: transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border: 0;
    border-bottom: 1px #eee solid; }

  /*--- Links ----------------------------------------------------------------------------------------- */
@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003123}}
  a {
    color: black;
    background: transparent;
    text-decoration: none;
    border-bottom: 1px dotted black; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003124}}
  a:visited {
    color: black; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003128}}
  a:focus,
  a:hover,
  a:active {
    color: #c32328;
    border-bottom: 1px dotted #c32328; }

  /* --- images (with optional captions) | Bilder (mit optionaler Bildunterschrift) ------------------ */
@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003132}}
  p.icaption_left {
    float: left;
    display: inline;
    margin: 0 1em 0.15em 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003133}}
  p.icaption_right {
    float: right;
    display: inline;
    margin: 0 0 0.15em 1em; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003136}}
  p.icaption_left img,
  p.icaption_right img {
    padding: 0;
    border: 1px #888 solid; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003139}}
  p.icaption_left strong,
  p.icaption_right strong {
    display: block;
    overflow: hidden;
    margin-top: 2px;
    padding: 0.3em 0.5em;
    background: #eee;
    font-weight: normal;
    font-size: 91.667%; }

  /**
   * ------------------------------------------------------------------------------------------------- #
   *
   * Generic Content Classes
   *
   * (en) standard classes for positioning and highlighting
   * (de) Standardklassen zur Positionierung und Hervorhebung
   *
   * @section content-generic-classes
   */
@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003152}}
  .highlight {
    color: #f60; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003153}}
  .dimmed {
    color: #888; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003155}}
  .info {
    background: #f8f8f8;
    color: #666;
    padding: 10px;
    margin-bottom: 0.5em;
    font-size: 91.7%; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003157}}
  .note {
    background: #efe;
    color: #040;
    border: 2px #484 solid;
    padding: 10px;
    margin-bottom: 1em; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003158}}
  .important {
    background: #ffe;
    color: #440;
    border: 2px #884 solid;
    padding: 10px;
    margin-bottom: 1em; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003159}}
  .warning {
    background: #fee;
    color: #400;
    border: 2px #844 solid;
    padding: 10px;
    margin-bottom: 1em; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003161}}
  .float_left {
    float: left;
    display: inline;
    margin-right: 1em;
    margin-bottom: 0.15em; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003162}}
  .float_right {
    float: right;
    display: inline;
    margin-left: 1em;
    margin-bottom: 0.15em; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003163}}
  .center {
    display: block;
    text-align: center;
    margin: 0.5em auto; }

  /**
   * ------------------------------------------------------------------------------------------------- #
   *
   * Tables | Tabellen
   *
   * (en) Generic classes for table-width and design definition
   * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
   *
   * @section content-tables
   */
@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003176}}
  table {
    width: auto;
    border-collapse: collapse;
    margin-bottom: 0.5em; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003177}}
  table caption {
    font-variant: small-caps; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003178}}
  table.full {
    width: 100%; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003179}}
  table.fixed {
    table-layout: fixed; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003181}}
  th, td {
    padding: 0.5em 1em 0.5em 0;
    vertical-align: top; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003182}}
  thead th {
    color: #000;
    border-bottom: 2px #800 solid; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003183}}
  tbody th {
    background: #e0e0e0;
    color: #333; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003184}}
  tbody th[scope="row"], tbody th.sub {
    background: #f0f0f0; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003186}}
  tbody th {
    text-align: left; }

  /**
   * ------------------------------------------------------------------------------------------------- #
   *
   * Gallery | Galerie
   *
   * (en) Generic classes for Gallery
   * (de) Generische Klassen für Galerie
   *
   * @section 
   */
@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003200}}
  .pic_thumb {
    width: 33%;
    display: block;
    float: left;
    margin: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003206}}
    .pic_thumb .picture {
      display: inline; }
@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003210}}
      .pic_thumb .picture a {
        display: block;
        width: auto;
        height: auto;
        border: 5px black solid;
        margin: 0 3% 5px 0;
        overflow: hidden;
        background-color: black; }
@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003219}}
        .pic_thumb .picture a:hover {
          border: 5px #c32328 solid;
          background-color: #c32328; }
@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003224}}
        .pic_thumb .picture a img {
          display: block;
          width: auto;
          height: auto;
          margin: 0 auto; }
@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003234}}
    .pic_thumb .pic_title {
      clear: left;
      min-height: 3em; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003248}}
  #galery_container {
    margin-top: 15px;
    width: 101%;
    padding-right: 5px; }

@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003254}}
  ul#galery_container li {
    list-style: none;
    background-image: none;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    width: 25%;
    height: auto; }
@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003264}}
    ul#galery_container li a {
      display: block;
      width: auto;
      height: auto;
      border: 5px black solid;
      margin: 0 3% 5px 0;
      overflow: hidden;
      background-color: black; }
@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003273}}
      ul#galery_container li a:hover {
        border: 5px #c32328 solid;
        background-color: #c32328; }
@media -sass-debug-info{filename{font-family:file\:\/\/Z\:\/z\/Dropbox\%20Storages\/main\%20windows\/Dropbox\/_ARBEIT\/2013\/teichgraeber\/2013-11-06-relaunche\/www\/sass\/screen\/_content\.scss}line{font-family:\00003278}}
      ul#galery_container li a img {
        display: block;
        width: auto;
        height: auto;
        margin: 0 auto; }

  /**
   * ------------------------------------------------------------------------------------------------- #
   *
   * Miscellaneous | Sonstiges
   *
   * @section content-misc
   */
  /**
   * (en) Emphasizing external Hyperlinks via CSS
   * (de) Hervorhebung externer Hyperlinks mit CSS
   *
   * @section             content-external-links
   * @app-yaml-default    disabled
   */
  /*
  #main a[href^="http://www.my-domain.com"],
  #main a[href^="https://www.my-domain.com"]
  {
    padding-left: 12px;
    background-image: url('your_image.gif');
    background-repeat: no-repeat;
    background-position: 0 0.45em;
  }
  */ }
/* import print layout | Druck-Layout einbinden */
