/* CSS Document */



body {
	margin:0 auto 0 auto;
	width:978px;
	background: #ddffdd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}



#wrapper {
	float:left;
	width: 760px;
	margin: 10px 10px 10px 10px;
	background: #fff;
}



#footer {
	float: center;
	width: 100%;
	text-align:center;
	background: #336699 top left repeat-x;
	border: 0;
	margin: 5px 0 0 0;
	font-weight: normal;
	
}

/*---------------- meny ------------*/

DIV#menu {
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	min-height:1.5em;
	padding: 0;
	border-bottom: 1px solid #111;

}

ul {
	Padding:0 0 5px 6px;
	margin:0;
}

li {
	font-size:1.33em;
	padding: 2px 10px 0 6px;
	list-style:none;
	float: left;
	text-decoration:none;

}

li a {
	text-decoration:none;
	color: #111;
}

li a:hover {
	text-decoration:underline;
	color:#226622;
}


.header, h1 {
	font-size:1.66em;
	font-weight: normal;
	width:90%;
	display:block;
	color:#224411;
	margin: 10px 10px 10px 10px;
}

h2 {
	font-size:1.4em;
	font-weight: normal;
	color:#224411;	
	margin: 10px 10px 10px 10px;
}

p 	{
	margin: 10px 10px 10px 10px;
}

copyright {
	font-size:0.8em;
	font-weight: normal;
	color:#ddffdd;	
}




a {
	text-decoration:none;
	color: #226622;
}

a:hover {
	text-decoration:underline;
	color: #228811;
}

