@charset "utf-8";

* {padding: 0; margin: 0;}


body {
background-image: url(bg.jpg);
background-repeat: repeat-x;
	background-color: #000000;
	border:none;
}

table {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

a{
	text-decoration: none; /* Unterstreichung entfernen */
	outline: none;
	border: none;
}

img {
	border: none;
}

p {
	color: #CFD0D2;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
	