/* importera  saker som är lite mer globala */
@import "templates.css";
@import "clearfix.css";

/* ===========================================================
    Detta stylesheet läses BÅDE in i visning & webKontroll i Edit-läge
   =========================================================== */

body, td /* Sätt endast basic saker i denna body, layoutändrande saker i _notwk.css*/
{
 	font-family: Verdana, Arial;
	font-size: 11px;
}

/* Styles */	
h1,h2,h3,h4,h5,h6{
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	/*display: inline;*/
	}

H1	{
	font-size: 27px;
}
H2	{
	font-size: 18px;
}
H3	{
	font-size: 16px;
	/*font-weight:bold;*/
}
H4	{
	font-size: 14px;
}
H5	{
	font-size: 12px;
	font-weight:bold;
}

p	{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}	

a {
	color: #666666;
	text-decoration: underline;
}
a:hover	{
	color: #9b9c9d;
}

/*a img 
{
	border: 2px solid black
}*/
	
#wrapper	{
	position:relative;
	width: 900px;
	text-align: left;
	margin: auto;
	scrollbar-face-color: #FFFFFF; 
    scrollbar-arrow-color: #CCCCCC;
    scrollbar-track-color: #FFFFFF;
    scrollbar-shadow-color: #CCCCCC;
}
#top_wrapper
{
	position:relative;
	height: 110px;
}
	#logo_link
	{
		position: absolute;
		display:block;
		top: 15px;
		width:345px;
		height:68px;
	}
	
#inner_wrapper
{
	position: relative;
	height:595px;
}

#page_header
{	
	position:absolute;
	left:20px;
	top:20px;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
    font-size: 36px; 
	color: #018850;
    font-weight: normal;
}

#content
{
/*	font-family: Verdana, Arial, Helvetica, sans-serif;  
    font-size: 8pt; 
    font-weight: normal;
    color: #000000;
  */  
	position:absolute;
	left:200px;
	top:75px;
	width:693px;
	max-height:385px;
	overflow:auto;
}
#content_right
{
	position:absolute;
	left:578px;
	top:15px;
	width:318px;
	height:410px;
}
	#image_wrapper
	{
		border-style:solid;
		border-width: 5px;
		border-color:#01884e; 
	}
#content_footer
{
	position:absolute;
	left:195px;
	top:480px;
	width:685px;	
}


#menu_wrapper
{
	position: absolute;
	top: 75px;
	left: 20px;
	width: 160px; /*+padding*/
	/*overflow:auto;*/
	display:inline;
	min-height: 100px;
	z-index: 100;
}
#menu	
{
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color: #018850;		
	text-decoration:none;
	
	overflow: auto;	
	height: 350px;
}
	#menu div a
	{
		font-size: 10px; 
		line-height:200%;
		text-transform:uppercase;
		font-weight:bold;
		background-image:url('../images/blipp.gif');
		/*background-position:left,  bottom;*/
		background-repeat:no-repeat;
		padding-left:20px;
		
 /* byt till background-image grön plupp */
		/* sätt margin eller padding för att få grön plupp till vänster om texten  */
	}
	#menu div div a
	{
		line-height:120%;
		text-transform: none;
		font-weight:normal;
		background: none;
		
		/* återställ padding */
	}
	
	/*indrag för underliggande menyalternativ*/
	#menu div div
	{
		padding-left: 7px;
	}
	
	/* Menyalternativ */
	.menu_item 	{
		color: #666666;
		text-decoration: none;
		
	}		
	.menu_item_selected
	{
		color: black;
		font-weight:bold;
		text-decoration: none;
		}
		
	.menu_item:hover, .menu_item_selected:hover	{
		color: #ccee00;	
		text-decoration: underline;
	}

#menu_footer
{
	position:absolute;
	top: 350px;	
	}
#banner_interoc
{

}

#footer
{
	position:relative;

	height: 60px;
	margin-top: 15px;
	}
	
#stats_wrapper
{
	position: absolute; 
	top: 10px;
	right: 0px;
	width: 60px;
	height: 30px; 
	font-size: 10px;

}

#newsWrap
{
	
}

#banner_footer_content
{
  float:left;
  padding-left:5px;  	
}


#wk_search {margin-top: 10px;}
#wk_searchtxt {font-size:10px;}
#wk_searchbtn {font-size:10px; margin-left:3px;}

#wk_languages {margin-top:10px;}
#wk_languages img { margin-right:5px;}




