@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	font-family: "Lucida Grande", Calibri, "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 1.3em;
	line-height: 110%;
}

body {
	text-align: center;
	background: #E6DEC3;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}


#bild {
	position: absolute;
	width: 180px;
	right: 50px;
	bottom: 100px;
	clear: right;
}

#wrapper {
	z-index: 1;
	background-image: url(../images/center.jpg);
	background-repeat: repeat-y;
	/*background-color: white;*/
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
}

#text {
	margin-top: 10px;
	margin-left: 50px;
	float: left;
	width: 410px;
	height: auto;
}

/* start meny som en lista */
#meny {
	width: 150px;
	list-style-type: none;
	float: left;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 30px;
}

#meny li {
	margin: 0px;
	list-style-type: none;
	padding: 0;
}

#meny a {
	display: block;
	color: #0d682c;
	text-decoration: none;
	line-height: 2em;
	/* border-bottom: 1px solid #557e3f; */
}

/*
#meny li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}
*/
/* slut på meny */

p {
	margin-top: 0px;
	margin-bottom: 4px;
	padding-top: 0px;
	padding-bottom: 4px;
	font-size: 1.1em;
}

h1 {
	margin-top: 0px;
	font: normal normal 2.8em/110% Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
}

h2 {
	margin-top: 8px;
	font: normal normal 1.8em/110% Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
}

#rightcol p {
	font-size: 0.9em;
	line-height: 120%;
}

.rightimage {
	float: right;
}

#header {
	z-index: 10;
	background-image: url(../images/header1.jpg);
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
	height: 131px;
	width: 870px;
}

#footer {
	background-repeat: no-repeat;
	background-image: url(../images/footer.jpg);
	bottom: 0px;
	clear: both;
	height: 55px;
	width: 870px;
}

#rightcol {
	margin-top: 20px;
	border-left-color: #848d4b;
	border-left-style: dotted;
	border-left-width: 1px;
	padding-left: 5px;
	width: 180px;
	margin-right: 20px;
	float: right;
}

#footer p {
	font-size: 0.6em;
	padding-top: 30px;
	padding-left: 30px;
	color: white;
}

#nav, #nav ul { /* all lists */               
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 9em;
}
	
	#nav li { /* all list items */                    
		border-bottom-color: #557e3f;                                         
		border-bottom-style: dotted;                                         
		border-bottom-width: 1px;                                         
		position : relative;
		float : left;
		line-height : 1.3em;
		margin-bottom : -1px;
		width: 9em;
	}
	
	#nav li ul { /* second-level lists */
		border-color: #e3e2c8;                         
		border-style: dotted;                         
		border-width: 1px;                         
		position : absolute;
		left: -999em;
		margin-left : 9.05em;
		margin-top : -1.35em;
		background-color: #fafafa;
		width: 9em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */                                  
		left: -999em;
	}
	
	#nav li a {
		padding-left: 5px;
		padding-bottom: 4px;
		padding-right: 10px;
		padding-top: 4px;
		line-height: 1.3em;
		width: 9em;
		w\idth : 8em;
		display : block;
		color: #3c7036;
		text-decoration : none;
	}
	
	#nav li a:hover {
		color : white;
		background-color: #848d4b;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	/*
#content {
		margin-left : 12em;
	}
*/
	.arrow {
		background-position: right center;
		background-image: url(../images/arrow.gif);
		background-repeat: no-repeat;
	}

legend {
	margin-left: 20px;
	color: #888;
	font-size: 0.9em;
	background-color: white;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px dotted #888;
}

fieldset ul {
	list-style-type: none;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 2em;
}

fieldset li {
	padding-bottom: 1em;
}

fieldset {
	border: 1px dotted #ccc;
}

label {
	display: block;
}

fieldset input.textfield {
	width: 350px;
}

fieldset textarea {
	height: 60px;
	width: 350px;
}

a {
	border-bottom-color: #557e3f;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-decoration: none;
	color: #5e0a07;
}

h5 {
	font-weight: bold;
	font-size: 1em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.comment {
	line-height: 130%;
	font-size: 0.8em;
}

h6 {
	text-align: right;
	margin-left: 2em;
	margin-bottom: 1.5em;
	font-size: 0.9em;
	font-variant: small-caps;
}