@charset "utf-8";
/* CSS Document */

body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	background: #9cdd75;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

body a {color: #000000;}


.thrColHybHdr #container { 
	width: 100%;
	background: #ffffff;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:2px;
}

.thrColHybHdr #header { 
	background: #fff7bd; 
	padding: 0 10px;  /* 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. */
	background-image:url(images/horisont_detalj_traktor-horisont3.gif);
	height: 165px;
	margin-bottom:10px;
} 
.thrColHybHdr #header h1 {
	margin: 0; 
	padding: 10px 0;
}

.thrColHybHdr #header h4 {
	margin: 0;
	padding: 10px 0; 
	
}

.cecilia {
   z-index:100;
   background-image:url(images/cecilia_liten.png);
   float:right;
   width:20px;
   }


.thrColHybHdr #sidebar1 {
	float: left; 
	width: 240px; 
	background: #ffffff; 
	padding: 15px 0; 
	background-repeat: no-repeat;
	height:570px;
}
.thrColHybHdr #sidebar2 {
	float: right;
	position:relative;
	z-index:100; 
	width: 340px; 
	background: #FFFFff;
	padding: 15px 0px 0 25px; 
	margin:0 0 10px 25px;
	background-image:url(images/skyltnytt-hel7.gif);
	background-repeat: no-repeat;
	height: 620px;
}
.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3 #sidebar2 h4 {
	margin-left: 20px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 40px;
	
	
}

.thrColHybHdr #sidebar2 h4 {
	margin-left: 30px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 40px;
	padding-left:10px;
	font-size: 100%;
}

.thrColHybHdr #mainContent {
 	margin: 0 400px 0 260px; 
	padding: 0 10px; 
	background-repeat: no-repeat;
	background-position:bottom right;

	
	
	
	
} 
.thrColHybHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	background-image: url(images/gras1.gif);
	background-image: repeat-x;
	color:#FFFFFF;
} 
.thrColHybHdr #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 */
}

/* Miscellaneous classes for reuse */
.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;
}
.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;
}


