.loggo {
	position:fixed;
	left:11px;
	top:43px;
	}
.smaltext {
	padding-left:50px;
	padding-right:50px;
	}
.supersmaltext {
	/*border:#000000 solid thin;*/
	padding:5px;
	padding-top:0px;
	margin-left:200px;
	margin-right:200px;
	}

.sistaslagettext{
	background:#424242;
	width:400px;
	position:absolute;
	right:426px;
	top: 4124px;
	}
.sistaslaget {
	background-image:url(bilder/bjorneborgare.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:586px;
	width:610px;
	}

body {
	background:url(bilder/backdrop.png) fixed #cccccc;
	background-repeat:no-repeat;
	background-position:bottom right;
	}

.knight {
	position:fixed;
	right:0px;
	bottom:50%;
	margin-bottom:-250px;
	z-index:3;
		}



.bottom {
	position:fixed;
	left:11px;
	bottom:50px;
	z-index:12;
	}


.fihlogga {
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:12;
	}
	
img {
	border-style:none;
	}
a:link {
	color:#006600;
	border-style:none;
	}
a:active {
	color:#006600;
	border-style:none;
	}

a:visited {
	color:#006600;
	border-style:none;
	}
a:hover {
	color:#999933;
	border-style:none;
	}


.fihlogga:hover {
	border:0px solid #000000;
	}
img:link {
	color:#006600;
	border-style:none;
	}
img:active {
	color:#006600;
	border-style:none;
	}

img:visited {
	color:#006600;
	border-style:none;
	}

.meny {
	position:fixed;
	left:75px;
	top:123px;
	/* top:50%;
	margin-top:-147px; */
	}
.backpop {
	position:fixed;
	top:0px;
	left:0px;
	z-index:2;
	}

.menybox {
	background:#cccccc;
	z-index:10;
	position:fixed;
	left:10px;
	top:50px;
	bottom:50px;
	width:212px;
	border-top:thin #000000 solid;
	border-bottom:thin #000000 solid;
	border-top:2px solid #000000;
	border-bottom:2px solid #000000;
	border-left:2px solid #000000;
	}
.list {
	padding-left:35px;
	}

.textbox {
	overflow:auto;
	text-align:justify;
	border:thin #000000 groove;
	z-index:10;
	position:fixed;
	padding:5px;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	width:650px;
	left:222px;
	top:50px;
	bottom:50px;
	background:#FFFFFF;
	border-top:2px solid #000000;
	border-bottom:2px solid #000000;
	border-right:2px solid #000000;
	}

.alert {
    padding: 20px;
    background-color: #834B93;
    color: white;
	text-align: center;
	font-weight: bolder;
	text-transform: uppercase;
	font-size: 100% !important;
	font-family: Poppins, Public Sans, Arial;
}

.alert a {
	color: #ffffff !important;
	text-decoration: underline;
	font-size: 100% !important;
	font-family: Poppins, Public Sans, Arial;
}

.alert a:hover {
    color: black !important;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}