html, body {
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: center;
	text-valign: top;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	background-image: none;
	background: url(../images/bg_startseite.gif) repeat-x center center;
}

#body {
	display: block;
	width: 857px;
	height: 470px;
	text-align: center;
}


#body-images {
	position: relative;
	top: 48px;
	*top: 49px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}


#body-welcome {
	position: relative;
	top: 140px;	
}

#body-language {
	text-align: center;
	position: relative;
	top: 188px;	
	width: 857px;
	height: 75px;
	background: url(../images/image_startseite_language.gif) no-repeat center top;

}


#body-language .body-language-item {
	display: block;
	float: left;
	width: 200px;
	text-align: center;
	position: relative;
	left: 367px;
	top: 50px;
}

#body-language .body-language-item-no, 
#body-language .body-language-item-act{ 
	display: block;
	float: left;
	color: #9D9FA2;
}

#body-language .body-language-item-no a, 
#body-language .body-language-item-act a{ 
	display: block;
	float: left;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #9D9FA2;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

#body-language .body-language-item-no a:hover,
#body-language .body-language-item-act a:hover {
	color: #AA113F;
}

#body-language li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
