#sfWebDebug { display: none; }


#content_container {
	background:	left top url(/images/en_background_start.jpg) no-repeat;
}

h1 {
	visibility: hidden;
	}

p {
	visibility: hidden;
}

a#start_button {
	text-indent: -19999px;
	display: block;
	width: 162px;
	height: 96px;
	background: url(/images/start_button.gif) 0 0 no-repeat;
	position: absolute;
	top: 353px;
	left: 666px;
	}
	
/* SPRACHAUSWAHL */

#language_selection {
	display: block;
	position: absolute;
	top: 18px;
	right: 0px;
	border: 1px solid #d0d0d0;
	z-index: 100;
	background:white;
	width: 170px;
	}

#language_selection ul {
	list-style-type: none;
	display: block;
	}
	
#language_selection ul li {
	display: block;
	}
	
#language_selection ul li a {
	display: block;
	padding: 3px 12px;
	width: 146px;
	font-size: 12px;
	color: #646365;
	text-decoration: none;
	}
	
#language_selection ul li a:hover {
	background: #d0d0d0;
	}

ul#language_select {
	position: absolute;
	top: 3px;
	right: 0px;
	list-style-type: none;
	display: block;
	}
	
ul#language_select li {
	display: block;
	width: 100px;
	height: 15px;
	}
	
ul#language_select li a {
	font-size: 10px;
	color: #646365;
	text-decoration: none;
	display: block;
	width: 90px;
	height: 15px;
	background: url(/images/bg_language_select.gif) right top no-repeat;
	}
	
ul#language_select li a:hover {
	text-decoration: underline;
	}
	
ul#navi li.l_welcome {
	font-weight: bold;
	}
