body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
}

#page {
	height: 100%;
	color: #FFF;
	outline: none;
}

/* navi + headline */
h1 {
	font-family: "Porsche Design Helvetica Rm";
	font-size: 18px;
	color: #FFFFFF;
}
/* subnavi */
h2 {
	font-family: "Porsche Design Helvetica Rm";
	font-size: 14px;
	color: #FFFFFF;
}
/* contact-headlines */
h3 {
	font-family: "Porsche Design Helvetica Rm";
	font-size: 18px;
	color: #FFFFFF;
	leading: 8;
}
/* contact-sublines */
h4 {
	font-family: "Porsche Design Helvetica Rm";
	font-size: 18px;
	color: #FFFFFF;
	leading: 8;
}
/* gallery-headlines */
h5 {
	font-family: "Porsche Design Helvetica Rm";
	font-size: 18px;
	color: #FFFFFF;
	leading: 0;
}
/* copy-text */
p {
	font-family: "Porsche Design Helvetica Rm";
	font-size: 12px;
	color: #FFFFFF;
}

.lead_big {
	leading: 18;
}

.lead_small {
	leading: 6;
}

a {
	text-decoration: underline;
} 

a:hover {
	text-decoration: none;
} 

