/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}

div, p, span {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #8d8b8b;
}

a {
	color: #3a414e;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

#container {
	margin: 0 auto;
	width: 880px;
	background: url(bg.jpg) 240px 40px  no-repeat;
}

#links {
	text-align: right;
	width: 216px;
	float: left;
	margin-top: 100px;
	height: 415px;
}

#rechts {
	width: 230px;
	float: right;
	margin-top: 100px;
}

#fotograf {
	/*margin-top: 185px;*/
	font-size: 10px;
	width: 111px;
	text-align: right;
	margin-left: 510px;

}

#untertitel {
	text-align: center;
	margin-top: 20px;
}
