body{background-color: #252525;background-image: none;}

div#container{}

div#intro{
	width: 900px;
	height: 600px;
	background-color: #252525;
	/*background-color: #000000;/* = nero */
	background-image: url(../images/bg_intro.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#intro h1{
	width: 400px;
	height: 140px;
	position: absolute;
	top: 100px;
	left: 250px;
	margin: 0;
	background-color: #222;
	text-align: center;
	color: #FFF;
	z-index: 1;
}
#intro h1 img{margin: 30px 0 0;}
#intro h2{
	width: 480px;
	height: 28px;
	position: absolute;
	top: 180px;
	left: 250px;
	margin: 0;
	background-color: #CCC;
	text-align: center;
	color: #222;
	font-size: 1.25em;
	font-weight: normal;
	line-height: 28px;
	z-index: 2;
}
#intro h2 a{color: #222;}

div#language{
	position: absolute;
	top: 240px;
	left: 650px;
}

#language ul{
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #222;
}
#language li{}
#language li a{
	color: #CCC;
	text-transform: uppercase;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px 0 40px;
}
#language li a:hover{
	color: #999;
	background-image: url(../images/bt_language.gif);
	background-repeat: no-repeat;
	background-position: left top;
}