@charset "UTF-8";
body {
	background-color: #1a1a1a;
	background-image: url(img/hintergrund.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	font-weight: bold;

}
#logo {
}
#basis {
	text-align: center;
	position: absolute;
	top: 100px;
	width: 100%;
}
#widget {
}
#text {
	top: -40px;
	position: relative;
}
#links {
	font-size: 12px;
	position: relative;
	top: 0px;
}
a {
	color:#666666;
	text-decoration:underline;
}
a:hover{
	color:#c10065;
}

