@media print {
	.body {
		background-image: url("");
	}
	#site {
		width: 17cm;
	}
	.sub_menu {
		display: none;
	}
	.menu {
		display: none;
	}
}

body {
	background-image: url("images/background.jpg");
	background-repeat: repeat-y;
	background-position: center center;
	margin: 0px;
}
img {
	border: 0px;
}

a {
	color: #347EDF;
}

h1 {
	margin: 5px 0px 20px 0px;
	font-family: helvetica, arial, sans serif;
	font-size: 32px;
	font-weight: normal;
	color: #A1492E;
}
h2 {
	margin: 0px;
	font-family: helvetica, arial, sans serif;
	font-size: 18px;
	font-weight: normal;
	color: #2E5CA1;
}
h3 {
    font-size: 14px;
	font-family: helvetica, arial, sans serif;
    font-weight: normal;
    margin-top: 5px;
    color: #222222;
}
p {
	font-family: lucida grande, lucida sans unicode, lucida sans, verdana, sans serif;
	font-size: 11px;
	line-height: 14px;
	color: #222222;
	margin: 5px 0px 10px 0px;
}

#site {
	width: 780px;
	margin: 0px auto;
}
.header {
	background-image: url("images/header_background.jpg");
	background-repeat: repeat-x;
}
	.header_left {
		float: left;
		width: 676px;
	}
	.header_topic {
		height: 56px;
		font-size: 30px;
		color: #ffffff;
		padding: 15px 0px 0px 20px;
		font-weight: normal;
		margin: 0px 0px 0px 104px;
		text-align: center;
		line-height: 24px;
	}
	.header_subtopic {
		height: 23px;
		font-size: 14px;
		color: #ffffff;
		padding: 0px 0px 5px 0px;
		font-weight: normal;
		margin: 0px 0px 0px 104px;
		text-align: center;
	}
	.logo {
		float: right;
		width: 100px;
		height: 100px;
		padding: 4px 0px 0px 0px;
	}
	.menu {
		padding-left: 10px;
	}
		.button_left_ac {
			background-image: url("images/button_left_ac.gif");
			background-repeat: no-repeat;
			background-color: #ffffff;
			display: block;
			padding: 0px 0px 0px 0px;
			float: left;
			height: 29px;
		}
		.button_right_ac {
			background-image: url("images/button_right_ac.gif");
			background-repeat: no-repeat;
			background-position: top right;
			display: block;
			padding: 8px 15px 5px 15px;
			font-family: arial, sans serif;
			font-size: 13px;
			text-decoration: none;
			color: #5B1905;
		}
		.button_left_in {
			background-image: url("images/button_left_in.gif");
			background-repeat: no-repeat;
			background-color: #79402D;
			display: block;
			padding: 0px 0px 0px 0px;
			float: left;
			height: 29px;
		}
		.button_right_in {
			background-image: url("images/button_right_in.gif");
			background-repeat: no-repeat;
			background-position: top right;
			display: block;
			padding: 8px 15px 5px 15px;
			font-family: arial, sans serif;
			font-size: 13px;
			text-decoration: none;
			color: #ffffff;
		}
.content {
	padding: 10px;
}
	.sub_menu, .menu_space, .column, .column_space, .column_big {
		float: left;
	}
	.sub_menu {
		width: 150px;
	}
		.sub_button_ac, .sub_button_in {
			text-align: right;
			width: 140px;
			float: left;
			display: block;
			padding: 10px 20px 10px 0px;
			font-size: 11px;
			line-height: 13px;
			letter-spacing: 1px;
			background-repeat: no-repeat;
			background-position: center right;
			text-decoration: none;
		}
			.sub_button_ac {
				background-image: url("images/arrow_in.gif");
				color: #cccccc;
			}
			.sub_button_in {
				background-image: url("images/arrow_ac.gif");
				color: #000000;
			}
			.sub_button_in:hover {
				background-image: url("images/arrow_in.gif");
				color: #cccccc;
			}
	.menu_space {
		padding: 35px;
	}
	.column {
		width: 250px;
	}
	.column_big {
		width: 510px;
	}
		.column img {
			margin-bottom: 10px;
		}
	.column_space {
		padding: 10px;
	}
	
	.footer {
		text-align: center;
		padding-top: 40px;
	}
	
	
	 .citat_box {
  background-color: #A1492E;
  margin: 20px 0px 20px 0px;
 }
  .citat_box h2 {
   color: #ffffff;
   margin: 0px 0px 0px 10px;
  }
  .citat_box h3 {
   color: #ffffff;
   margin: 0px 0px 0px 20px;
  }
  .citat_box p {
  color: #ffffff;
  }
  .citat_box a {
   color: #ffffff;
   text-decoration: underline;
  }
   .citat_box p a {
   color: #B43900;
   text-decoration: underline;
  }
  
  
  .box_lightblue {
		background-color: #ECF6FF;
  }
  .padding_hori {
		padding: 2px 7px 0px 7px;
	}
  /* inkopierad css fran carpeleo */
  .box_red {
		background-color: #9E4B39;
		padding: 0px;
	}
		.box_red h2 {
			color: #ffffff;
			margin: 0px 0px 0px 10px;
		}
		.box_red h3 {
			color: #ffffff;
			margin: 0px 0px 0px 20px;
		}
		.box_red a {
			color: #ffffff;
			text-decoration: underline;
		}
		.box_red p a {
			color: #B43900;
			text-decoration: underline;
		}
	
	table {
		width: 100%;
		margin: 10px 0px 10px 0px;
	}
	th {
		text-align: left;
		background-color: #532015;
		padding: 5px;
	}
		th h3 {
			color: #222222;
		}
	td {
		background-color: #FAF9F8;
		padding: 5px;
		border-bottom: 1px solid #996A5F;
	}
	.padding {
		padding: 7px 0px 7px 0px;
	}
	
	/* fortsätter sidspecefika css */
	
	
.clear {
	height: 0px;
	font-size: 0px;
	clear: both;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.display_block {
	display: block;
}

.align_center {
	text-align: center;
}
