* 
{ 
}

body, html {
	margin: 0;
	padding: 0;
	color: #000; 
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;	
	text-align: center; /*** Centers the design in old IE versions ***/
	height: 100%;
}

body {
	margin: 0;
	background: #FCFCFC;	
}

p {
	padding: 7px 0;
	margin: 0;
}


a {
	color: #973446;
}

a:hover{
	color: #000000;
	text-decoration: none;
}



	h1 { 
		font-family: Arial, Helvetica, sans-serif;
		font-size:2.8em; 
		color: #973446;
		margin:0 0 0.4em 0;
		line-height: 1.1em;
		font-weight:500;
	}

	h2 { 
		font-family: Arial, Helvetica, sans-serif;
		font-size:2.6em; 
		line-height: 1.1em;
		color:#973446; 
		margin:0 0 0.4em 0;
		font-weight:500;
	}

	h3 { 
		font-family: Arial, Helvetica, sans-serif;
		font-size:2.3em; 
		color:#973446; 
		line-height: 1.1em;
		margin:0 0 0.3em 0;
		font-weight:500;
	}

	h4 { 
		font-family: Arial, Helvetica, sans-serif;
		font-size:2.0em; 
		color:#973446; 
		line-height: 1.1em;
		margin:0 0 0.3em 0;
		font-weight:500;
	}

	h5 { 
		font-family: Arial, Helvetica, sans-serif;
		font-size:1.6em; 
		color:#973446; 
		line-height: 1.1em;
		margin:0 0 0.2em 0; 
		font-weight:500
	}

	h6 { 
		font-family: Arial, Helvetica, sans-serif;
		font-size:1.1em; 
		line-height: 1.2em;
		color:#973446; 
		margin:0 0 0.2em 0;
		font-weight:500;
	}



a img {
	border: 0;
	border-color: #000;	
}

.clear { 
	clear: both; 
}

#mainContainer {
	margin: 0 auto;
	padding: 0;
	min-height: 500px;
	background: #fff;
	text-align: left;
}


#content_top {
	margin-top: 6px;	
}

#contentWrapper {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 960px;
}

* html #mainContainer {
  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}

#siteWrapper {
	background-color: #ddd;
}

#siteBackground {
	height: 1121px;
	background: url(/Images/Background.jpg) repeat-x;
	margin: 0 auto;
}

/**************************
	HEADER
**************************/

#header {
	margin: 0 auto;
	padding: 0;
	clear: both;
	height: 137px;
	width: 960px;
	background: url(/Images/Top.jpg) no-repeat;
}

#headerSwe {
	margin: 0 auto;
	padding: 0;
	clear: both;
	height: 137px;
	width: 960px;
	background: url(/Images/TopSwe.jpg) no-repeat;
}


#logo {
	width: 830px;
   	height: 137px;
	background: url(/Images/transparent.png) no-repeat;
	float: left;
}

#fblogo {
	width: 28px; 
	margin-top: 105px;
	float: left;
}

.fb_edge_widget_with_comment {
    margin-top: 112px;
	float: left;
}

.fb_iframe_widget,
.fb_iframe_widget span
{width: 40px !important; float: left; } 

#headerplaceholder {
	background: #fcfcfc;
	text-align: center;
}

#header img {
	margin: 0;
	padding: 0;
	border: 0;
	display: inline-block;
	clear: both;
}

#header a {
	border: 0;
	margin: 0;
	padding: 0;	
}

#topMenu {
	margin: 0 auto;
	padding: 0;
	z-index: 8000;
	clear: both;
	/*text-align: center;*/
	width: 960px;
	height: 51px;
	background: url(/Images/menu_bg.jpg) no-repeat;
}

#topMenuPlaceholder {
	background: #fcfcfc;
}

#Layout_Languages {
	padding: 16px 18px 4px 18px;
	position: relative;
	height: 31px;
	margin: 0;
	float: right;
	width: 54px;
}

#footer {
	padding-top: 30px;
	background: url(/Images/footer_bg.jpg) no-repeat;
	clear: both;
	text-align: center;
	height: 48px;
	margin: 0 auto;
	width: 960px;
	color: #fff;
}

#footer a {
	color: #fff;
}

#footerplaceholder {	
	font-size: 14px;
	clear: both;
	text-align: center;
	margin: 0 auto;
}

/**************************
	CONTENT AND COLUMNS
**************************/

.outer {
	margin: 0;	
	padding-left: 175px;  
	background: #fff;
}

* html .outer {
	margin: 0;
	padding-right: 0; /* Normally this shouldn't be in this hack, it should be in .outer, but because of IE7 I had to */
}

.inner {
	width: 595px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
}

* html .inner {
	width: 100%;
}

/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/

.float-wrap {
	float: left;
	width: 950px;
	padding: 0;
	margin: 0;
	margin-left: -175px; /*** Same length as .outer padding-left but with negative value ***/ 
	
}

* html .float-wrap {
	text-align: left;
	margin: 0;
	padding: 0;
	/*** No need for hacking IE on this layout ***/
}


.float-wrapstart {
	float: left;
	width: 950px;
	padding: 0;
	margin: 0;
	margin-left: -175px; /*** Same length as .outer padding-left but with negative value ***/ 
	
}

* html .float-wrapstart {
	text-align: left;
	margin: 0;
	padding: 0;
	/*** No need for hacking IE on this layout ***/
}


#content {
	float: right;
	width: 715px;
	font-size: 12px;
	line-height: 1.3em;
	min-height: 350px;
	padding: 20px 25px;
}

#content_start {
	text-align: left;
	padding: 0;
	margin: 0 auto;
	width: 960px;
	font-size: 12px;
	line-height: 1.4em;
	background: url(/Images/content_start_bg.png) repeat-y;
}


#PagePath {
	padding: 2px 35px 4px 35px;
	font-size: 13px;	
}

#PagePath a {
	text-decoration: none;	
}

#PagePath .active {
}


* html #content {
	position: relative;  /*** IE needs this  ***/
}

* html #content_start {
	position: relative;  /*** IE needs this  ***/
}

.pageWrap {
	float: left;
	width: 960px;
	min-height: 550px;
	background: url(/Images/content_pages_bg.png) repeat-y;
	padding: 0;
	margin: 0;
}
	


.contentWrapStart{
	padding: 27px 35px;
	min-height: 240px;
}

.contentWrap ol, .contentWrap ul {
	/*margin: 3px 0 5px 35px;*/
}

.contentWrap li {
	padding-bottom: 2px;
}

/**************************
LEFT COLUMN
**************************/

/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/

#left {
	float: left;
	width: 155px;	
	padding: 20px 10px 35px 30px;
	font-size: 0.8em;
	
}


* html #left {
	position: relative;  /*** IE needs this  ***/
}

#left ul {
	list-style: none;
	padding-bottom: 4px;
}

#left li {
	padding-bottom: 2px;
}

#left a {
	text-decoration: none;	
	color: #000;
}

#left a:hover {
	text-decoration: underline;	
}

/*************************
RIGHT COLUMN
**************************/

#right {	
	float: right; 
	width: 120px;
	padding: 5px;
}

* html #right {
	position: relative;  /*** IE needs this  ***/
	margin-right: -120px; /*** IE gets this margin. ***/
}

#right ul {
	list-style: none;
	padding-bottom: 4px;
}

#right li {
	padding-bottom: 2px;
}






/* hml editor --------------------------------------------------------*/
	
	.Bild_vanster {
		float:left;
		clear:left;
		margin-right:6px;
	}
	
	.Bild_hoger {
		float:right;
		clear:right;
		margin-left:6px;
	}
	
	.Liten_text {
		font-size:smaller;
	}
	
	.Storre_text {
		font-size:larger;
	}
	



