/* 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;
}

/* 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;
}

#outer_wrapper	{
	width: 1014px;
	margin: auto;
}	

#wrapper	{
	background: url('../images/content_bg.png');
	width: 910px;
	padding: 0px 52px;
	text-align: left;
	margin: auto;
}	
#top	
{
	position:relative;
	height: 190px;
}
#dd_logotype
{
	position: absolute;
	top: 58px;
	}
#dd_logo
{
	position: absolute;
	top: 41px;
	left: 822px;
	}
#dd_logo img
{
	border: 0px;
	}
	
#menu_top 
{
	position: absolute;
	top: 117px;
	width: 912px;
	height: 43px;
	background: url('../images/menu_top_bg.jpg');
	font-size: 16px;
	font-weight:bold;
	}
#menu_top div
{
	float: left;
}
#menu_top a
{
	text-transform:uppercase;
	display:block;
	padding: 8px 25px;
	margin-top: 1px;
	text-decoration: none;
	background: url('../images/menu_top_separator.gif') repeat-y right;
}
#menu_top .last a 
{
	background: none;
}


#minheight	
{
	height:350px;
	width:0px;
	float:left;
}
#content	
{
	padding: 30px;
	float:left;
	overflow:auto;
	display:inline;
	width: 571px;
	border: 1px solid #c9c9c9;
}

#bottom_image
{
	padding-top: 35px;
	padding-bottom: 38px;
}

#menu	
{
	padding:0px;
	padding-bottom: 10px;
	margin-left: 45px;
	width: 229px; /*+padding*/
	float:left;
	overflow:auto;
	background-color: #e8e8e8;
	border: 1px solid #a5a5a5;
	display:inline;
	text-decoration:none;
}
	/*indrag för underliggande menyalternativ*/
	#menu div div
	{
		padding-left: 7px;
	}

	#menu a
	{
		display:block;
/*		height: 49px;*/
		background: url('../images/menu_line.gif') repeat-x bottom;
		padding: 20px 5px 3px 15px;
		font-size: 16px;
	}
	
	/* Menyalternativ */
	#menu	.menu_item 	
	{
		color:Black;
		text-decoration: none;		
	}		
	#menu	.menu_item_selected
	{
		color: #333333;
		font-weight:bold;
		text-decoration: none;
		}
	#menu	.menu_item:hover, .menu_item_selected:hover	{
		color: vlack;	
		background-color: #dddddd;

	}		
	
#menu_level2
{
	width:189px;
}
#menu_level2 td
{
	height:46px;
	background-image: url('../images/btn_menu.gif');
	background-repeat:no-repeat;
	background-position:left center;
	padding-left: 10px; 
	padding-right: 25px;
}

#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;}
