/*
	-----------------------------------------------
	"coming soon" 
	(c) Graphic-Factory - Werbeagentur
	code by peter dobrick
	-----------------------------------------------
	2012-03-28 - (CSS level 2.1) Gratuliere! Keine Fehler gefunden.
*/
	*, body
	{
		font-family: "Trebuchet MS";
		text-align: center;
		font-size: 12pt;
		margin: 0px;
	}

	table#main
	{
		width: 100%;
		height: 100%;
	}
	table#subset
	{
		margin:auto;
		background-image: url('images/30x30_050_white.png');
		border-radius: 20px;
	}
	table#subset a
	{
		color: rgb(0,105,44);
		font-weight: bold;
	}
	td
	{
		vertical-align: middle;
		text-align: center;
	}
	td#logo
	{
		text-align: center;
		padding: 20px;
		vertical-align: top;
	}
	td#contact
	{
		text-align: left;
		vertical-align: top; 
		padding: 20px;
		color: rgb(0,0,0);
		font-size: 14pt;
		line-height: 17pt;
	}
	h1
	{
		font-size: 18pt;
		color: rgb(0,105,44);
	}
	small
	{
		font-size: 9pt;
		font-weight: bold;
	}
/* ------------------------------------- */
	div#BGI
	{
		position: absolute;
		top: 0px;
		left: 0px;
		margin: 0px;
		padding: 0px;
		border: none;
		z-index: 1;
		width: 100%;
		height: 100%;
	}
	div#BGI img
	{
		width: 100%;
		height: 100%;
	}
/* ------------------------------------- */
	div#content
	{
		position: absolute; 
		top: 0px; 
		left: 0px;
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
		z-index: 2;
	}
/* ------------------------------------- */
	.designby
	{
		font-size: 8pt;
	}
	.designby a
	{
		font-size: 8pt;
		color: rgb(255,0,0) !important;
		text-decoration: none;
	}
/* ------------------------------------- */
	.shadow
	{
		-webkit-box-shadow: 2px 5px 10px 0px rgb(32,32,32);
		-moz-box-shadow: 2px 5px 10px rgb(32,32,32);
		box-shadow: 2px 5px 10px 0px rgb(32,32,32);
	}
/* ------------------------------------- */