html	{
	background-color: #FF9900;	/* FF9900 */
	color: #000;

	background-image: url(Ecke-Unten-Rechts-s.png);
	background-repeat: no-repeat;
	background-position: right bottom;

	/* Die folgenden beiden Einstellungen verhindern, dass die Ecke
	 * unten rechts zu dicht am Text liegt.
	 */
	padding-bottom: 5%;
	padding-right: 2.5%;
}

body {
	margin: 0px;
	padding-left: 50px;
	padding-right: 50px;
	background-image: url(Ecke-Oben-Links-s.png);
	background-repeat: no-repeat;
	background-position: top left;
}

h1 {
	margin-left: 160px;
}

.item {
	padding: 0.25em 1em;
	margin: 0.5em 0;
	background: url(../news/personal/css/img/border.png) repeat-y white;
	color: inherit;
}

#nav	{
	top: 0px; left: 0px;
	width: 25%;
	margin-right: 1px;
	margin-bottom: 50px;
	float: left;
}

#copyright {
	margin-top: 3em;
	margin-bottom: -50px;
	right: 175px;
	text-align: center;
}

/***	Links	***/
a:link {
	color: #600;
	text-decoration: underline;
	background-color: inherit;
}

a:visited {
	color: #300;
	text-decoration: underline;
	background-color: inherit;
}

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