@charset "utf-8";
/* CSS Document */

body {
	background-color:#f5efdf;
}
a:link {
	font-size:x-large;
	text-align:center;
  	text-decoration: none;
	border:0;
  	color: #fff;
  }

a:visited {
  	color: #fff;
  }

a:focus {
 	 color: #fff;
  }

a:hover {
 	 color:#000;
  }

a:active {
 	 color: #fff;
  }

#background {
	background-color:#f5efdf;
	background-image:url(../bilddaten/index.jpg);
	position:absolute;
	z-index:-1;
	width:1021px;
	height:700px;
	left:50%;
	top:50%;
	margin-left:-511px;
	margin-top:-350px;
}

#flagge_de {
	background-color:#f5efdf;
	position:absolute;
	z-index:1;
	width:160px;
	height:68px;
	left:50px;
	top:510px;
}
#flagge_en {
	background-color:#f5efdf;
	position:absolute;
	z-index:1;
	width:198px;
	heigh:102px;
	left:775px;
	top:513px;
}
