/* YUI 3.9.0 (build 5827) Copyright 2013 Yahoo! Inc. http://yuilibrary.com/license/ */
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}


/**********/
/* LAYOUT */
/**********/

* {
  outline: none;
  font-family: 'Merriweather Sans', Verdana, Arial, Sans-serif;
}

html {
  overflow: -moz-scrollbars-vertical; 
  overflow-y: scroll;
}

body {
  padding: 30px 0;
  text-align: center;
  background-color: #FFF;
  color: #333;
}

#head {
  width: 100%;
  height: 100px;
  background: url(../img/head_bg.png) repeat-x center;
}

#wrapper {
  margin: auto;
  width: 1000px;
  text-align: left;
  position: relative;
}

#left {
  width: 280px;
  float: left;
}

#body {
  width: 720px;
  float: right;
  color: #333;
  position: relative;
}

#left div.bottom {
  position: absolute;
  bottom: 0;
  left: 66px;
  width: 210px;
  line-height: 150%;
}


/**************/
/* NAVIGATION */
/**************/

ul.navigation {
  margin: 0 0 0 66px;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

ul.navigation li {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 150%;
}

ul.navigation ul.sub {
  margin: 20px 0 0 0;
}

ul.navigation ul.sub li {
  float: left;
  padding-right: 6px;
}

ul.navigation a {
  color: #333;
  text-decoration: none;
}

ul.navigation a:hover, ul.navigation a.active {
  color: #333;
  text-decoration: underline;
}

ul.navigation ul.sub a {
  color: #333;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 5px 0;
  width: 30px;
  border: 1px solid #DDD;
  background-color: #FAFAFA;
}

ul.navigation ul.sub a:hover, ul.navigation ul.sub a.active {
  border: 1px solid #999;
  background-color: #EEE;
}

ul.navigation span.bold {
  font-weight: 500;
}


/***********/
/* GALLERY */
/***********/

div.thumb {
  width: 143px;
  height: 143px;
  float: left;
  position: relative;
}

div.thumb a {
  display: block;
  width: 140px;
  height: 140px;
  cursor: default;
}

div.thumb img {
  cursor: pointer;
  /* transparency settings */
  width: 100%; 
  opacity: 0.15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
  -moz-opacity: 0.15;
  -khtml-opacity: 0.15;
}

div.thumb a:hover img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 0;
}

div.thumb div.sprayed {
  position: absolute;
  top: 65px;
  left: 5px;
  width: 130px;
  text-align: center;
  color: #FFF;
  font-size: 11px;
  font-weight: 400;
}

div.thumb:hover div.sprayed.static {
  display: block;
}

.fancybox-title-float-wrap .child {
  font-weight: 400 !important;
}

.fancybox-lock .fancybox-overlay {
  overflow: hidden !important;
  overflow-y: hidden !important;
}


/***********/
/* KONTAKT */
/***********/

#left div.contact p {
  font-size: 12px;
  line-height: 180%;
}

img.photo {
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: 10;
}

table.contact {
  border-collapse: collapse;
}

table.contact td {
  font-size: 14px;
  padding: 0 20px 10px 0;
}

table.contact td.label {
  width: 150px;
}

table.contact td.input input, table.contact td.input textarea {
  width: 300px;
  font-size: 14px;
  padding: 3px;
  border: 1px solid #999;
}

table.contact td.input textarea {
  height: 100px;
}

table.contact input.button {
  padding: 3px 10px;
  border: 1px solid #999;
  background-color: #EEE;
}

table.contact input.button:hover {
  background-color: #DDD;
  cursor: pointer;
}


/***********/
/* FORMATS */
/***********/

h1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
}

h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0;
}

h2.separator {
  border-top: 1px solid #CCC;
  padding-top: 20px;
  margin: 40px 0 20px 0;
}

h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0;
}

p {
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 20px;
}

b {
  font-weight: 700;
}

a, a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  margin-bottom: 20px;
}

li {
  list-style: square;
  margin-left: 20px;
  font-size: 14px;
  line-height: 160%;
}

.error {
  font-weight: bold;
  color: #D00;
}

.red {
  color: #D00 !important;
}
