html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, a, ol, ul, li {
	margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline;
	font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
}

body {
  margin: 3em 0 3em 0;
	font-family: "Courier New", Courier, monospace;
  font-size: 11px;
	color: #fff;
	background-color: #fff;
}

ol, ul {
	list-style: none;
}
p {
  margin-top: 1em;
}
em {
	font-style: italic;
}
a {
	color: #777;
  text-decoration: underline;
  outline: none;
}
.hidden {
  display: none;
}
.attribution {
	position: absolute;
	width: 640px;
	margin-top: -2.5em;
	display: block;
	text-align: right;
	font-size: 9px;
	font-style: italic;
	color: #ddd;
}

#page {
  padding-top: 120px;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}
li {
  clear: both;
}
h2 {
  margin: 0 auto;
  text-indent: -999px;
  overflow: hidden;
  cursor: pointer;
  background-repeat: no-repeat;
  outline: none;
  background-image: url('../images/menu.png');
}
h3 {
  margin: 1em 0 0 0;
  text-decoration: underline;
}
h3 + p {
  margin-top: 0;
}
img {
  margin-top: 3em;
}

.section {
  overflow: hidden;
  text-align: center;
}
.section > *:first-child {
  margin-top: 3em;
}

.table {
  text-align: left;
}

.table h4 {
  clear: both;
  float: left;
  width: 165px;
  margin-top: 1em;
}
.table p {
  float: left;
  width: 470px;
  padding-left: 15px;
}

p.footer {
  margin-top: 2em;
}

#antje {
  height: 32px;
  background-position: center top;
}

#lectureship {
  height: 76px;
  background-position: center -32px;
}

#creation {
  height: 53px;
  background-position: center -108px;
}

#journalism {
  height: 50px;
  background-position: center -161px;
}

#styling_production {
  height: 49px;
  background-position: center -211px;
}

#fashion_salon {
  height: 48px;
  background-position: center -260px;
}

#contact {
  height: 37px;
  background-position: center -308px;
}


.gallery {
	position: relative;
  margin-top: 3em;
}
.gallery li {
  position: relative;
  width: 100%;
}
.gallery img {
  margin-top: 0;
}
.portrait li {
	background-color: black;
}

.movie {
  margin-top: 3em;
}

.tools {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
}
.tools a {
  position: relative;
  cursor: pointer;
  display: block;
  float: left;
  height: 100%;
  width: 50%;
  text-decoration: none;
}
.tools a.next {
  right: 0;
}
.tools a span {
  position: absolute;
  display: none;
	height: 100%;
  width: 30px;
}
.tools a:hover span {
  display: block;
}
.tools a.prev span {
	left: 20px;
	background: url(../images/tools/prev.dark.png) no-repeat left center;
}
.tools a.next span {
  right: 20px;
	background: url(../images/tools/next.dark.png) no-repeat right center;
}
.dark .tools a span {
	background-image: url(../images/tools/prev.light.png);
}
.dark .tools a.next span {
	background-image: url(../images/tools/next.light.png);
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
