@charset "utf-8";
body {
	

	background-color: purple;
	background-image: url(../img/bg.jpg);
	color: white;
	/* font-family: "Lato", sans-serif; */
	
	/* unvisited link */
	a:link, visited {
	color: white;
	text-decoration: none;
	font-family: "Lato", sans-serif;
	padding: 10px 10px 10px 10px;
	background-color: gray;
	border: 1px solid black;
	border-radius: 10px;
	}

	/* visited link */
	a:visited {
	color: white;
	text-decoration: none;
	font-family: "Lato", sans-serif;
	}

	/* mouse over link */
	a:hover {
	color: black;
	background-color: white;
	text-decoration: none;
	font-family: "Lato", sans-serif;
	}

	/* selected link */
	a:active {
	color: hotpink;
	text-decoration: none;
	font-family: "Lato", sans-serif;
	}
.tecken1 {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.tecken2 {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.tecken3 {
  font-family: "Lato", sans-serif;
  font-weight: 667;
  font-style: normal;
}


#sylt { 
	font-style: italic;
	fort-weight: 800;
}

#syltfot {
	font-family: impact;
	font-size: 30xp;
	font-style: bolder;
	
}

.boxen {
	width: 100%;
	border: 2px dashed black;
	background-color: black;
	padding: 20px;
	margin: auto;
}
.boxen2 {
	width: 60%;
	Border: black;
	background-color: black;
	padding: 10px;
	margin: auto;
}


.main {
	width:80%;
	margin:auto;
	background-color: gray;
	
}

.active {
	background-color: black;
	
}