@charset "utf-8";
html, body  {
	height: 100%;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	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;
}

/* h-taggar */
h1, h2, h3, h4, h5 { 
letter-spacing: 1px;
margin-top: 5px;
margin-bottom: 4px; }

h1 { font-size: 2.0em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.33em; }
h4 { font-size: 1.16em; }
h5 { font-size: 1em; }

/* p-tagg */
p { margin: 0 0 10px 0;
font-size: 1em;
line-height: 125%; }

.thrColFixHdr #yttre { 
	min-height: 100%;
	height:auto !important;
  	height:100%;
	width: 856px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image: url(../images/yttrebg.jpg);
	background-repeat: no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

}
.thrColFixHdr #container { 
	width: 765px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image: url(../images/contentbg.jpg);
	background-repeat: repeat-x;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 
.thrColFixHdr #header { 
	background: #a2957c;
	height: 259px;
	margin-bottom: 38px;
} 
.thrColFixHdr #nyheter {
	float: right;
	margin-right: 28px;
	width: 231px;
	background: #fff;
	background-image:url(../images/nyhetbg.jpg);
	background-repeat: no-repeat;
	padding: 25px 30px 20px 30px;
	min-height: 315px;
	height:auto !important;
  	height:315px;
	
}
.thrColFixHdr #mainContent { 
	margin-left: 65px;
	width: 325px;
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.thrColFixHdr #mainContent2 { 
	margin-left: 65px;
	width: 645px;
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 315px;
	height:auto !important;
  	height:315px;
} 

.thrColFixHdr #sponsor { 
	margin-left: 65px;
	margin-right: 28px;
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.sponsorbild {
	margin-right: 15px;
}

.nyhetsbild {
	float: right;
	margin-left: 10px;
	max-width: 150px;
	max-height: 250px;
	height: expression(this.height >= this.width && this.height > 250 ? 250 : true);
	width: expression(this.height < this.width && this.width > 150 ? 150 : true);
}


.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;
}

a { color: #000066; text-decoration: none; }
a:hover { color: #000066; text-decoration: underline; }
a img { border: none; }

.msg_table {border-color: #999999; border-width:1px; border-style:solid; background-color: #CCCCCC; }