/* rest+general */
* {
	margin: 0;
	padding: 0;
	line-height: 1em;
}
ul,ol {
	padding: 0 0 20px 20px;
}
p {
	padding-bottom:15px;
  line-height: 1.6em;
}

a {
	text- decoration: none;
	color: #DA923D;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	outline: none;
	text-decoration: underline;
	color: #d7df23;
}
a img {
	border: 0;
}
fieldset {
	border: 0;
}
.strong {
	font-weight: bold;
}
h1 {
  padding: 10px 0 22px;
  font-size: 38px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
	color: #d7df23;
}

html {
	font: .627em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}
body {
	text-align: center;
  color: #414141;
  background: #fff url(../images/structural/body-bgr.jpg) repeat-x 50% 0;
}
#container {
  background:url(../images/structural/content-sh.png) repeat-y 50% 0;
}
#container1 {
  margin: 0 auto;
  padding: 0 29px;
  width: 760px;
  min-height: 310px;
  text-align: left;
}
#content {
  clear: both;
  float: left;
  width: 760px;
  font-size: 1.4em;
}
.left-col {
  float: left;
  width: 340px;
  margin: 0 20px 20px 0;
}
.right-col {
  float: left;
  width: 400px;
  margin-bottom: 20px;
}

/* header & footer */
#header {
  position: relative;
  float: left;
  padding: 20px 0;
  width: 760px;
  background: url(../images/structural/hr.gif) repeat-x 0 100%;
}
#logo {
  float: left;
  width: 194px;
  margin-right: 2px;
}
#nav {
  float: left;
  margin-right: -40px;
  padding: 70px 0 15px 0;
  width: 600px;
  list-style-type: none;
}
#nav li,
.navi li {
  float: left;
  padding-right: 18px;
}
#nav a,
.navi a {
  color: #414141;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
}
#nav a:hover, #nav li.active a,
.navi a:hover, .navi li.active a {
  color: #d7df23;
}
.facebook {
  position: absolute;
  top: 24px;
  right: 6px;
}
#footer {
  clear: both;
  padding: 30px 0 20px;
  font-size: 1.2em;
  background: url(../images/structural/hr.gif) repeat-x 0 0;
}
#footer-nav {
  float: left;
  width: 760px;
  list-style-type: none;
  padding: 0 0 4px;
  line-height: 1em;
}
#footer-nav li {
  float: left;
  padding: 0 11px 0 10px;
  border-left: 1px solid #999;
}
#footer-nav li.first {
  border-left: none;
  padding-left: 0;
}
#footer a {
  color: #414141;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
.copyright {
  clear: both;
  line-height: 1.4em;
}
/* gallery */
.scrollable,
.pg-inner {
	position:relative;
	overflow:hidden;
  margin: 0 -19px 0 -19px;
	width: 789px;
	height: 440px;
}
.pg-inner {
  height: auto;
  padding-bottom: 20px;
}
.scrollable .items {
	width:20000em;
	position:absolute;
}
#photo-gallery ul.item {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  width: 780px;
  list-style-type: none;
}
#photo-gallery .item li {
  float: left;
  padding: 9px;
  width: 240px;
  height: 120px;
  margin: 11px -9px -9px 11px;
  background: url(../images/structural/thumb-sh.gif) no-repeat;
}
.navi {
  float: left;
  margin: 3px 0 20px 162px;
  padding: 0;
  width: 470px;
}
.navi ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;  
}
.navi a {
  cursor: pointer;
}
.navi .prev {
  float: left;
  margin-right: 20px;
}
.navi .disabled,
.navi .disabled:hover {
  color: #999;
  cursor: default;
}


/* kontakt */
span.label {
  float: left;
  padding-right: 10px;
  width: 112px;
  text-align: right;
  line-height: 1.6em;
}

/*contact form*/
#contact-form-container {
  padding-top: 15px;
}
.formcol label, .formcol input, .formcol textarea {
	width: 300px;
	height: 15px;
	padding: 2px;
}
.formcol label {
  display: block;
  padding: 0 0 2px;
}
.formcol input,
.formcol textarea {
	border: 1px solid #666;
	font-size: 12px;
	background-color: #fff;
}
.formcol textarea {
	height: 85px;
	overflow: auto;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}
.error label {
	color: #d00;
}
.error input,
.error textarea {
  border-color: #d00;
}
#busy {
	display: none;
	position: absolute;
	top: 212px;
	left: 78px;
	padding: 30px;
	width: 66px;
	height: 66px;
	background: url(../images/structural/ajax-loader-bgr.png) no-repeat top left;
}
.busy-inner {
	width: 66px;
	height: 66px;
	background: url(../images/structural/ajax-loader.gif) no-repeat top left;
}
.fieldblock {
	padding-bottom: 15px;
}
#submit_btn {
	width: 85px;
	height: 27px;
	background-color: #fff;
	font-size: 13px;
	border: 1px solid #666;
}

.spacer {
  height: 140px;
}