body {background-color: white; }

.lomake	{ 
	font-family: arial;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	}

p {
	font-family: arial;
	text-align: center;
	font-size: 0.8em;
	}



h3 { font-family: arial;
	margin-top: 3em;
	}
	
h4	{margin-bottom: 0.1em;}	
	
	
h5	{margin-bottom: 0.5em;
	margin-top: 0.1em;
	}
	
h6 {margin-top: 0px;
	font-family: arial;
	font-size: 0.7em;
	text-align: left;
	}

img {margin-top: 2%;
     margin-bottom: 1em;}

.logo {
	margin-top: 4%;
	text-align: center;
	}

	
.content {
	font-family: arial;
	background-color: white;
	position: absolute;
	top: 1%;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	height: 87%;
	overflow: auto;
	}

.content2 {
	font-family: arial;
	background-color: white;
	text-align: center;
	width: 100%;
	height: 87%;
	overflow: auto;
	}

.box {
	position: relative;
	margin-right: 10%
	margin-left: 10%;
	width: 40%;
	margin-top: 1em;
	text-align: left;
	}
	
.info {
	text-align: center;
	position: relative;
	top: 20%;
	}
	
.navi {
	font-family: arial;
	background-color: white;
	font-size: 200%;
	font-weight: bold;
	letter-spacing: 0.2em;
	word-spacing: 0.5em;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	position: absolute;
	height: 1em;
	bottom: 5px;

	}
	
	
a	{
	text-decoration: none;
	color: black;
	}	

	
a:hover {
	color: lightgrey;
	}


	
.aktive {
	color: grey;
	}

