@font-face {
				  font-family: 'DIN-Regular';
				  src: url('font/DIN-Regular.eot');
 }
@font-face {
				  font-family: 'DIN-Regular';
				  src: url('font/DIN-Regular.woff') format('woff'),
				  url('font/DIN-Regular.svg#DIN-Regular') format('svg');
}

@font-face {
                  font-family: 'DIN-Bold';
                  src: url('font/DIN-Bold.eot');
}

@font-face {
                  font-family: 'DIN-Bold';
                  src: url('font/DIN-Bold.woff') format('woff'),
                  url('font/DIN-Bold.svg#DIN-Bold') format('svg');
}

@font-face {
                  font-family: 'DIN-Medium';
                  src: url('font/DIN-Medium.eot');
}

@font-face {
                  font-family: 'DIN-Medium';
                  src: url('font/DIN-Medium.woff') format('woff'),
                  url('font/DIN-Medium.svg#DIN-Medium') format('svg');
}

@font-face {
                  font-family: 'DIN-Con';
                  src: url('font/DINCondMedium.eot');
}

@font-face {
                  font-family: 'DIN-Con';
                  src: url('font/DINCondMedium.woff') format('woff'),
                  url('font/DINCondMedium.svg#DIN-Con') format('svg');
}

/**
* @author: Jan Mentzel http://jan.islandofwaiting.de
* @date: 2007-07-09
*/
body {
	background-color: #ebebeb;
	margin: 0;
	padding: 165px 0 0 195px;
	width: 1000px;
	font-family: Georgia, Times, serif;
	letter-spacing: -0.01em;
	font-size: 0.75em;
	color: #2f2f2f;
	line-height: 1.4em;
}

body > div {
	width:768px;
	margin-bottom:200px;
}

.clear {
    clear:both;
}

div.header {
	background: url("image/shadow_line.png") no-repeat scroll 70px bottom transparent;
	padding-bottom:19px;
    position:fixed;
	top:0px;
	left:0px;
	color:#5d5d5e;
	width:1000px;
	z-index:100;
}

div.header > div {
	padding:37px 3px 0 0;
	background: url(image/shadow_round.png) no-repeat 140px -30px #ebebeb;
}

div.logo {
    background: url(image/logo.png) no-repeat 0 3px;
    margin-left:37px;
    height:55px;
    width:158px;
    opacity:0.6;
    float:left;
}
div.name {
    float:left;
    background-color:#EBEBEB;
}
div.name span {
	font-family: "DIN-Con", sans-serif;
    font-size:16px;
	display:inline-block;
	margin-top:4px;
}

* html body {
	padding-top: 21px;
}
div.floatclearer {
	clear: both;
}
/**
* mit falscher e-post adresse damit die lieben leute,
* die mittlerweile 99 prozent der post ausmachen, zufrieden sind.
*/
#honig-topf {
	display: none;
}
#player {
	position:absolute;
	width: 384px; /* small */
	height: 305px;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
	top: 0;
	left: -400px;
}
h1 {
	font-family: "DIN-Con", sans-serif;
	font-size: 60px;
    font-weight:normal;
	color: #333333;
	/* Abstaende Ueberschrift zu Linien */
	margin: 10px 0 12px;
	line-height: 1.2em;
	text-transform:uppercase;
}

div#intro h1 {
    font-size: 22px;
	padding-top:15px;
}

/* IE6 spezial */
* html h1 {
	letter-spacing: -5px;
	margin-top: 1px;
	margin-bottom: 12px;
	text-indent: -0.60em;
	line-height: 1.2em;
}
hr {
	clear: both;
	margin: 0;
	height: 19px;
	width:1000px;
	border:none;
	background: url("image/shadow_line.png") no-repeat scroll 70px bottom transparent;
	margin-left:-190px;
}
hr.up {
	background: url("image/shadow_line_up.png") no-repeat scroll 70px bottom transparent;
}
/* IE6 spezial - sonst gaebe es graue fuellung */
* html hr {
	color: #f0f0f0;
	height: 4px;
}
#intro {
	margin-top: 30px;
	margin-bottom: 2px;
}
* html #intro {
	margin-top: 22px;
}
#intro > div {
	float: left;
	width: 384px;
	margin-bottom: 35px;
}
* html #intro div {
	margin-bottom: 6px;
}
div.address {
	float:right;
	margin-right:36px;
	text-align: right;
}
#intro p {
	width: 765px;
	margin-top: 0;
	margin-bottom: 1.55em;
}
#intro div.contact p.text {
	/* bei der email mehr abstand nach unten */
	margin-top: 2em !important;
}
#intro div.showreel {
	text-align: right;
}
#intro div.showreel img {
}
#intro:after
,#intro div.showreel:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 1px;
	margin-top: -1px;
	line-height: 1px;
}
a.button, a.button:visited {
    line-height:1;
	display: block;
	margin-right:-12px;
	float:right;
	font-family: "DIN-Con", sans-serif;
	font-size:15px;
	text-transform:uppercase;
	color: #fff;
	font-weight:normal;
	text-decoration: none;
	background: url(image/button.png) no-repeat 0 0;
    padding: 0 8px 0 23px;
	cursor: pointer;
	text-decoration: none;
}
#intro a.button {
    margin-top:-15px;
}
a.button > div, a.button > div:visited {				  
	background: url(image/button.png) no-repeat right -29px;
	padding: 3px 11px 4px 0;
	line-height:16px;
}
a.button:hover {
	background: url(image/button.png) no-repeat 0 -61px;
	color: #333;
}
a.button:hover > div {				  
	background: url(image/button.png) no-repeat right -90px;
}
a.button[href^="mailto"] {
	margin:20px -14px 10px 0;
}
    a.button[href^="mailto"] > div {
       text-transform:none;
       line-height:13px;
       padding-bottom:5px;
    }

        a.button[href^="mailto"] > div > span {
           font-family:Arial;
           font-size:13px;
        }

/* links im fliesstext */
a {
	color: #000000;
	outline: 0;
	text-decoration: underline;
	cursor:pointer;
}

img.flat {
	width: 384px;
	height: 200px;
	float: left;
	border: none;
	padding: 0;
	margin: 0;
}
img.pal {
	width: 384px;
	height: 288px;
	float: left;
	border: none;
	padding: 0;
	margin: 0;
}
h2 {
	font-family: "DIN-Con", sans-serif;
	padding: 0 0 2px 0;
	margin: 26px 0 8px 0;
	font-size: 18px;
	font-weight: normal;
	line-height:1.4	
}
/* IE6 spezial */
* html h2 {
	margin: 10px 0 11px 0;
}
h2 span {
	display: block;
	float: left;
	width: 74px;
	font-size: inherit;
}
div.project a.button {
	margin-top: 32px;
}
div.tags {
	float: left;
	margin-top: 32px;
}
div.project.video a.button {
	margin-top: 10px;
}
div.project.video div.tags {
	margin-top: 10px;
}
div.tags:after {
	background-color: red;
	content: '_';
	clear: both;
	display: block;
	visibility: hidden;
}
div.tags p {
	margin: 0;
	padding: 0;
}
div.tags label {
   	font-family: "DIN-Con", sans-serif;
	display: block;
	width: 74px;
	float: left;
    font-size:14px;
	text-transform:uppercase;
}
div.project {
	margin-bottom: 35px;
}
div.project p.text
,div.project div.text {
	margin-top: 1.6em;
	clear: both;
}
div.project div.text:after {
	content: '.';
	clear: both;
	display: block;
	visibility: hidden;
	height: 1px;
	margin-top: -1px;
}
div.project div.text div {
	display: block;
	float:left;
	width: 765px;
	margin: 0 14px 0 0;
	/* border: solid red 1px; */
}
div#about, #imprint {
	margin-top: 30px;
	margin-bottom: 26px;
}
div#about:after, #imprint:after {
	content: '.';
	clear: both;
	display: block;
	visibility: hidden;
	height: 1px;
	margin-top: -1px;
}
div#about h3, #imprint h3 {
	font-family: "DIN-Con", sans-serif;
	font-size: 16px;
	font-weight: normal;
	float: left;
	margin: 0;
	width: 375px;
    text-transform:uppercase;
}
div#about div, #imprint > div {
	width: 384px;
	float: left;
}
div#about div p, #imprint > div p {
	margin-top: 0;
	margin-bottom: 1.6em;
}
#imprint a.button[href^="mailto"] {
	float:left;
	margin-top:-2px;
    margin-bottom:1em;
}
a.toggle-open {
	background-position: 0 -128px;
}
a.toggle-open:hover {
	background-position: 0 -159px;
}
div.togglecontainer {
	clear: both;
	padding-top: 20px;
	text-align: right;
}
#imprintcontainer {
	display: none;
}

ul#navi {
    position:absolute;
	margin:-28px 0 0 195px;
	padding:0;
}

ul#navi li {
	font-family: "DIN-Con", sans-serif;
    font-size:16px;
    float:left;
	list-style:none;
	margin-right:20px;
	text-transform:uppercase;
	padding-bottom:16px;
	cursor:pointer;
	color:#5d5d5d;
}

ul#navi li a {
	color:#9a9a9a;
	text-decoration:none;
}

ul#navi li.selected {
	background:url(image/nav_arrow.png) no-repeat bottom center;
}

ul#navi li.selected a {
	color:#5d5d5d;
}

div#loader {
    background:url(image/loader.gif) no-repeat center center transparent;
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	z-index:100;
}

div#content{
    display:block;
}