/* Star Trek Lives - Style Sheet - Index */

/* Formatierung Body */
body {
	margin:			0mm 0mm 0mm 0mm;
	background-color:	#FFFFFF;
	background-image:	url(../images/stl_back_10th.png);
	background-repeat:	repeat-x;
	}

/* Formatierung Links */
a:active 	{ text-decoration: none; color: #3300cc; }
a:link 		{ text-decoration: none; color: #0099ff; }
a:visited 	{ text-decoration: none; color: #0099ff; }
a:hover 		{ text-decoration: none; color: #0066cc; }

/* Formatierung Layer */
#logo {  position  : absolute;
           top     : 169px;
           left    : 300px;
           background-color : #FFFFFF;
           z-index : 3; }

#stat {  position  : absolute;
           top     : 501px;
           left    : 5px;
           width   : 10px;
           background-color : #202020;
           z-index : 6; }
