/*  Layout der HTML-Seite  */
	body {
		background-color: #FFF5C5;
		margin: 0;
		text-align: left;
		font-size: 100.01%;
		font-family: Helvetica,Arial,Sans-Serif;
		font-color: #000000;
	}

/*  Splash Hintergrund  */
	div#splash {
		background: url(../img/splash/bg_line.gif) repeat-x left 19px;
		position: absolute;
		margin-left: auto;
		margin-right: auto;
		margin-top: -45px;
		top: 50%;
		width: 100%;
		height: 125px;
	}

/*  Splash Text  */
	div#splashtext {

		position: absolute;
		margin-top: -14px;
		margin-left: -130px;
		top: 50%;
		left: 50%;
		text-align: center;
		font-size: 12px;
		height: 125px;
	}

/*  Splash Text  */
	div#splashlogo {
		background-image: url(../img/splash/splash_logo.gif);
		position: absolute;
		margin-left: auto;
		margin-right: auto;
		margin-top: -60px;
		margin-left: -250px;
		width: 109px;
		height: 125px;
		top: 61px;
		left: 50%;
	}


	A {
		COLOR: #000000; TEXT-DECORATION: none;
	}
	A:active {
		COLOR: #000000; TEXT-DECORATION: underline;
	}
	A:hover {
		COLOR: #000000; TEXT-DECORATION: underline;
	}