@charset "utf-8";
/* CSS Document */

body {
	margin-left: 10%;
	margin-top: 20px;
	margin-right: 10%;
	margin-bottom: 20px;
	background-color: #CCCCCC;
	background-image: url(images/bakgrund.jpg);
}

form {
	background-color: #CCCC99;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #006666;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: normal;
	color: #666666;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #666666;
	line-height: 30px;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-image: url(images/mknapp.jpg);
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000000;
	text-align: center;
	text-decoration: none;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #006633;
	color: #FFFFFF;
}
.underheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	line-height: 24px;
}

