@charset "utf-8";
/* CSS Document */
/* Design by Photospirit */
/* Copyright 2010 - www.photospirit.ch */


html, body {
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	background: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	color: #D0BBD8;
}

#wrapper {
	min-height: 100%;
	position: relative;
	width:200px;
	margin: 0 auto;	
}

#header {
	position: relative;
	width: 200px;
	margin: 0px 0px 0px 0px;
}

#header #logo {
	position: absolute;
	width:200px;
	height:140px;
}

#header #header-text {
	position: absolute;
	top: 0;
	right: 0;
	width: 570px;
	left: 410px;
	height: 130px;
	text-align: right;
	padding: 10px 0px 0px 0px;
}

/* MENU */
#menu {
	width:122px;
}

#menu ul {
	padding: 1px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	font-size: 14px;
	font-weight: bold;
	float: left;
	padding: 0px 0px 5px 0px;
}

/** FOOTER */

#footer {
	width: 180px;
	height: 20px;
}

#footer p {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	text-align: left;
	font-size: 11px;
}
