body {
	font-family: "Courier New", Courier, monospace;
	background-image : url(mango.jpg);
	background-color : #FDF2D0;
	background-position: 5em 1em;
	background-repeat: no-repeat;
}

#links {
	position : absolute;
	left : 360px;
	margin-left : 5em;
	top : 4.5em;
}

#switch {
	position : absolute;
	top : 0.5em;
	left : 2em;
}

#bemerkung {
	position : absolute;
	bottom : 1em;
	left : 1em;
	height : 1em;
	padding : 0.2em;
	border : 1px solid #000000;
}

a {
	display : block;
	margin : 1em 1em 1em 1em;
	text-decoration : none;
	color : #000000;
}

a:visited {
	color : #A22B17;
}

a:active {
}

a:hover {
	color : #E25632;
}