@font-face {
	font-family:'Yanone Kaffeesatz';
	font-style:normal;
	src:url("/fonts/YanoneKaffeesatz-ExtraLight.eot?#iefix") format("embedded-opentype"), url("fonts/YanoneKaffeesatz-ExtraLight.ttf") format("truetype");
	}	
	
@font-face {
	font-family:'Lato Light';
	font-style:normal;
	src:url("fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Lato-Light.ttf") format("truetype");
	}

@font-face {
	font-family:'Lato Light';
	font-style:italic;
	src:url("fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Lato-Light.ttf") format("truetype");
	}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	}

body {
	background-color: #111;
	background-image: url("bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	line-height: 1;
	font-size: 62.5%;
	font-family: inherit;
	}

a {
	color: #FFF;
	text-decoration: none;
	}
	
h1, h2 {
	color: #FFF;
	font-family: "Yanone Kaffeesatz", "Arial Narrow", Sans-Serif;
	font-weight: 200;
	text-shadow: 1px 1px 0 #333;
	display:block;
		position: relative;

	}
	
h1 {
	font-size: 700%;
	letter-spacing: 10px;
	text-transform: uppercase;
	padding: 0 5%;
	margin: 5% 0 10px 0;
	word-wrap: break-word;
	}

h2 {
	font-size: 360%;
	margin: 5% 0 1% 0;
	letter-spacing: 1px;
	font-family: "Yanone Kaffeesatz", "Arial Narrow", Sans-Serif;
}

#biografie {
   	position:relative;
   	bottom:0;
   	width: 50%;
	max-width: 600px;
	margin: 10% 5% 5% 5%;
	z-index: 1;
}
	
#biografie p {
	margin: 10px 0;
	color: #FFF;
	font-family: "Lato Light", Arial, Sans-Serif;
	font-size: 160%;
	line-height: 1.5em;
	text-shadow: 1px 1px 0 #333;
	}
	
#biografie a {
	color: #CCC;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
	}
	
#biografie a:hover {
	color: #FFF;
	}
		
