﻿/* 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: Arial, Verdana;
	font-size: 11px;
}

/* Styles */	
h1,h2,h3,h4,h5,h6
{
	font-family: Arial, Verdana;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	/*display: inline;*/
	}

H1	{
	font-size: 20px;
	color: #ee7d11;
}
H2	{
	font-size: 18px;
}
H3	{
	font-size: 16px;
}
H4	{
	font-size: 16px;
	font-weight:bold;
}
H5	{
	font-size: 14px;
}

p	{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}	

a {
	color: #666666;
	text-decoration: underline;
}
a:hover	{
	color: #ee7d11;
}

#wrapper	{
	width: 860px;
	margin: auto;
	position:relative;
}
#top_wrapper 
{
	position: relative;
}
#top_menu_wrap
{
	width: 596px;
	min-height: 33px;
	margin: auto;
	position:relative;
	background: url('../images/top_menu_bg.gif') repeat-x;
}

#top_menu
{
	min-height: 33px;
	color: White;
	padding: 0px 7px 0px 7px;
	font-size:10px;
}

#top_menu div
{
	float:left;
	margin: 0px 4px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 12px;
	padding-bottom:9px;
	text-transform:uppercase;
	white-space:nowrap;
}

	/* Menyalternativ */
	#top_menu .menu_item 	{
		color: white;
		text-decoration: none;
		font-weight:bold;
	}		
	#top_menu .menu_item_selected
	{
		color: #ee7d11;
		font-weight:bold;
		text-decoration: none;
		}
	#top_menu .menu_wrap_selected
	{
		border-bottom: 3px solid #ee7d11;
		padding-bottom:6px;
	}

	#top_menu .menu_item:hover, .menu_item_selected:hover	{
		color: #ee7d11;	
	}		

#top	
{
	position: relative;
	background-color: #f8f8f8;
	height: 162px;
	width: 860px;
}
#logo
{
	position: absolute;
	left: 568px;
	top: 72px;
	}
#content_wrap 
{
	position: relative;
	text-align:left;
	background-color:White;
	width: 810px;
	border: 1px solid #eef1f3;
	border-top: none;
	min-height: 300px;
	padding-bottom: 20px;
	margin: auto;
}
#menu	
{
	padding-left:20px;
	padding-top: 15px;
	width: 180px; /*+padding = 200*/
	float:left;
	overflow:auto;
	display:inline;
	min-height: 100px;
	padding-bottom:40px;
	
	text-decoration:none;
	font-size:11px;
	line-height: 18px;
	text-transform: uppercase;
}

	/*indrag för underliggande menyalternativ*/
	#menu div div
	{
		padding-left: 7px;
	}
	
	/* Menyalternativ */
	.menu_item 	{
		color: #666666;
		text-decoration: none;
		
	}		
	#menu div
	{
		padding-left: 12px;
	}

	#menu .menu_wrap_selected
	{
		background: url('../images/menu_arrow.gif') no-repeat 0px 5px;
	}

	.menu_item_selected
	{
		color: #ee7d11;
		font-weight:bold;
		text-decoration: none;
		}
	.menu_item:hover, .menu_item_selected:hover	{
		color: #ee7d11;	

	}		

#minheight	
{
	height:350px;
	width:0px;
	float:left;
}
#content	
{
	border-left: 1px dotted #7f8080;
	padding: 20px;
	padding-right: 15px;
	padding-top: 15px;
	float:left;
	overflow:auto;
	display:inline;
	width: 574px;
	position:relative;
}

.infobox_header 
{
		font-size: 16px;
		font-weight:bold;
		font-family:Arial Narrow,Arial, Helvetica;
		color: #666666;
	}

#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;}
