body {
	width  : 100%;
	height : 100%;
	/*text-align:center;*/
}

body {
	margin      : 0;
	padding     : 0;
	font-family : "Caecilia-Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	overflow-y  : hidden;
}

#mock-scroller {
    height : 1080px;
}

#content {
	width    : 100%;
	height   : 100%;
}

a {
	color           : #6C6;
	text-decoration : none;
}

section {
	min-height : 500px;
	height : 100%; /* Ursprünglich min-height : 100% */
	width      : 100%;
	position   : absolute;
	overflow   : hidden;

}

section .story {
	position      : relative;
	z-index       : 1;
	width         : 500px;
	padding-right : 450px;
	margin        : 20px auto 0 auto;
}

div.caption {
	padding-bottom : 30px;
	font-size      : 13px;
}

/* default section show / hide animations */
section.start {
	left : 100%;
}

section.focus, section.to {
	right : 0;
}

section.end {
	right : 100%;
}

/* default background image animation */

section .bg {
	position : absolute;
	left     : 0;
	top      : 0;
}

section .bg.start {
	left : -50%;
}

section .bg, section .bg.focus, section .bg.to {
	left : 0;
}

section .bg.end {
	left : 50%;
}

/* Side Nav (Beispiel)*/
ul#nav {
	position : fixed;
	left     : 5%;
	top      : 20%;
	z-index  : 999;
}

ul#nav li {
	height   : 20px;
	position : relative;
}

ul#nav a {
	display     : block;
	width       : 20px;
	height      : 20px;
	background  : url('../bilder/grey-dot.png') 0 100% no-repeat;
	text-indent : -9000px;
	overflow    : hidden;
	outline     : none;
}

ul#nav a:hover, nav#main li.active a {
	background : url('../bilder/grey-pink-dot.png') 0 100% no-repeat;
}
a.bpf:active {
    color:red!important;
}

ul#nav h1 {
	display     : none;
	opacity     : 0;
	position    : absolute;
	left        : 15px;
	top         : 0;
	white-space : nowrap;
	padding     : 0 0 0 18px;
	background  : url('../bilder/menu-arrow.png') 0 50% no-repeat;
	overflow    : hidden;
	margin      : 0;
	font-size   : 16px;
}

ul#nav span {
	display            : block;
	background         : url('../bilder/menu-bg.png') repeat-x;
/*	color              : #FFF;*/
	padding            : 4px 8px;
	white-space        : nowrap;
	-moz-border-radius : 10px;
	border-radius      : 10px;
}