/***********************************************/
/* Page
/***********************************************/

body{ 
	margin-top: 0px;
 	margin-right: 0px;
 	margin-bottom: 0px;
 	margin-left: 0px;
 	padding: 0px;
	text-align: center;
	background-color: #1e2022;

 	font-size: 10px;
 	line-height: 16px;
 	font-family : Helvetica, Arial, Sans-Serif;
 	font-weight : normal;
 	font-style : normal;
 	text-decoration: none;
	text-transform:uppercase;
	color: #e1e1e1;
}

p, ul, li	{	
	margin: 0px;
	padding: 0px;
}

h1	{
	font-size: 160%;
	font-family : Helvetica, Arial, Sans-Serif;
 	font-weight : normal;
 	font-style : normal;
 	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2	{
	font-size: 130%;
	font-family : Helvetica, Arial, Sans-Serif;
 	font-weight : normal;
 	font-style : normal;
 	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3	{
	font-size: 110%;
	font-family : Helvetica, Arial, Sans-Serif;
 	font-weight : normal;
 	font-style : normal;
 	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
}



/***********************************************/
/* Layout                                    
/***********************************************/


#soon { 	
	z-index:2;
	position:absolute;
	top:50px;
	left:50px;
	width:94px;
	height:94px; 
	margin:0px;
	padding:0px;
	background-image:url(pix/soon.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#logo	{
	z-index:3;
	position:absolute;
	width:260px;
	height:150px;
	margin:-100px 0px 0px -130px;
	top:50%;
	left:50%;
	padding:0px;
	text-align:center;
	background-color:#1e2022;
}

#kontakt	{
	z-index:4;
	position:relative;
	width:auto;
	height:auto;
	margin:0px;
	margin-top:50px;
	padding:0px;
	padding-left:3px;
	text-align:left;
}

/***********************************************/
/* Navigation - Links
/***********************************************/

a:link		{ color:#e1e1e1;  font-size:10px; line-height:16px; font-family:Helvetica, Arial, Sans-Serif; font-weight:normal; text-decoration:underline; text-transform:uppercase;}
a:visited	{ color:#e1e1e1;  font-size:10px; line-height:16px; font-family:Helvetica, Arial, Sans-Serif; font-weight:normal; text-decoration:underline; text-transform:uppercase;}
a:active	{ color:#e1e1e1;  font-size:10px; line-height:16px; font-family:Helvetica, Arial, Sans-Serif; font-weight:normal; text-decoration:underline; text-transform:uppercase;}
a:hover		{ color:#b41932;  font-size:10px; line-height:16px; font-family:Helvetica, Arial, Sans-Serif; font-weight:normal; text-decoration:underline; text-transform:uppercase;}
