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


body {
	background-color: #a9a9a0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-left: 0px;
	margin-top: 0px;
}

#wrapper {
	background-image: url(img/impressum.jpg);
	background-repeat:no-repeat;
	background-position: top;
	height: 378px;
	width: 400px;
}

#inhalt {
	float: right;
	height: 300px;
	position: relative;
	top: 25px;
	width: 200px;
}

.dick {
	font-weight: bold;
}

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

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


a:hover {
	color:#333;
	text-decoration:underline;
}

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

