body {
	background-color: lightred;
	}

#slideshow {
	margin: auto;
	position: relative;
	width: 100%;
	height: 200px;
	padding: 0px;
	z-index: 20;
}

#slideshow> div {
	position: absolute;
	top: 5px;
	left: 1px;
	right: 1px;
	bottom: 10px;
}

#navi {
	margin: -3% 1% 1% 1%;
	position: relative;
}

#navi> div {
	position: relative;
	float: left;
	width: 90%;
	height: 15px;
	border-radius: 2em;
	margin: 1.5%;
	padding: 1%;
	background-color: navy;
	top: 1px;
	left: 3%;
	right: 0;
	bottom: 1px;
	z-index: 30;
}

#linkit> div {
	float: left;
	width: 20%;
	z-index: 31;
}

h1 {
	margin: -0.1% 0 0 30%;
	font-size: 120%;
	color: lightcyan;
}

#content {
	position: relative;
	margin: 4.2% 0 0 0;
	z-index: 10;
}

#teksti {
	position: relative;
	float: left;
	background-color: lightgray;
	width: 50%;
	margin: 0 0 0 25%;
	padding: 1.5% 0 0 1%;
	z-index: 11;
}

#teksti> h1 {
	position: relative;
	margin: -3% 1% 0.1% 0.1%;
	color: black;
}

#lower {
	text-align: right;
}
