/** layout 
------------------------------------ **/
body {
	margin: 0;
	padding: 0;
	background: black;
	background-attachment: fixed;
	color: white;
    font-family: "Helvetica", Arial, sans-serif;
	height: 100%;
	
}
#nav {
	position: fixed;
	top: 8px;
	left: 8px;
	margin: 0;
	padding: 0;
	z-index: 4000;
	min-width:890px;
	overflow-x: hidden;
}
* html #nav { 
	position: absolute;
	width:890px;
}
#content {
	margin: 0;
	padding: 8em 8em 0 8em;
	border: 8px solid black;
	background-attachment: fixed;
	overflow-x: hidden;
	min-width: 500px;	
}
* html #content {
	width: 500px;		
}
#content #footer {
	margin-top: 8em;
	margin-bottom: 0;
	padding: 0;
	overflow-x: hidden;
	min-width: 500px;	
}
* html #content #footer {
	width: 500px;		
}
#content #footer.item p {
	background-color: black;
}
/* **/

/** Millhaus Logo
------------------------------------- */
#millhaus {
	position: fixed;
	right: 0;
	top: 58px;
	z-index: 1;
}
* html #millhaus img {
	display: none;
}
* html #millhaus { 
	position: absolute;
}
#millhaus2 {
	position: fixed;
	left: 0;
	top: 58px;
	z-index: 2;
}
* html #millhaus2 img {
	display: none;
}
* html #millhaus2 { 
	position: absolute;
}
/* **/

/** overall
------------------------------------- */
a {
	color: white;
	text-decoration: none;
}
a:hover {
	color: black;
	background-color: white;
}
p a {
	text-decoration: underline;
}
h1 {
	font-size: 3em;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
	margin-bottom: 1em;
}
h1 small {
	display: block;
	font-size: 0.333em;
	line-height: 1.5em;
}
#nav {
	width: 100%;
}
#nav ul {
	list-style: none;
	font-size: 3em;
	margin: 0;
	padding: 0;
}
#nav li span.active, #subnav li span.active {
	color: black;
	background-color: white;
}
#nav li {
	float: left;
	margin-right: 0.5em;
}
#nav li.lang {
	position: absolute;
	right: 8px;
	top: 0;
	font-size: 0.3em;
}
#content .item {
	margin-bottom: 3em;
	font-size: 1em;
	line-height: 1.5em;
	background-color: black;
	color: white;
	padding: 8px;
	position: relative; /* jumps are positioned */
	z-index: 3; 
}
.item p.info {
	font-size: 0.7em;
	margin: 0;
}
#content .item p.download {
	width: 140px;
	float: right;
	font-size: 0.7em;
	line-height: 1.4em;
	text-align: center;
	margin: 0;
	padding: 0;
}
p.download a {
	text-decoration: none;
	display: block;
}
p.download a img {
	border: 0;
}
p.download a:hover {
	color: black;
}
a.jump {
	position: absolute;
	display: block;
	top: -2.6em;
	width: 0;
	height: 0;
}
.clearfloat {
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
	width: 100%;
	height: 0;
	margin: 0;
	padding: 0;
}

form select {
	color: white;
	background-color: black;
	border: 1px solid black;
}
/* **/

/** home
------------------------------------- **/
#home #nav {
	font-size: 2.333em;
	left: 16px;
}
#home #nav li {
	float: none;
}
#home #swf {
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#home #content {
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#home #content #description {
	display: none;
}
/* **/

/** news
------------------------------------- **/
#news #content .item p {
	margin-top: 0;
	margin-bottom: 1em;
}
#news #content .item p.info {
	margin-bottom: 0;
}
#news #content .item img, #news #content .item object, #news #content .item embed {
	/* float: left; */
	margin: 0 8px 0 8px;
}
#news #content .item {
	 zoom: 1; /* fix for IE6 bug: float in relative positioned parent disappears */
}
/* **/

/** projects
------------------------------------- **/
#projects #content div.swf {
	margin-bottom: 8px;
}
#projects .item p {
	margin-right: 156px;
}
#projects a.jump {
	top: -8em;
}
/* **/

/** profile
------------------------------------- **/
#profile #content #clients.item p {
	line-height: 0;
	font-size: 0;
	margin: 0;
}
#profile #clients img {
	display: inline;
	margin: 0 4px 4px 0;
}

/* **/
#headcontainer {
	position:fixed;
	margin-right:8px;
	width:100%;
	height:55px;
	background-color:#000;
	z-index:3000;
	border-top:8px #000 solid;
	border-left:8px #000 solid;
	overflow:hidden;
}

#header {
	background-repeat:repeat-x;
	position:absolut;
	width:100%;
	height:100px;
	padding:0;
	margin:-8px 0 0 -8px;
}

#blackblock {
	height:100%;
	width:8px;
	float:right;
	background-color:#000;
}


	
