/*--------------- Generelles Seitenlayout --------------------------------- */

html
{
	background: #fff; 
}

a
{
	color: #792182;
	text-decoration: none;
	font-size: 12pt;
}

a:hover
{
	color: #d1bfa7;
	text-decoration: none;
}

/*--------------- Seitenlelemente --------------------------------- */
#comingsoon
{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -240px;
	color: #808080;
	text-align: center;
	vertical-align: middle;
	font-family: Trebuchet;
	font-size: 18pt;
	line-height: 1,2em;
}
