@charset "utf-8";
/* CSS Document */

body {background-color: Black;}	
	
	body, a {
		font-family: "Press Start 2P";
		color: white;
		text-decoration: none;
	}

	#descriptions { 
		position: fixed;
		top: 625px;
		left: 200px;
	}


	#link {
    position: fixed;
    top: 110px;
    left: 500px;
	}

	#border2 { 
		position: fixed;
		top: 100px;
		left: 200px;
		z-index: 2;
		
		border: 5px solid white;
		
		width: 800px;
		height: 500px;
	}
	
	#border3 {
		position: fixed;
		top: 620px;
		left: 200px;
		z-index: 2;
		
		border: 5px solid white;
		padding-top: 5px;
		padding-left: 11px;
		
		width: 800px;
		height: 150px; 
	}

	#border4 {
		position: fixed;
		left: 490px;
		z-index: 3;
		
		border: 1px solid white;
		
		width: 481px;
		height: 481px;
	}

	#border_faces {
		position: fixed;
		left: 490px;
		z-index: 3;
		
		border: 1px solid white;
		
		width: 481px;
		height: 481px;
	}



	body {
		font-size: 12px;
		color: ghostwhite;
		text-align: left;
		text-decoration: none;
	}


	.div_startknap {
		position: fixed;
		top: 610px;
		left: 880px;
		margin: 10px;
		width: 150px;
		background-color: none;
	}


	.div_knapper {
		position: fixed;
		top: 90px;
		left: 15px; 
		text-align: center;	
	}	

	.knap {
		padding: 10px 10px;
		text-align: center;	
		margin: 10px;
		width:150px;
		background-color: indigo;
	}

	.knap_valgt {
		padding: 10px 10px;
		text-align: center;	
		margin: 10px;
		width:150px;
		background-color: red;
	}

	.knap:hover {
		background-color: blue;
	}

	.knap > a, .knap_valgt > a {
		font-family: "Press Start 2P";
		color: white;
	}







	.div_knapper_lost {
		position: fixed;
		top: 625px;
		left: 190px; 
		text-align: center;	
	}

	.knap_lost {
		padding: none;
		text-align: center;	
		margin: 10px;
		width: 100px;
		background-color: none;
	}

	#border_when {
		position: fixed;
		left: 200px;
		top: 610px;
		width: 240;
		height: 230;
	}

	#border_where {
		position: fixed;
		left: 490px;
		top: 610px;
	}

	#border_what {
		position: fixed;
		left: 610px;
		top: 610px;
	}

	#border_projects {
		position: fixed;
		left: 200px;
		top: 610px;
	}


	.div_knapper_characters {
		position: fixed;
		top: 90px;
		left: 1005px; 
		text-align: center;	
	}

	.knap_characters {
		padding: 10px 10px;
		text-align: center;	
		margin: 10px;
		width: 172px;
		background-color: deeppink;
	}

	.knap_characters_valgt {
		padding: 10px 10px;
		text-align: center;	
		margin: 10px;
		width: 172px;
		background-color: red;
	}

	.knap_characters:hover {
		background-color: blue;
	}
/*

	.knap_characters > a, .knap_characters_valgt > a {
		font-family: "Press Start 2P";
		color: white;
	}

*/
	