html
{
	font-family: Arial;
	font-size: 11px;
}

body
{
	margin: 0;
	padding: 0;
}


#zentriert {
	position: absolute;
	top: 30px;
	left: 50%;
	height: 1px;
	width: 1px;
}

#main {
	position: absolute;
	left: -350px;/* Hälfte von width */
	width: 750px;
	height: 350px;
}

#textfeld {
	position: absolute;
	width: 600px;
	height: 150px;
	text-align:center;
}

.m0
	{
	margin-top:0;
	}
	
h1
	{
	letter-spacing: 0.2em;
	font-size: 11px;
	color: #000;
	line-height: 17px;
	text-decoration: none;
	font-weight:normal;
	}
	
p
	{
	letter-spacing: 0.04em;
	font-size: 10px;
	color: #000000;
	line-height: 17px;
	text-decoration: none;
	}

.link,.linkaktiv
	{
	letter-spacing: 0.04em;
	color: #999;
	text-decoration: none;
	font-weight: normal;
	}

.link:hover,.linkaktiv
	{
	color: #000;
}

.mail,.mailaktiv
	{
	letter-spacing: 0.04em;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	}

.mail:hover,.mailaktiv
	{
	color: #999;
}
