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

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #eaeaea;
}
.leftContent {
	float:left;
	width: 180px;
	padding:5px;
	border-width:0px;
}
.leftContent_2 {
	float:left;
	width: 380px;
	padding:5px;
}
/* Samma som left content med med mera padding. */
.leftContent_3 {
	float:left;
	width: 180px;
	padding-left:5px;
	padding-bottom:5px;
	padding-right:10px;
	padding-top:5px;
	border-width:0px;
}

.leftContent_full {
	float:left;
	width: 780px;
	padding:5px;
	border-width:0px;
}


.rightContent {
	width: 590px;
	margin:0px;
	padding-left:190px;
	
}

.rightContent_float {
	float:right;
	padding:5px;
	border-width:0px;
}

.text_line
{
clear:both;
margin-bottom:20px;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px inset #808080;
	/*text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
	height: 110;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0	px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	color: #003;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #mainSlide {
	background: #000000;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #footer {
	padding: 0 0px;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
}
.button {
	border: hidden;
	border-color: #FFF;
	border-width: 0;
}

.shadow {
	font-size: 1px;	
}
	
.red {
	color:#B2080C;	
}

.fet {
	font-weight: bold;
	text-align: left;
}

h3 {
	
}.oneColFixCtrHdr #container table tr td #mainContent table tr td #wrapper-iwRS table tr td .fet {
	text-align: left;
}

.ordsprak {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: italic;
	font-weight:500;
	font-variant: normal;
	text-decoration: none;
	text-align: center;
}
.Green {
	color: #693;
	font-weight: bold;
	text-align: left;
}

