/* 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: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	line-height: 18px;

	}

/* 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
{
	width: 940px;
	margin: auto;
	text-align: left;
}

#inner_wrapper	{
	background-color: #ffffff;
	height: 725px;
	border: 1px solid #b6b6b6;
}	

#menu_top_wrapper
{
	padding-top:20px;
}

#menu_top
{ 
	overflow:auto;
	text-decoration:none;
	text-align:right;
	font-size: 12px;
	float:right;
}

#menu_top div
{
	padding: 2px 18px;
	float: left;
	border-right: 0px solid black;
}
	/*indrag för underliggande menyalternativ*/
	#menu_top 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	{
		
	}		

#leftcol	
{
	background-color: #fff;
	width: 360px; /*+padding*/
	float:left;
	padding-top: 160px;
	text-align: center;
}

	#menu_left{
		padding-top: 50px;
		font-size: 18px;
		line-height: 28px;
	}
	
	#left_hovertext
	{
		padding-top:30px;
		text-align: left;
		margin: auto;		
		width: 268px;
		padding: 20px 20px 15px 20px;
		min-height: 125px;
		background: url('../images/left_menu_bg_pop.gif') bottom no-repeat;
		}

#content_wrapper
{	
	float: left;
	width: 578px;
}

	#content_topimage
	{
		margin: 0px;
		padding: 0px;
		height: 281px;
		}

	#menu_sub
	{
		height:23px;
		margin-top: 0px;
		background: url('../images/menu_bkg.gif') ; 	
	}
	#menu_sub a
	{
		color:white;
	}
		#menu_sub div
		{
			padding: 1px 15px;
			float: left;
		}

	#content	
	{
		padding: 10px;
		padding-top: 20px;
		overflow:auto;
		height: 393px;
	}
#footer 
{
	text-align:right;
}

#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;}