@charset "utf-8";

body {
	background:#003d2a;
	margin:0;
	padding:0;
}

Div#all {
	width:650px;
	background-color:#f8f9f2;
	margin-right:auto;
	margin-left:auto;
	background-position:center;
	height:auto;
	padding-top:1px;
	padding-bottom:1px;
	margin-top:10px;
}

Div#logo {
	background-image:url(img/logo.jpg);
	background-repeat:no-repeat;
	width:632px;
	height:190px;
	margin-right:auto;
	margin-left:auto;
	margin-top:9px;
}

Div#meny {
	width:632px;
	height:39px;
	margin-top:1px;
	margin-right:auto;
	margin-left:auto;
}

Div#rubrik {
	font-family:"Times New Roman", Times, serif;
	font-size:41px;
	color:#74a031;
	margin-left:9px;
	margin-top:3px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#578640;
	height:47px;
	width:429px;
}

Div#content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:9px;
	margin-top:20px;
	width:440px;
	border-right-width:2px;
	border-right-style:dotted;
	border-right-color:#dfe0d9;
}

Div#lankar {
	float:right;
	margin-right:40px;
	width:150px;
}

Div#footer {
	background-image:url(img/footer.gif);
	background-repeat:no-repeat;
	width:641px;
	height:146px;
	padding-bottom:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#8D8D8D;
	margin-left:9px;
}

.Menytext {
	font-family:"Times New Roman", Times, serif;
	font-size:21px;
	margin-top:9px;
	position:absolute;
	height:35px;
	text-align:center;
}

a:link {
	color:#b9d09f;
	text-decoration: none;	
}

a:visited {
	color:#aad07f;
	text-decoration: none;
}

a:hover {
	color:#b9d09f;
	text-decoration: none;
}

a:active {
	color:#aad07f;
	text-decoration: none;
}

#schema {
	border-color:#000000;
	height:300px;
	border-style:solid;
	border-collapse:collapse;
	color:#000000;
}

.underrubrik {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #00771B;
	font-variant: small-caps;
	font-weight: bold;
}

ul#lista {
	list-style-type: disc
}

.schema-text {
	font-size: 9px;
	font-weight: bold;
}