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

*{
	padding:0;
	margin:0;
	border:0;
}

body {
  background-image:url(Bilder/start1bg.jpg);
  background-repeat:no-repeat;
  background-position:50% 0;
  background-attachmentll:fixed;
  background-color:#ccc;
  height:100%;
  text-align:center;
 }

.globaletabelle {
	width:955px;
	margin-left:auto;
	margin-right:auto;
	}
	
.kleinertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
}

/* ----------------------------------------------------  Links ------------------------- */

a.kleinerlink {
	font-family:Arial, Helvetica, sans-serif;
	size:10px;
	color:#666666;
	text-decoration:none;
}

#top-news {
	position:relative;
	top:25px;
	left:0px;
	width:950px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
}
a {
	color:#FFFFFF;
	}