/* 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: #3333AA;
	/*text-decoration: none*/
}
#menu_level2 a , #menu_level3 a {
	text-decoration: none;
}

a:hover	{
	color: #3333cc;
}

#wrapper	{
	background-color: #d4d4d4;
	width: 960px;
	text-align: left;
	margin: auto;
	border: 1px solid #cccccc;
	border-bottom: none;
}	
#top	
{
	position: relative;
	background-color: #dcdcdc;
	height: 65px;
}
#logo
{
	position: absolute;
	left: 20px;
	top: 10px;
}
#wk_languages 
{
		position: absolute;
	left: 930px;
	top: 5px;
	}

#menu_level1
{
	position: absolute;
	top: 41px;
	left: 287px;
}
#splash
{
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	position: relative;
	background-color: #f5f5f5;
	height: 212px;
}
#splashobj
{
	position: absolute;	
	z-index:0;
}
#menu_level2_wrap
{
	position: absolute;
	background: #dcdcdc url("../images/menu_level2_bg.gif");
	top: 185px;
	height: 27px;
	width: 100%;
	z-index: 2;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}
#menu_level2
{
	position: absolute;
	left: 193px;
	background: url("../images/menu_level2_item.gif");
	height: 25px;
	margin-top: 2px;
	color: Black;
	font-size: 12px;
}
#menu_level2 div
{
	position: relative;
	float:left;
	padding: 0px 20px;
	height: 20px;
	padding-top: 5px;
}
#menu_level2 .menu_item
{
	color: black;
	font-weight:bold;
}
#menu_level2 .menu_item_selected
{
	color: #fafafa;
	font-weight:bold;
/*	background: Black url("../images/menu_level2_selected.gif");*/
}

#menu_level3_wrap
{
	position:relative;
	background-color: #fafafa;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	width: 192px; /*+padding*/
	float:left;
	overflow:auto;
	display:inline;
	min-height: 150px;
	padding-bottom:30px;
	
	text-decoration:none;
	font-size: 12px;
}
#menu_level3
{
	padding-left:20px;
	padding-top: 15px;
}
	/*indrag för underliggande menyalternativ*/
	#menu_level3 div div
	{
		padding-left: 10px;
	}
	
	/* Menyalternativ */
	.menu_item 	{
		color: #666666;
		
	}		
	.menu_item_selected
	{
		color: black;
		font-weight:bold;
	}
	.menu_item:hover, .menu_item_selected:hover	{
		color: #3333cc;

	}		

#minheight	
{
	height:350px;
	width:0px;
	float:left;
}
#content_wrap	{
	background: url("../images/bg_contentwrap.gif");
}
#content	
{
	background: #ffffff;
	padding: 20px;
	padding-top: 15px;
	float:left;
	overflow:auto;
	display:inline;
	width: 550px;
	min-height: 300px;
}
#bottom_border
{
	height:30px;
	color: #cccccc;
	font-weight:bold;
	background: url("../images/border_bottom.gif");
}

#wk_search {}
#wk_searchtxt {font-size:10px;}
#wk_searchbtn {font-size:10px; margin-left:3px;}