* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ededed;
	background-image: url(Bilder/temp_01.jpg);
	background-repeat: repeat-x;
	color: #000000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #d64650;
	text-decoration: underline;
	text-indent: 5px;
}
