body {
	/*background-image: url(../img/background.jpg);*/
	background-image: url("../img/background.jpg");
	background-color: black;
 	background-repeat: no-repeat;
    background-position: right top;
    background-attachment: fixed;
    color: white;
    font-family: Georgia;
    font-size: 1.5em;
}




.topic {
	text-align: center;

}

.seq {
	text-indent: 2em;
	text-align: justify;

}



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

a:hover {
	color: bisque;
	text-decoration: underline;
}


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

a.white:hover {
	color: white;
	text-decoration: underline;
}



ul {

	list-style-type: none;
	padding-left: 0px;
	/*margin: 0px;*/
	margin-top: 1em;
}

.container {
	padding-top: 30px;
	padding-bottom: 30px;
}

h2 {
	margin-bottom: 20px;
	margin-top: -10px;
}

nav {
	width: 130px;
	height: 120px;
	padding-right: 50px;
}

#welt {
	width: 236px;
	height: 236px;
	margin-left: -70px;
	margin-top: 30px;
}