@charset "iso-8859-1";
/* CSS Document */

body  {
	font: 100% Helvetica, Arial, Verdana, sans-serif;
	background: url(images/bg.png);
	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: #666;
}
.twoColFixRtHdr #container { 
	width: 877px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding: 0 9px;
	background: url(images/background.png);
	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. */
} 
.twoColFixRtHdr #header { 
	background: url("images/header_board.png") top center no-repeat #FFFFFF; 
	padding: 60px 10px 10px 20px;  /* 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. */
} 
.twoColFixRtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 295px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 295px 0 0; /* the right margin on this div element creates the column down the right 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
	margin-bottom: 0 !important;
	margin-bottom: -300px;
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(images/footer.png) center no-repeat;
	height: 333px;
	margin-top: 100px;
} 
.twoColFixRtHdr #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 */
}
.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;
}






/* Typografi */

a {
	color: #f7941e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 23px;
	font-weight: normal;
	color: #f7941e;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
/*	margin-bottom: -27px;*/
}
p, li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
}








/* Meny */


.menu {
	display: compact;
	float: left;
	padding: 0 18px;
	max-width: 280px;
}
.menu h4 {
	font-size: 25px;
	padding: 0;
	margin: 0;
}
.menu h4 a {
	font-size: 25px;
	text-decoration: none;
}
.menu a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.4em;
}
.menu a:hover {
	text-decoration: none;
}
.twoColFixRtHdr #container #header #logo {
	text-align: center;
	position: relative;
	top: -16px;
}
.twoColFixRtHdr #container #header #logo:hover {
	cursor: pointer;
}
.twoColFixRtHdr #container #header #startsidan, .twoColFixRtHdr #container #header #startsidan a {
	color: #00bac8;
}
.twoColFixRtHdr #container #header #od, .twoColFixRtHdr #container #header #od a {
	color: #f7941e;
}
.twoColFixRtHdr #container #header #samarbeten, .twoColFixRtHdr #container #header #samarbeten a {
	color: #b1cf00;
}











/* Banner */


.banner {
	text-align: center;
	margin-left: -16px;
	padding-top: 16px;
}







 /* Sidebar */


.sidebarBox {
	float: left;
	width: 222px;
	background: url(images/sidebarBox_bg.png);
	padding: 0 28px;
	margin-top: -15px;
}
.sidebarBox .noPadding {
	margin-left: -28px;
}
.sidebarBox h3 {
	color: #f7941e;
	font-size: 21px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.sidebarBox p {
	font-size: 10px;
}










/* Main Content (body) */

#mainContent #textRuta {
	width: 475px;
	padding: 0 30px;
	background: url(images/mainText_bg.png);
	float: left;
	position: relative !important;
	top: 0 !important;
	top: -295px;
}

#mainContent .noPadding {
	margin-left: -30px;
	margin-bottom: -10px;
}









/* #footer */

#footer {
	position: relative !important;
	position: static;
	bottom: 0;
}

#footer .menu {
	display: compact;
	float: left;
	padding-top: 120px;
	color: #fff;
}
#footer #kontakt {
	width: 400px;
	padding-top: 101px;
}
#footer .menu h4 a {
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: normal;
}
#footer .menu a {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.4em;
	color: #FFF;
}
#footer .menu a:hover {
	text-decoration: underline;
}

#footer #kontakt input {
	background: #fff;
	border: 1px #fff solid;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding: 3px;
	width: 300px;
	margin: 2px;
	color: #666;
	font-style: italic;
}
#footer #kontakt textarea {
	background: #fff;
	border: 1px #fff solid;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	width: 300px;
	height: 75px;
	padding: 3px;
	margin: 2px;
	color: #666;
	font-style: italic;
}
#footer #kontakt .submit {
	background: none;
	border: none;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	width: 75px;
	height: 18px;
	margin-left: 233px;
	font-style: normal;
}
#footer .copyright {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 10px;
	color: #ddd;
}










/* Generellt */

img {
	border: 0;
}

ul {
		margin: 0;
		padding: 0;
		display: inline;	
		list-style: none;
		}
li {
		padding-bottom: 1em;
		list-style: none;
		}
#facebook {
	padding: inherit 0;
	float: right;
	}