/**
 * Stylesheet for V. PFOESTL & HELFER
 *
 * Screen/Projection Stylesheet (Startpage)
 *
 * @author		Alexander Tumler
 * @link			http://
 * @copyright	Copyright 2008, akanai web technologies
 */
 
/**
 * Global properties and bugfixes
 */

/* set global values */
* {
	padding: 0px;
	margin: 0px;
}

body, html {
	height: 100%;
}

body {
	background-color: #005093;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	color: #7fafd4;
}

a {
	color: #7fafd4;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

#iso {
	position: absolute;
	right: 22px;
	top: 50px;
	font-size: 11px;
	color: #fff;
}

#language {
	position: absolute;
	width: 158px;
	text-transform: uppercase;
	margin-top: 127px;
}

#language ul {
	list-style: none;
	border-top: 1px solid #7fafd4;
}

#language ul li {
	display: inline;
	text-align: right;
	font-weight: bold;
}

#language ul li a {
	display: block;
	padding: 5px 0px;
	text-decoration: none;
	border-bottom: 1px solid #7fafd4;
}

#logo {
	position: absolute;
	width: 226px;
	height: 195px;
	top: 50%;
	left: 50%;
	margin: -98px 0px 0px -113px;
}

#years {
	position: absolute;
	width: 69px;
	height: 55px;
	margin: 127px 0 0 188px;
}
