﻿/* 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: 20px;
}
H2	{
	font-size: 16px;
}
H3	{
	font-size: 14px;
	font-weight:bold;
}
H4	{
	font-size: 12px;
}
H5	{
	font-size: 11px;
	font-weight:bold;
}

p	{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}	

a {
	color: #666666;
	text-decoration: underline;
}
a:hover	{
	color: #a8c216;
}

.arrowlink
{
	background: url('../images/green_arrow.png') no-repeat;
	padding-left: 15px;
	text-decoration: none;
}
	
#wrapper_outer	{
	background: url('../images/bg_shadow.png') repeat-y;
	width: 970px;
	margin: auto;
}
#wrapper	{
	background: #ffffff url('../images/blommor.jpg') no-repeat right 30px;
	width: 934px;
	padding: 13px 13px 40px 13px;
	text-align: left;
	margin: auto;
}	
#top	
{
	position: relative;
	height: 195px;
}
	#menu_top_wrap
	{
		height: 30px;
		text-align:right;
		}
	#wk_search 
	{
		float:right;
		}
	#wk_searchbtn
	{
		border: none;
		background-color:White;
		font-size: 12px;
	}
	
	#menu_top
	{
		float:right;
	}
	#menu_top div	
	{
		float:left;
		padding-left:20px;
	}
	
	#menu_top .menu_item_selected
	{
		color: #9ec81c;
		text-decoration: none;
	}


	#logo
	{
		position: absolute;
		top: 26px;
		left: 10px;	
	}

#menu_main
{
	position: absolute;
	top: 150px;
	left: 250px;
	/*height: 30px;*/
	width: 590px;
	}
#menu_main div
{
	float: left;
	font-size: 14px;
	padding-left: 30px;
}
#menu_main .first
{
	padding-left: 5px;
}

#menu_wrapper
{
		width: 190px; /*+padding*/
		float:left;
		display:inline;
		min-height:1px;
	}
.menu_wrap1
{
	border: 1px solid #c9caca;
	overflow:auto;
	margin-bottom: 50px;
}
.menu_wrap2
{
	border: 1px solid #d6d6d7;
}
.menu_wrap3
{
	border: 1px solid #dfe0e0;
}
.menu_wrap4
{
	border: 1px solid #e5e6e6;
}

.menu_left
{
	background-color: #e8e9e9;
	border: 1px solid #white;
	padding: 13px;
	font-size:12px;
	text-decoration:none;
}
	.menu_left div
	{
		padding-left: 12px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-top: 1px solid white;
		border-bottom: 1px solid black;
	}
	.menu_left div div
	{
		border: none;
		padding: 7px 0px 2px 12px;
	}

	.menu_left .first
	{
		border-top: none;
	}
	.menu_left .last
	{
		border-bottom: none;
	}

	
	/* Menyalternativ */
	.menu_item 	{
		color: black;
		text-decoration: none;
	}		
	.menu_left .menu_wrap_selected
	{
		background: url('../images/green_arrow.png') no-repeat 0px 10px;
	}
	.menu_left .menu_item_inpath
	{
		background-color: white;
	}
	.menu_left div .menu_item_inpath
	{
		background-color: Transparent;
	}
	
	.menu_left div .menu_wrap_selected
	{
		background-position: 0px 7px;
	}

	.menu_left .menu_item_selected
	{
		color: black;
		font-weight:bold;
		text-decoration: none;
		padding-left: 4px;
		}
		
	.menu_item:hover, .menu_item_selected:hover	{
		color: #ccee00;	

	}		

#minheight	
{
	height:350px;
	width:0px;
	float:left;
}

#middlepane
{
	float: left;
	width: 552px;
	min-height: 1px;
	display:inline;
}

#rightpane
{	
	width: 162px; 
	float:left; 
	display:inline;
	margin-left: 10px;
	margin-top:100px;
}

.rightpane_item 
{
	margin-bottom: 10px;
}

#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;}
