/* @group fonts */

@font-face {
    font-family: 'HelveticaNeue45Light';
    src: url('helveticaneue-light-webfont.eot');
    src: url('helveticaneue-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('helveticaneue-light-webfont.woff') format('woff'),
         url('helveticaneue-light-webfont.ttf') format('truetype'),
         url('helveticaneue-light-webfont.svg#HelveticaNeue45Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* @end */

body {
	background-image: url(/_img/background.png);
	background-color: #0e3908;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

a {
	color: white;
	text-decoration: underline;
}

p {
	margin-top: 0;
	margin-bottom: 10px;
}

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

h1 {
	display: none;
	/*position: absolute;
	bottom: 15px;
	left: 430px;
	margin: 0;
	color: #248318;
	font-family: 'HelveticaNeue45Light';
	font-weight: normal;
	font-size: 80px;
	line-height: 80px;*/
}

h2 {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 1em;
	font-weight: bold;
	line-height: 20px;
}

img {
	vertical-align: top;
	border: none;
}

div {
	
}

/* @group frame */

div.frame {
	position: relative;
	width: 440px;
	height: 530px;
	margin: 60px auto 60px auto;
	padding: 25px 25px 25px 435px;
	color: white;
	background: black no-repeat;
}

/* @end */

/* @group header */

div.header {
	margin-bottom: 20px;
}

/* @end */

/* @group menu */

div.menu {
	font-size: 16px;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

div.menu a {
	color: #248318;
	text-decoration: none;
}

div.menu a:hover,
div.menu li.selected a {
	color: white;
}

/* @end */

/* @group content */

div.content {
	
}

div.photos {
	float: left;
}

div.photos img {
	margin: 0 10px 10px 0;
}

div.audio {
	margin-bottom: 32px;
}

div.audio p {
	clear: both;
	margin-top: 16px;
}

div.audio audio {
	float: left;
	margin: 0 8px 16px 0;
	padding: 0;
	width: 200px;
}

/* @end */

/* @group backgrounds */

body.demo div.frame {
	background-image: url(/_img/backgrounds/portrait1.jpg);
}

body.fotos div.frame {
	background-image: url(/_img/backgrounds/portrait2.jpg);
}

body.vita div.frame {
	background-image: url(/_img/backgrounds/portrait3.jpg);
}

body.kontakt div.frame {
	background-image: url(/_img/backgrounds/portrait4.jpg);
}

body.extra div.frame {
	background-image: url(/_img/backgrounds/portrait1.jpg);
}

body.freunde div.frame {
	background-image: url(/_img/backgrounds/portrait2.jpg);
}



/* @end */
