@charset "utf-8";
html
{
	
}

body {
	background: #000000;
	color: #474747;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.wrapper
{
	min-height: 500px;
}

h1
{
	font-size: 12px;
	margin: 0;
}

p
{
	margin: 0;
}

ul.navigation li
{
	float: left;
	list-style: none;
	margin: 0 40px;
}

ul
{
	clear: both;
}

.textLine
{

	height: 30px;
	padding: 0 0 0 150px;
	text-align: center;
}

a,
a:link,
a:visited,
a:active,
a:hover
{
	color: #474747;
	text-decoration: none;
}

a:hover
{
	color: #CCCCCC;
}

.text
{
	position: relative;
	width: 768px;
	height: 450px;
}

.zahn
{
	position: absolute;
	top: -1px;
	left: -1px;
	width: 186px;
	height: 39px;
	background: url( '../img/monkey_zahn.png' ) no-repeat;
}

.monkey
{
	position: absolute;
	top: 0;
	left: 0;
	background: url( '../img/bg.jpg' ) -240px 50% no-repeat;
	width: 600px;
	height: 100%;
	-moz-user-select: none;
}

.content
{
	width: 600px;
	position: absolute;
	padding: 0 20px 0 0;
	top: 50%;
	margin: -205px 0 0 380px;
	left: 0;
}

