body
	{
	margin: 0;
	padding: 0;	
	background-image: url(pics/startseite-sprachauswahl.jpg);	
	background-position: center;
	background-repeat: no-repeat;	
	}

a:link
	{ 
	text-decoration:none;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: rgb(255,255,255);
	}
	
a:visited 
	{
		text-decoration:none;
		font-family: arial;
		font-size: 14px;
		font-weight: bold;
		color: rgb(255,255,255);
	}

a:hover 
	{
		text-decoration:none;
		font-family: arial;
		font-size: 14px;
		font-weight: bold;
		color: rgb(255,255,255);
	}

a:active
	{
		text-decoration:none;
		font-family: arial;
		font-size: 14px;
		font-weight: bold;
		color: rgb(255,255,255);
	}
