/* CSS Document */

  
<!--

/*<![CDATA[*/

body {
	background-color: #fffffc;
	font: 100% verdana, geneva, arial, sans-serif;	
	color: #5d665b;
	margin: 1em 2em;
}

/*]]>*/

* {
	margin: 0;
	padding: 0;
}

 <!-- This is where the vertical centering of the wrapper content area begins  -->
  
  #horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -200px;
	text-align: center;
	min-width: 900px; 
}

/* The wrapper box starts here */

#wrapper {
	background-color: transparent;
	position: relative;
	text-align: left;
	width: 50em;
	height: auto;
	margin: 0px auto;
}

/* The flashBild starts here */

#flashBild {
	position: absolute;
	width: 19.44em;
 	height: auto;
 	top: 9em;
	left:1em;
	z-index: 5;
}

/* The htmlBild starts here */

#htmlBild {
	position: absolute;
	width: 20.31em;
 	height: auto;
 	top: 10em;
	left: 16.5em;
	z-index: 5;
}

/* The logoBox starts here */

#logoBox {
 background: url("melogo.png") no-repeat top center;
 position: absolute;
 width: 35.69em;
 height: 30.13em;
 top: 5em;
 left: 7.14em;
 z-index: 1;
}

a:link {
	color: #39f;
	text-decoration: none;
	background-color: transparent;
}
a:visited { 
	color: #963;
	text-decoration: none;
	background-color: transparent;
}
a:hover { 
	color: #39f;
	text-decoration: underline;
	background-color: transparent;
}
a:active { 
	color: #900;
	text-decoration: underline;
	background-color: transparent;
}

/* The flashBox starts here */

 #flashBox {
 	position: absolute;
 	width: 13em;
 	height: auto;
 	top: 23em;
	left: 6em;
	z-index: 1;	
}

.flacnt {
	font: 0.75em verdana, geneva, arial, sans-serif;
	 
}


#flashBox p span {
	color: #ccc;	 
}

#flashBox p span:hover {
	color: #333;	 
}
 
/* The htmlBox starts here */

 #htmlBox {
	position: absolute;
 	width: 9.81em;
 	height: auto;
 	top: 23em;
 	left: 38em; 
 	z-index: 1;
}

.htmlcnt {
	font: 0.75em verdana, geneva, arial, sans-serif;
	 
}

p {
	font: 0.69em verdana, geneva, arial, sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.8em;
}

-->
