/* Created by TopStyle Pro Trial Version - www.bradsoft.com */
body
	{
		margin: 0px 0px 0px 0px;
		background: Maroon url(../images/TT/SplashTT/SplashHG.jpg) repeat-x;
		
		/*Muss für den Opera drin sein, da sonst die Grafik ein paar Pixel zu tief angezeigt wird*/
		padding: 0px 0px 0px 0px;
	}
	
#splashimage
	{
		background: url(../images/TT/SplashTT/SplashImage.jpg) no-repeat center;
		height: 493px; /* wegen Opera auf 493 statt auf 492 (dies hätte bei den anderen Browsern zur
		                  korrekten Position genügt */
		
	}
	
#start
 	{
 		position: relative;
		top: 322px;
		left: -80px;
		font-family: "Century Gothic", Arial;
 	}
	
#start a
	{
		font-size: 20px;
		color: Black;
		text-decoration: none;
	}
	
#start a:hover
   {
		background-color: #FFFAF0;
		padding: 2px 2px 2px 2px;
		border: 2px groove #FF3333;
   }
	
#forum
	{
		position: relative;
		top: 297px;
		/* left: 5px; */
    left: 30px;
		font-family: "Century Gothic", Arial;		
	}

#forum a
	{
		font-size: 20px;
		color: White;
		text-decoration: none;
	}
	
#forum a:hover
   {
		background-color: Black;
		padding: 2px 2px 2px 2px;
		border: 2px groove #FF3333;
   }