body {
margin:0 auto;
height:100%;
padding:0;
/*färgen nedan visas allra längst ut till höger och vänster på bakgrunden. Bildfilen är en liten tonad gif som repeterar.*/
background:#D8CB9F url('img/bg_blue.gif') repeat-y top center;         
color:#3a3a3a; font-style:normal; font-variant:normal; font-weight:normal; font-size:76%; font-family:Verdana, Tahoma, Arial, sans-serif;
}

#wrap {

/*Används denna nu? Kolla.*/
margin:0 auto;
padding:1px 5px;
width:760px;

}

/***** Header - stora loggan överst.*****/

#header {
color:#5D3814;
background:#ffffff url('img/toppbilden.jpg') no-repeat bottom left;
height:120px;
padding:0; margin-left:0; margin-right:0; margin-top:0; margin-bottom:10px
}

/* Huvudinnehåll, första mariginalen är höjden, den andra är höger, tredje den mellan sidfot och undre text, sista vänster.  */

#content {
margin:30px 160px 100px 140px;
padding:0;
line-height:1.5em;
text-align:left;

}

#content h2 {
font-size:1.8em;
letter-spacing:-1px;
font-weight:normal;
margin:8px 0 10px 0;
padding:0;
}

#content h3 {
font-size:1.5em;
font-weight:normal;
margin:6px 0 6px 0;
padding:0;
}

#content img {
padding:1px;
display:inline;
background:#505050;
color:#ffffff;
border:1px solid #ffffff;
}

#content a {
font-weight:bold;
}

#content ul, #content ol {
margin:0 0 16px 20px;
padding:0;
}

#content ul ul, #content ol ol {
margin:2px 0 2px 20px;
}

#content li {
margin:0 0 2px 10px;
padding:0 0 0 4px;
}


/* Dessa nedan används i huvudutrymmet på sidan.*/

a {
text-decoration:underline;
color:#AE1717;
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#303030;
background-color:inherit;
}

a img {
border:0px none;
}

p {
margin:0 0 16px 0;
font-size:0.95em;
font-weight:normal;
}

/* Blandade klasser */

.leftimage {
float: left;
margin-right: 10px;
border: 1px solid #000000;

}

.left {
margin:10px 10px 5px 0;
float:left;
}

.right {
margin:10px 0 5px 10px;
float:right;
}

.textright {
text-align:right;
margin:-10px 0 4px 0;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.large {
font-size:1.3em;
}

.bold {
font-weight:bold;
}

.highlighted {
padding:3px;
background-color:#f0f0f0;
color:#303030;
border:1px solid #b0b0b0;
}

.hide {
display:none;
}
/* container centrerar sidan */
	#container {
		width: 760px;
		min-height: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		
}	

/* coreleft innehåller den vänstra delen av sidan. Inklusive menyn. */
	#coreleft {
		width: 100px;
		height: auto;
		background: inherit;
		float: left;
	}
	
/* coreright innehåller den högra delen av sidan */
#coreright {
	float:right;
	width:130px;
	height: auto;
	margin:20px 0px 10px 0;
	padding:0;
	background: inherit;
	font-size:0.95em;
	}

#coreright img {
	padding:1px;
	display:inline;
	background:#ffffff;
	border:1px solid #8F8686;
}

#coreright p {
margin:0 0 1.5em 0;
line-height:1.3em;
padding:0;
}

#coreright a {
font-weight:bold;
}

#coreright h3 {
font-size:1.6em;
font-weight:normal;
margin:0 0 6px 0;
;
letter-spacing:-1px;
}
	
		
/* Sidfoten */

#footer {
clear:both;
margin:0 auto;
padding:8px 0;
border-top:2px solid #dadada;
width:760px;
text-align:center;
color:#808080;
background-color: inherit;
font-size:0.9em;
}

#footer p {
	padding:0;
	margin:0;
}

/* Det här är den gällande menyformateringen. Används till huvudmenyn. */

ul#menu {
  width: 100px;
  list-style-type: none;
  border-top: solid 1px #b9a894;
  background:inherit;
  margin: 20px 0 0 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
	font-family: verdana, sans-serif;
	font-size: 0.90 em;
	color: #785a3c;
}

ul#menu li {
	border-bottom: solid 1px #b9a894;
	line-height: 15px;
}

ul#menu ol li {
	border-bottom: none;
}

ul#menu ol li:before {
	content: "-";
}

/* Vänster menys formatering. */
ul#menu a {
	font-weight:bold;
	height:20px;
	text-decoration:underline;
	color:#AE1717;
	display:block;
	background: inherit;
	border-top:1px solid inherit;
	border-right:1px solid inherit;
	border-bottom:1px solid inherit;
	border-left:0px solid #cccccc; padding-left:10px; padding-right:0; padding-top:6px; padding-bottom:0
}

ul#menu a:hover {
	background:#inherit;
	color:#303030;
	border-top:1px solid inherit;
	border-right:1px solid inherit;
	border-bottom:1px solid inherit;
	border-left:0px solid #cccccc
}

ul#menu a:active {
  color: #303030;
  text-decoration:none;
  
 }

