/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 120%;
 color: #334d55;
}




/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#NyhetsMenyn {
	SCROLLBAR-FACE-COLOR: #ffffff; 
	SCROLLBAR-HIGHLIGHT-COLOR: #cccccc;
	SCROLLBAR-ARROW-COLOR: #1054a0;
	SCROLLBAR-TRACK-COLOR: #D6E3EF;
	SCROLLBAR-DARKSHADOW-COLOR: #cccccc;
	overflow : hidden; 
	width : 230px; 
	#height : 250px; 
	text-align : left; 
	clear: both;
	padding: 0px 0px 0px 20px;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	
} 
#nyheter{
	text-align : left; 
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	
} 
#aktmenyn {
	width : 260px; 
	height : 200px; 
	text-align : left; 
} 
#headline {
	text-align : left; 
	padding: 10px 10px 10px 10px;
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 

#masthead{
	margin: 0px;
	padding: 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}
#navBar{
	margin: 0 0 0 79%;
	padding: 0px;
	background-color: #eeeeee;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#mainleftbar{
	border-left: 1px solid #ccc;
}
/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 10px 0px 0px 60px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}




/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/
.aktuellt{
	clear: both;
	padding: 0px 0px 0px 10px;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.sidfot{
	clear: both;
	padding: 0px 0px 0px 0px;
	padding-left:60px;
	padding-top:30px;
	font-size:9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.story{
	clear: both;
	padding: 0px 0px 0px 0px;
	padding-left:60px;
	padding-top:18px;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.iframe{
	clear: both;
	padding: 0px 0px 0px 0px;
	padding-left:0px;
	padding-top:0px;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.textarea {
	width:410px;
	height:400px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	border: 0px solid #CCCCCC;
	padding-left: 10px;
	padding-bottom:10px;
	padding-top:10px;
	padding-right:10px;
	overflow:auto;
	word-spacing:normal;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}



