@charset "utf-8";
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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background-color: #1c435e;
	background-image: url(pics/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.twoColFixRtHdr #container {
	width: 951px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	background-image: url(pics/container_bg.jpg);
	background-repeat: repeat-y;
} 
.nyhetsHdescr p a {
	color: #F00;
	text-decoration: none;
}
p {
	line-height: 140%;
	margin-left: 5px;
}

.twoColFixRtHdr #header {
	background-color: #000;
	background-image: url(pics/header_pic.jpg);
	background-repeat: no-repeat;
	height: 254px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.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: 290px;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
}
.twoColFixRtHdr #mainContent {
	width: 622px;
	padding-left: 10px;
	padding-right: 10px;

} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #000;
} 
#footer p a {
	color: #CCC;
}

.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 */
	color: #CCC;
}
.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;
	padding: 5px;
	margin-bottom: 5px;
}
.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;
}
#nav {
	height: 47px;
	background-color: #000;
}
#youtubeVideo{
	width:270px;
	height:215px;
	background-image: url(pics/video_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom:10px;

}
/*-----NAVIGATION----*/
#nav ul{
	margin:0;
	padding:0;
	left:0;
	bottom:0;
	list-style:none;
	background:url(pics/nav_bg.gif) repeat-x;
}

#nav ul li{
	float:left;
	
	
}
#nav ul li a{
	padding:15px 1.7em;
	font-size: 12px;
	line-height:1.5em;
	text-decoration:none;
	color:#FFF;
	float:left;
	display:block;
	}
	
#nav ul li a:hover{
	background-image:url(pics/nav_hover.gif) center top no-repeat;
	}
.nyhetsHallare {
	float: left;
	width: 620px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #957E5C;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-left: 0px;
}
.nyhetsHtitle {
	
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	width:410px;
	font-weight:bold;
	font-size: 28px;
	color: #000;
	margin-bottom:5px;
	padding-bottom: 5px;
	padding-left: px;
	
}
.nyhetsHthumb {
	float:left;
	width: 190px;
	padding-top:10px;
	margin-bottom:60px;
	margin-left: 10px;
	background-color: #FFF;
}
.nyhetsHdescr {
	float: right;
	margin-left:20px;
	width: 400px;
	padding-bottom:25px;
}
.subf_h_titl {
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
	height: 20px;
	background-color: #333;
	background-image: url(pics/subf_titl_bg.jpg);
	background-repeat: repeat-x;
	width: 275px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin:0px;
}
.text_margin_sidebar {
	padding-right: 5px;
	padding-left: 5px;
}


.text_margin_sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}

