@charset "utf-8";

/*
Name: Christian Neubauer - Stylesheet
Version: 0.3

Autor: Christian Neubauer
*/

* {	
	margin: 0px;
	padding: 0px;
}

body {
	color: #333333;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 2.95px;
}

a {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #333333;
}

#bg {
	position: fixed;
	top: 0px;
	left: 0px;
	
	width: 100%;
	height: 100%;
}

#people{
	position: fixed;
	bottom: 0px;
	left: 61.8%;
	
	margin-left: -299px;
}

#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	
	width: 384px;
	height: 200px;
	margin-left: -192px;
	margin-top: -100px;
}

#bubble {
	position: absolute;
	top: -115px;
	left: -35px;
}

#logo {
	position: absolute;
	top: 0px;
	left: -7px;
}

#say_hello {
	position: absolute;
	top: 120px;
	left: 50%;
	
	width: 400px;
	height: 20px;
	margin-left: -200px;
	
	background: url("../grafiken/say_hello.png") no-repeat;
	background-position: center 0;
}

#say_hello:hover {	
	background-position: center -20px;
}

footer {
	position: fixed;
	bottom: 0px;
	left: 50%;
	
	width: 364px;
	margin-left: -192px;
	padding: 7px 10px;
	
	background: #ffffff;

	color: #999999;
	font-size: 9px;
	letter-spacing: 1px;
	word-spacing: 1px;
	text-align: center;
}

footer a {
	color: #333333;
	text-decoration: none;
}

footer a:hover {
	color: #75ac00;
}