/* importera  saker som är lite mer globala */
@import "templates.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: 24px;
}
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;
}

#wrapper	{
	position:relative;
	background: url('../images/background.gif') no-repeat ;
	width: 995px;
	height: 570px;
	text-align: left;
	margin: auto;
	border: 0px solid #cccccc;
	margin-top:30px;
}
	
#leftlogo
{
	background: url('../images/logga.gif') no-repeat ;
	height: 126px;
	width: 80px;
	border: 0px solid #ccff00;
	float:left;
	padding-right:25px;
}
		
#leftimage	
{
	height: 487px;
	width: 326px;
	border: 0px solid #ccff00;
	float:left;
}

#contentwrapper 
{
	float: left;
	width: 560px;
	border: 0px solid #ccff00;
}
#menu	
{
	background-color: #fff;
	text-transform: uppercase;
	border: 0px solid #000;
	margin-left: 30px;
	margin-top: 5px;
	margin-right:20px;
	margin-bottom:5px;
	height: 24px;
	text-decoration:none;
	border: 0px solid #000;
	border-bottom: 1px solid #000;
}
	#menu a
	{
		font-size: 11px;
		text-decoration: none;
	}

	#menu div 
	{
		float: left;
		padding-right:7px;
		padding-left:7px;
		padding-top:5px;

	}

	/*indrag för underliggande menyalternativ*/
	#menu div div
	{
		padding-left: 7px;
	}
	
	/* Menyalternativ */
	.menu_item 	{
		color: #666666;
		text-decoration: none;
	}		
	.menu_item_selected
	{
		text-decoration:none;
		color: #ce952d;	
	}
		
	.menu_item:hover, .menu_item_selected:hover	{
		color: #ce952d;	
	}		

	.menu_wrap_selected
	{
		background: url('../images/arrow_up.gif') no-repeat bottom center;
	}

#bottommenu
{
	background-color: #fff;
	text-transform: uppercase;
	border: 0px solid #000;
	text-decoration:none;
	margin-right: 35px;
}
 
#bottommenu div
{
	float:left;
	padding-right:7px;
	padding-left:7px;
}

 #bottommenu a
 {
	font-size:10px;
 }
 
#bottommenu  .menu_item_selected
 {
	background: url('') ;
	text-decoration:none;
 }

#content	
{
	padding-left: 30px;
	padding-top: 15px;
	overflow:auto;
	width:510px;
	height:433px;
	border: 0Px solid #cccccc;
	background: url('../images/arrow_right.gif') no-repeat  2% 4%;
	z-index: 10;
}
#treeimage{
	position:absolute;
	left:850px;
	top:287px;
	width:127px;
	height:219px;
	background: url('../images/trees.gif') no-repeat;
	z-index: 1;
	}

#footer{
	position:absolute;
	left:110px;
	top:515px;
	width:820px;
	height:20px;
	font: 14px ;
	font-weight: bold;
	border: 0px solid #000;
	text-align: right;
	}

.news_bottom
{
		margin-top: 40px;
		padding-top: 20px;
		border: 0px solid #000;
		background: url('../images/header_nyheter.gif') no-repeat ;
}
	
.news_header
{
		padding-top: 15px;
}

.news_header a
{
	font-size:12px;
	color: #333;
	text-decoration:none;
}
	
	
#wk_search {}
#wk_searchtxt {font-size:10px;}
#wk_searchbtn {font-size:10px; margin-left:3px;}

#wk_languages {padding-top:5px;}
#wk_languages img { margin-right:5px;}