@charset "ISO-8859-1";

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: center;
	font-size: 100%;
	background-image: url(../Bilder/bakgrunder/bakgrund3.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #C8D240;
	background-attachment: fixed;
}
#tabledivider {
	top: 200px;
}
.headAriall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Arial12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td img {display: block;}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLt #container {
	width: 804px;  /* 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 solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 20px;
	background-color: #FFFFFF;
}
.twoColFixLt #mainContent {
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
	width: 560px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.arialgreen24 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #B4B93F;
}
.arialgreen28Copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #B4B93F;
}
.Arial14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
