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

body {
	background-attachment: fixed;
	background-image: url(gfx/main.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
a, a:visited {
	color: #030;
}

#impressum {
	height: 250px;
	width: 500px;
	position: fixed;
	left: 250px;
	top: 400px;
	font-size: 10px;
}
