html, body {
	font-family: 'PT Sans', serif;
	font-size: 1.125em;
	line-height: normal;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	min-width: 800px;
  background: url(../img/bg.png) repeat;
}

body {
  border-left: 5px solid #b6580b;
}

.clear {
  clear: both;
}

#branding {
  max-width: 1200px;
  margin: 0;
  padding-left: 90px;
  padding-top: 10px;
  text-align: left;
}

#branding p {
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.050em;
  margin: -4px 0 0 0;
  padding: 0;
  color: #918b70;
  text-shadow: 0px -2px 1px rgba(145, 139, 112, 0.5);
}

#branding span {
  font-size: 24px;
}

#branding a {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.050em;
  color: #fef8e1;
  text-decoration:none;
  text-shadow: 0px -2px 1px rgba(145, 139, 112, 0.5);
}

#branding a:hover {
	-webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
  color: #b6580b;
  text-shadow: 0px 0px 0px rgba(145, 139, 112, 0.5);
}

#menu {
}

ul {
  margin: 10px 0;
  padding-right: 153px;
  padding-bottom: 20px;
}

li {
  list-style: none;
  text-align: right;
  float: right;
  margin-left: 50px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.055em;
}

li a {
  color: #fef8e1;
  text-decoration: none;
}

li a:hover {
	-webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
  color: #918b70;
  text-decoration: underline;
}

.active {
  font-style: italic;
  font-weight: 700;
  color: #b6580b;
  letter-spacing: 0.089em;
}

#gallery {
  margin-left: 140px;
  margin-top: 20px;
}

#actual {
  margin-top: 60px;
  padding-left: 180px;
  text-align: left;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fef8e1;
}

#past {
  margin-top: 44px;
  padding-left: 180px;
  text-align: left;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: 0.075em;
  color: #fef8e1;
}

#past p {
  margin: 12px 0;
}

#vita {
  margin-top: 44px;
  padding-left: 150px;
  text-align: left;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.085em;
  color: #fef8e1;
}

#impressum {
    margin-top: 44px;
    padding-left: 180px;
    padding-right: 147px;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.075em;
    color: #fef8e1;
}

#contact {
  margin-top: 44px;
  padding-left: 180px;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.075em;
  color: #fef8e1;
}

#contact a{
  color: #fef8e1;
  text-decoration: underline;
}

#contact a:hover{
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
  color: #918b70;
  text-decoration: none;
}

.titel {
  margin-left: -30px;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.095em;
  color: #918b70;
}

.indent {
  margin-left: 70px;
  font-style: normal;
  font-weight: 400;
}

.indent a {
  color: #fef8e1;
  text-decoration: underline;
}

.indent a:hover {
	-webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
  color: #918b70;
  text-decoration: none;  
}

.row-actual {
  margin-left: 259px;
  margin-top: -20px;
  font-style: normal;
  font-weight: 400;
}

.row-actual a {
  color: #fef8e1;
  text-decoration: underline;
}

.row-actual a:hover {
	-webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
  color: #918b70;
  text-decoration: none;  
}

#right a {
  color: #fef8e1;
  text-decoration: underline;
}

#right a:hover {
	-webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
  color: #918b70;
  text-decoration: none;  
}

#left {
  float:left;
}

#right {
  margin-left: 200px;
  padding-top: 1px;
  font-style: normal;
  font-weight: 400;
}

#footer {
  height: 5px;
}

#footer-vita {
  height: 122px;
}
