/* TJ-Fotografie lokale Einstellung der Startseite */
/* Achtung! font-size wird in #navigation bereits auf 0.8em gesetzt, deshalb hier mit diesem Ausgangswert als Basis rechnen. */
#aktuell {
	font-size: 0.85em;
/*  	width: 120px; */
	padding: 60px 0px 0px 0px;
	text-align: center;
}
#aktuell img {
	border-top: 2px #505050 solid;
	border-left: 2px #505050 solid;
	border-right: 2px #303030 solid;
	border-bottom: 2px #303030 solid;
}
#aktuell a {
  border: 0px;
	background-color: black;
	padding: 0px;
	text-decoration: none;
}
#aktuell a:hover {
	background-color: black;
	cursor: pointer;
}
#inhalt a {
	text-decoration: none;
}
#inhalt li {
	list-style-type: disc;
}
#inhalt ul {
	padding: 10px 0px 10px 50px;
	float: left;
}
#inhalt p {
	padding: 0px;
}
#copy {
  float: left;
	font-size: 0.7em;
	width: 500px;
	padding: 10px 0px 0px 50px;
}

