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

body {
	color: black;
	background-color: white;
	
	margin-bottom: 100px;
	
	font-family: "Minion Pro", Minion, "Times New Roman", Times;
	font-size: 14px;
	line-height: 1.4em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

a {
	color: black;
	text-decoration: none;
	border-bottom: solid 1px black;
}

ul {
	list-style: none;
}
ul li {
	display: inline;
}

.container {
	width: 600px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.sprachen {
	text-align: right;
	margin-top: 10px;
}

h1 {
	font-size: 1.6em;
	font-style: italic;
	margin-bottom: 1em;
}

.klein {
	font-size: 0.8em;
	line-height: 1.3em;
}

.fett {
	font-weight: bold;
}

.kursiv {
	font-style: italic;
}

.sp150 {
	width: inherit;
	height: 150px;
}
.sp200 {
	width: inherit;
	height: 200px;
}

img.kurou {
	margin-top: 50px;
}

img.yoart {
	float: right;
	margin-left: 30px;
	margin-bottom: 50px;
}