@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	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;
	background-attachment: fixed;
	background-color: #666666;
	background-image: url(img/body_back.jpg);
	background-repeat: repeat;
}
.twoColFixLt #container {
	width: 784px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	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: 172px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-image: url(img/meny_back.jpg);
	background-color: #000000;
	background-repeat: repeat-y;
}
.twoColFixLt #mainContent {
	margin: 0px 0px 0px 189px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(img/content_back.png);
	background-repeat: repeat-y;
} 
.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;
}
.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;
}
.box {
	background-color: #E9E9E9;
	border: 1px solid #777;
	width: 523px;
	min-height: 162px;
	padding: 9px;
	background-image: url(img/box_back.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 9px;
	margin-left: 9px;
}
.thumb {
	border: 1px solid #777;
	margin-right: 8px;
	margin-top: 0px;
}
.rub {
	font-family: Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
}
.phatrub {
	font-family: Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
}
.thinrub {
	font-family: Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}
.bodytextbold {
	font-family: Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
	font-weight: bold;
}
.smallrub {
	font-family: Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: bold;
}
.errortxt {
	font-family: Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #ffffff;
}
a.bodytextbold:link {
	color: #ba0000;
}
a.bodytextbold:visited {
	color: #ba0000;
}
a.bodytextbold:hover {
	color: #999999;
}
a.bodytextbold:active {
	color: #33eebb;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #fff;
}
a:active {
	color: #fff;
}
.logo {
	margin: 20px;
}
.fb_share_button {
	display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; height:15px; border:none ; background:url(http://b.static.ak.fbcdn.net/rsrc.php/zAB5S/hash/4273uaqa.gif) no-repeat top right;
	font-family: Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
	font-weight: bold;
} 
.fb_share_button:hover {
	color:#fff; border-color:#295582; background:#3b5998 url(http://b.static.ak.fbcdn.net/rsrc.php/zAB5S/hash/4273uaqa.gif) no-repeat top right; text-decoration:none;
	font-family: Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
	font-weight: bold;
}