/**
 * Stylesheet for Nordlam GmbH
 *
 * Screen/Projection Stylesheet (Intro)
 *
 * @author		Alexander Tumler
 * @link			http://www.nordlam.com
 * @copyright	Copyright 2008, akanai web technologies
 */

/**
 * Global properties and bugfixes
 */

/* set global values */
* {
	padding: 0;
	margin: 0;
}

body, html {
	height: 100%;
}

body {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
}

#languages {
	font-size: 14px;
	text-align: right;
	letter-spacing: .05em;
	word-spacing: .2em;
	padding-right: 40px;
}

#languages a {
	color: #000;
	text-decoration: none;
}

#languages a:hover {
	color: #72283e;
}

#main-container {
	position: absolute;
	width: 850px;
	height: 430px;
	top: 50%;
	left: 50%;
	margin: -215px 0 0 -425px;
}