/* css for christa-schrutka.at - 2011 Bernhard Barkow, creativeeyes.at */
@CHARSET "UTF-8";
/*60em;*/
* {
  margin: 0;
  padding: 0;
  border: 0; }

body, html {
  height: 100%; }

@font-face {
  font-family: libertine-regular;
  src: url("fnt/LinLibertine_R.woff") format("opentype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: libertine-bold;
  src: url("fnt/LinLibertine_RB.woff") format("opentype");
  font-weight: bold; }
@font-face {
  font-family: libertine-sc;
  src: url("fnt/LinLibertine_aS.woff") format("opentype");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: libertine-regular, Georgia, Times, serif;
  font-size: 14px;
  line-height: 150%;
  color: #4a4444;
  background: #ffffff; }

/* title page: */
body.frontPage {
  color: #ed7e34; }

body.frontPage div#cover {
  position: absolute;
  top: 55%;
  left: 47%;
  font-size: 17px;
  font-family: libertine-bold, Georgia;
  font-weight: bold; }
  body.frontPage div#cover * {
    position: relative; }
  body.frontPage div#cover a.logo {
    position: absolute;
    left: -180px;
    bottom: -68px; }
  body.frontPage div#cover p {
    margin: 1.1em 0; }

body.frontPage .title {
  margin-bottom: 5em !important; }
  body.frontPage .title a {
    font-size: 40px;
    color: #ed7e34;
    text-shadow: 1px 1px 6px #ed7e34; }
  body.frontPage .title a:hover {
    text-decoration: none;
    color: #f48236; }
  body.frontPage .title span.sub {
    display: inline-block;
    font-size: 18px;
    float: right;
    margin: 1em 1.6em 0 0;
    font-family: libertine-regular, Georgia, Times, serif;
    font-weight: normal; }

/* general text elements: */
h1 {
  font-size: 2em; }

h2 {
  font-size: 1.6em; }

h3 {
  font-size: 1.2em; }

h1, h2, h3 {
  margin: 1.2em 0 0.8em 0;
  font-weight: bold;
  line-height: 140%;
  clear: both; }

p, address {
  margin: .75em 0; }

address {
  display: block;
  font-style: normal;
  margin-bottom: 1.5em; }

ul, ol, dl {
  padding-left: 1em; }

ul.noBullet {
  list-style-type: none; }

ul.prices {
  list-style-type: none; }
  ul.prices li {
    text-indent: -0.6em; }
  ul.prices li:before {
    content: "\2013";
    position: relative;
    left: -0.75em; }

dl.cv dt, dl.list dt {
  float: left;
  margin: 0 1em 0 0;
  min-width: 5em;
  clear: left; }
dl.cv dd, dl.list dd {
  margin: 0 0 .75em 6em; }

dl.list {
  padding-left: 0; }
  dl.list dt {
    font-weight: bold; }
  dl.list dd {
    margin-bottom: .375em; }
    dl.list dd h3 {
      font-size: 1.2em;
      margin: 0 0 -.5em 0;
      clear: none; }
    dl.list dd a.info {
      position: absolute;
      right: 20px;
      z-index: 100; }
      dl.list dd a.info img {
        float: right;
        max-width: 20%;
        border: 1px solid #eee;
        -webkit-transition: max-width 0.3s;
        transition: max-width 0.3s; }
      dl.list dd a.info img:hover {
        max-width: 100%;
        box-shadow: 2px 2px 5px #bbb; }
    dl.list dd.pic {
      margin-right: 23%; }

dl.prices dt {
  font-weight: normal; }
dl.prices dd {
  float: right;
  font-weight: bold; }

a {
  font-weight: bold;
  text-decoration: none;
  color: #4a4444; }
  a:hover {
    text-decoration: underline; }

/* layout elements: */
div#page {
  position: relative;
  width: 80%;
  max-width: 840px;
  min-width: 400px;
  min-height: 100%;
  margin: 0px auto;
  background-color: #fcfcfc;
  background: #fcfcfc url(img/bg_baeume3.png) 180px -40px no-repeat;
  box-shadow: 0 0 20px #bbb; }

div#foot {
  position: relative;
  clear: both;
  z-index: 10;
  text-align: right;
  padding: 30px 20px 20px; }
  div#foot a {
    color: #8c8282;
    font-size: 80%;
    font-weight: normal;
    margin-left: 1em; }

div#leftBar {
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 208px;
  height: 768px;
  max-height: 100%;
  float: left; }
  div#leftBar img.mask {
    position: absolute;
    bottom: 0;
    left: 0; }
  div#leftBar a.home {
    position: absolute;
    width: 208px;
    height: 120px; }

div.main {
  padding: 20px 20px 60px 28px;
  margin-left: 208px;
  position: relative;
  right: 0;
  top: 70px;
  float: left; }
  div.main p, div.main ol, div.main ul, div.main dl {
    max-width: 45em; }

p.note {
  color: #8c8282;
  font-size: 90%; }

p.dim a {
  color: #8c8282;
  font-weight: normal; }

p.quote {
  margin: 3em auto;
  font-style: italic;
  text-align: center;
  max-width: 39em !important; }

p.descr {
  font-weight: bold; }

p.emph {
  margin: 1.5em auto;
  font-size: 133%;
  max-width: 30em !important; }

p > em, p.emph {
  font-family: libertine-bold, Georgia;
  font-weight: bold; }

img.parImg {
  float: right;
  margin: 0 0 1em 1em;
  box-shadow: 3px 3px 6px #999; }

img.zoom {
  max-width: 35%;
  -webkit-transition: max-width 0.3s;
  transition: max-width 0.3s; }
  img.zoom:hover {
    max-width: 100%; }

a.img {
  position: relative; }
  a.img img {
    position: absolute;
    display: block;
    max-width: 0px; }
  a.img:hover img {
    display: block;
    max-width: 320px;
    top: -50%;
    left: -50%;
    box-shadow: 2px 2px 5px #bbb; }

#leftBar ul.menu {
  list-style-type: none;
  position: absolute;
  top: 130px;
  right: 0px; }
  #leftBar ul.menu li {
    margin: 0px 0px 2px 0px;
    text-align: right;
    background: rgba(255, 255, 255, 0.7);
    /*&.active:hover { background: rgba(255,255,255,.8); }*/ }
    #leftBar ul.menu li:hover {
      background: #655c5c; }
    #leftBar ul.menu li a {
      padding: .3em .8em;
      font-size: 110%;
      color: #575050; }
      #leftBar ul.menu li a:hover {
        color: white;
        text-decoration: none; }
    #leftBar ul.menu li.active > a, #leftBar ul.menu li.active li.active a {
      color: #221f1f; }
      #leftBar ul.menu li.active > a:hover, #leftBar ul.menu li.active li.active a:hover {
        color: white; }
    #leftBar ul.menu li ul {
      display: none;
      position: relative;
      top: 0;
      padding-left: 0px; }
    #leftBar ul.menu li.active ul {
      display: block; }
    #leftBar ul.menu li li {
      background: rgba(255, 255, 255, 0.7); }
      #leftBar ul.menu li li:hover {
        background: #7f7575; }

addr {
  white-space: nowrap; }

a.stamp {
  position: absolute;
  top: -20px;
  left: -15px;
  z-index: 20;
  transform: rotate(-30deg);
  font-size: 1.5em;
  color: white;
  padding: 3px 5px;
  background-color: #44ae5a;
  opacity: .8; }

/*# sourceMappingURL=a.css.map */
