html
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

body
{
	margin: 0;
	padding: 0;
}


#zentriert {
	position: absolute;
	top: 30%;
	left: 50%;
}

#main {
	position: absolute;
	left: -250px;/* Hälfte von width */
	width: 500px;
	height: 220px;
	text-align:center;
}

h1
	{
	letter-spacing: 0.1em;
	font-size: 30px;
	color: #000;
	line-height: 1.3em;
	font-weight:bold;
	}
	
h2
	{
	letter-spacing: 0.04em;
	font-size: 16px;
	color: #000;
	line-height: 1.6em;
	font-weight:normal;
	}
	
h3
	{
	letter-spacing: 0.04em;
	font-size: 12px;
	color: #000;
	line-height: 1.6em;
	font-weight:normal;
	}

.mail,.mailactive
	{
	color: #000;
	text-decoration: none;
	}

.mail:hover,.mailactive
	{
	color: #fff;
	background-color:#000;
}