@charset "utf-8";

body {
	margin: 0px
	}
		
		.tecken1 {
		font-family: "Oswald", sans-serif;
		font-optical-sizing: auto;
		font-weight: 700;
		font-style: normal;
		}

		.tecken2 {
			font-family: "Lato", sans-serif;
			font-weight: 600;
			font-style: normal;
			}
		
		 p {
			font-family: "Lato", sans-serif;
			font-weight: 400;
			font-style: normal;
			}
		.rubikmonoone {
		font-family: "Rubik Mono One", monospace;
		font-weight: 800;
		font-style: normal;
		}

	h3 {
			font-family: "Lato", sans-serif;
			font-weight: 600;
			font-style: normal;
			}
		 p {
			font-family: "Lato", sans-serif;
			font-weight: 400;
			font-style: normal;
			}

		/* unvisited link */
		a:link,:visited {
		color: white;
		text-decoration: none;
		font-family: "Rubik Mono One", sans-serif;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 8px;
		padding-right: 8px;
		background-color: black;
		border: 1px solid-black;
		margin: 4px;
		border-radius: 4px;
		}

		/* visited link 
		a:visited {
		color: 000000;
		text-decoration: none;
		font-family: "Lato", sans-serif;
		}
*/
		/* mouse over link */
		a:hover {
		color: black;
		text-decoration: none;
		font-family: "Rubik Mono One", sans-serif;
		background-color: white;
		border: 1px solid black;
		}

		/* selected link */
		a:active {
		background-color: #aaaaaa;
		color: white;
		text-decoration: none;
		font-family: "Rubik Mono One", sans-serif;
		}
		#sylt {
			font-style: italic;
			font-weight: 800;
		}
		#syltfot {
			font-family: impact;
			font-size: 30px;
			font-style:bolder;
		}
		.active {
			background-color: #a0a0a0;
			color:black;
		}
		.boxenheader {
			width:100%;
			border: 3px solid black;
			background-color: #aaaaaa;
			padding: 16px;
			margin: auto;
			text-align: center;
		}
		.boxen {
			width:85%;
			border: 1px solid black;
			background-color: #6b8e23;
			padding: 16px;
			margin: auto;
			text-align: left;
			margin-top: 20px;
		}
		.basicboxen {
			width:85%;
			border: 1px solid black;
			background-color: #aaaaaa;
			padding: 16px;
			margin: auto;
			text-align: left;
			margin-top: 20px;
		}
		.main{
			width:80%; 
			margin: auto;
			background-color: gray;
			padding-left: 4px;
			padding-right: 4px;
			border-radius: 6px;
			margin-top: 16px;
			text-align: center;
		}