/* 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;
	line-height: 15px;
}

/* Styles */	
h1,h2,h3,h4,h5,h6{
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	line-height: normal;
	/*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: #b92f3a;
	text-decoration: underline;
}
a:hover	{
	color: #c44f58;
}

#shade_wrapper	{
	background-color: #ffffff;
	width: 968px;
	text-align: center;
	margin: auto;
	background: url("../images/shade_bg.gif");
}	
#wrapper	{
	background-color: #ffffff;
	width: 960px;
	text-align: left;
	margin: auto;
}	
#top
{
	position: relative;
	height: 160px;
}
#top_logo
{
	position: absolute;
	top: 10px;
	left: 10px;
}
#top_temp
{
	position: absolute;
	top: 85px;
	left: 10px;
}
#top_info
{
	position: absolute;
	top: 120px;
	left: 10px;
	font-size: 9px;
	width: 170px;
}
#top_image
{
	left: 190px; /*960 - 769 */
	position: absolute;
	top: 0px;
}
#top_vapen
{
	position: absolute;
	top: 5px;
	left: 710px;
}
#top_text
{
	position: absolute;
	top: 5px;
	left: 80px;
	color: White;
	font-size: 24px;
}

#menu_top_wrap
{
	position: relative;
	background: url("../images/bg_menu.gif");
	height: 26px;
}
#languages
{
	position: absolute;
	left: 860px;
	top: 4px;
	width: 100px;
}
#menu_top
{
	padding-left: 240px;
	float:left;
	border-right: 2px solid #dddddd;
	height: 26px;
}

#menu_top div
{
	float: left;
	border-left: 2px solid #dddddd;
}
#menu_top .menu_item, #menu_top .menu_item_selected
{
	color: White;
	font-weight: bold;
	display: block;
	height: 20px;
	padding: 0px 30px;
	padding-top:6px;
}
#menu_top .menu_item_selected
{
	background: url("../images/bg_menu_selected.gif");
}

#footer
{
	background: url("../images/bg_footer.gif");
	padding-top: 7px;
	height: 19px;/*26px;*/
	color: White;
	font-size: 9px;
	font-weight: bold;
	text-align: center;

}

		
#menu	
{
	padding-left:15px;
	padding-right:5px;
	padding-top:15px;
	width: 168px; /*+padding*/
	float:left;
	overflow:auto;
	display:inline;
	min-height: 100px;
	padding-bottom:40px;
	
	font-size: 11px;
	text-decoration:none;
	line-height: 17px;
}
	/*indrag för underliggande menyalternativ*/
	#menu div div
	{
		padding-left: 7px;
	}
	
	/* Menyalternativ */
	.menu_item 	{
		color: #202020;
		text-decoration: none;
		
	}		
	.menu_item_selected
	{
		color: black;
		font-weight:bold;
		text-decoration: none;
		}
	.menu_item:hover, .menu_item_selected:hover	{
		

	}		

#minheight	
{
	height:350px;
	width:0px;
	float:left;
}
#content_wrap
{
	background: url("../images/bg_content.gif");
	padding-top: 0px;
}
#content_wrap_inner
{
	float:left;
	display:inline;
	width: 770px; /*584px;*/
}
#content	
{
	padding: 20px;
	padding-top: 3px;
	overflow:auto;
	min-height: 300px;
}
#path 
{
	padding-bottom:3px;
	margin-bottom: 15px;
	font-size: 10px;
}
#shade_bottom
{
	height: 9px;
	background: url("../images/shade_bottom.gif");
}


#wk_search { margin-top: 30px;}
#wk_searchtxt {font-size:10px;}
#wk_searchbtn {font-size:10px; margin-left:3px;}
