
html {
	background: #000000;
}

body {
	margin: 0;
	padding: 0;
	background: #000000;
}

body,
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #ffffff;
}

img {
	border: none;
}

h1, h2, h3 {
	font-weight: bold;
	font-size: 1em;
	line-height: 1em;
	margin: 0;
	padding: 0;
}

#page {
	position: absolute;
	top: 34px;
	left: 50px;
	
	width: 800px;
	background-color: black;
}

#menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 41px;
	
	background-color: black;
	border-bottom: 1px #808080 solid;
}


#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	color:#999999;
	outline:0px
}
	
a:hover {
	color:#FFFFFF;
	text-decoration:none
}
			

a:link {
	text-decoration: none;
	border: 0px;
	border-top-color: #000000;
	border-color: #000000;
	border-width: 0px;
}

a:visited {
	text-decoration: none
}

#nav {
	position: absolute;
	top: 10px;
	left: 0;
}

#nav li {
	display: inline;
	float: left;
}

#nav li a {
	float: left; 
	height: 0; 
	padding-top: 20px; 
	background-repeat: no-repeat;
	overflow: hidden;
}

#nav li#benjaminhaselberger a {
	background-image: url(../img/haselberger.gif);
	width: 649px;
	background-position: 0 -23px;
}

#nav li#stories a {
	background-image: url(../img/nav.gif);
	width: 58px;
	background-position: 0px 0;
}
#nav li#stories.active a,
#nav li#stories a:hover {
	background-position: 0px -20px;
}

#nav li#bio a {
	background-image: url(../img/nav.gif);
	width: 33px;
	background-position: -53px 0;
}
#nav li#bio.active a,
#nav li#bio a:hover {
	background-position: -53px -20px;
}

#nav li#contact a {
	background-image: url(../img/nav.gif);
	width: 60px;
	background-position: -81px 0;
}
#nav li#contact.active a,
#nav li#contact a:hover {
	background-position: -81px -20px;
}

#main,
#main-story,
#main-feature {
	position: absolute;
	left: 0;
	width: 800px;
	text-align: left;
}

#main {
	height: 605px;
	top: 96px;
	overflow: auto;
}

#main-story {
	background-color: #0f0f0f;
	height: 699px;
	top: 72px;
}

#main-feature {
	background-color: #0f0f0f;
	height: 486px;
	top: 96px;
}

#pos {
	position: absolute;
	top: 5px;
	left: 5px;
}

#bottom {
	position: absolute;
	top: 778px;
	left: 0;
	width: 800px;
	height: 50px;
	background: url(../img/bottom.gif) no-repeat;
}

.pad {
	margin: 5px;
}

table,
table tr, 
table tr td {
	margin: 0;
	padding: 0;
}

.stories-list {
	display: block;
	height: 155px;
	background-color: #0f0f0f;
	margin-bottom: 10px;
}

.stories-list img {
	margin: 11px 0 11px 5px;
	float: left;
}

.stories-list div {
	height: 20px;
	padding-top: 132px;
	margin-left: 207px;
}

#stories-nav-cont {
	position: absolute;
	top: 622px;
	left: 5px;
	width: 790px;
	height: 72px; /* miz */
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#stories-nav {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 69px;
	/* max width here, for users without javascript */	
	width: 15000px;	
	padding: 0; 
	/* removing default styling */
	margin: 0;	
	list-style: none;
}

#stories-nav li {
	display: block;
	height: 60px;
	float: left;	
	padding: 0 0 0 8px;
}

#stories-nav li:first-child {
	padding: 0;
}

#stories-nav li img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#stories-nav li a:hover img,
#stories-nav li.active img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
 
#stories-text {
	position: absolute;
	top: 560px;
	left: 0;
	height: 57px;
	width: 800px;
	color: #999999;
	background-color: #000000;
}

#stories-text div {
	position: absolute;
	top: 10px;
	left: 6px;
}

#publication-text,
#feature-text {
	position: absolute;
	top: 462px;
	left: 5px;
	width: 480px;
}

#feature-img, 
#stories-img {
	position: absolute;
}

#publication-blank {
	position: absolute;
	top: 495px;
	left: 0;
	width: 800px;
	height: 109px;
	background-color: #0f0f0f;
}

#home {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 565px;
	background-color: #0f0f0f;
}

#imprint {
	color: #999999;
	width: 100%;
	margin-right: 40px;
	background-color: #0f0f0f;
}

#imprint pÊ{
	margin: 0;
	padding: 0;
}

#imprint table {
	margin: 5px 0 0 5px;
	height: 590px;
}

#imprint table .right {
	padding-left: 12px;
}

#imprint table .right  p {
	margin-bottom: 0;
}

#imprint table .right ul {
	margin-top: 0;
	color: #CCCBC5;
}

#imprint table .right blockquote {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	color: #CCCBC5;
}


#start {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 790px;
	height: 555px;
	background-color: #131313;
}

#fs {
	position: absolute;
	top: 0px;
	left: 50%;
    margin-left: -500px;
   
	background-color: #0f0f0f;
	
	width: 1000px;
	height: 855px;
	
	/* ie5win fudge begins */ voice-family:"\"}\""; 
	voice-family: inherit;
	width: 1000px;
	
}

html>body #fs { width: 1000px; }

#fs img {
	margin: 5px 0 0 0;
}


#fs-nav {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	left: 467px;
	bottom: 0;
}

#fs-nav li {
	float: left;
}

#fs-nav li a {
	float: left; 
	height: 0; 
	padding-top: 47px; 
	background-repeat: no-repeat;
	overflow: hidden;
}

#fs-nav li#back a {
	background-image: url(../img/nav-fs.gif);
	width: 25px;
	background-position: 0px 0;
}
#fs-nav li#back a:hover {
	background-position: 0px -47px;
}

#fs-nav li#close a {
	background-image: url(../img/nav-fs.gif);
	width: 25px;
	background-position: -25px 0px;
}
#fs-nav li#close a:hover {
	background-position: -25px -47px;
}

#fs-nav li#forward a {
	background-image: url(../img/nav-fs.gif);
	width: 25px;
	background-position: -50px 0px;
}
#fs-nav li#forward a:hover {
	background-position: -50px -47px;
}



/* SCROLL PANE VERTIKAL -------------------------------------------- */

.cont-scroll-v,
.cont-scroll-v .scroll-pane {
	width: 800px;
	height: 100%;
	overflow: auto;
}

.cont-scroll-v .jScrollPaneTrack {
	left: auto !important;
	right: 0 !important;
	bottom: auto !important;
	top: 0 !important;
	background: #161616!important;
}

.cont-scroll-v .jScrollPaneDrag {
	background: #3b3b3b !important;
}


/* SCROLL PANE HORIZONTAL -------------------------------------------- */

.cont-scroll-h .scroll-pane {
	width: 790px;
	height: 73px;
	overflow: auto;
}

.cont-scroll-h.big {
	margin: 5px 0 0 5px;
}

.cont-scroll-h.big .scroll-pane {
	width: 790px;
	height: 413px;
}

.cont-scroll-h .jScrollPaneTrack {
	left: 0 !important;
	right: auto !important;
	bottom: 0 !important;
	top: auto !important;
	background: #161616!important;
}

.cont-scroll-h .jScrollPaneDrag {
	background: #3b3b3b !important;
}

