/* 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: #666666;
	text-decoration: underline;
}
a:hover	{
	color: #9b9c9d;
}


#outerwrapper	{
	width: 872px;
	margin: auto;
}	

#wrapper	{
	background-color: #ffffff;
	text-align: left;
	border: 1px solid #ccc;
}	

#wk_languages 
{
	width: 870px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:right;
	float:right;

}
#wk_languages a
{
text-decoration:none;
}

#wk_languages img { margin-right:5px;}

#top
{
	position:relative;
	background-color: #ffffff;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 25px;
	border-bottom: 1px solid #fff;
	text-decoration:none;	
	height:80px;
}

#toplogo
{
	position:absolute;
	left:25px;
	top:5px;

}
	
#toprightmenu
{
	position:absolute;
	left:290px;
	top:5px;
	text-decoration:none;
	text-align:right;
	padding-top:6px;
	width:450px;
	color:#333;
}

#toprightmenu a
{
	text-decoration:none;
		color:#333;
}
#wk_search
{
	position:absolute;
	left:750px;
	top:6px;
	height:20px;
	width: 120px;
	
}
#wk_searchtxt {font-size:9px;font-family: Arial;}
#wk_searchbtn {font-size:9px; margin-left:3px;}


#headerwrapper
{
}

#menu	
{
	color:#fff;
	background-color: #d60128;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	float:left;
	height: 199px;
	text-decoration:none;
	text-transform: uppercase;
	
#menu a
{
	color:#fff;
}

#menu	a:hover
{
	color:#fff;
	text-decoration:underline;
}

}
#menu	, #bottommenu
{
	width: 205px; /*+padding*/
	padding:10px;
	padding-left:30px;
	
}
#menu div
{
		padding-top: 6px;
		padding-bottom: 3px;
		background: url("../images/hr.gif") no-repeat bottom left;
}

	
	/* Menyalternativ */
	.menu_item 	{
		color: #ccc;
		text-decoration: none;
		
	}		
	.menu_item_selected
	{
		color: #fff;
		font-weight:bold;
		text-decoration: none;
		}
	.menu_item:hover, .menu_item_selected:hover	{
		color: #fff;	

	}		

#headerimage	
{
	background: #ffffff ;
	width: 397px; 
	float:left;
	height:219px;
}

#headertext	
{
	background-color: #666551;
	color: #fff;
	width: 197px;
	float:left;
	height: 189px;
	padding: 15px;
}

#minheight	
{
	height:350px;
	width:0px;
	float:left;
}

#contentwrapper
{
}

#bottommenu
{
	color: #000;	
	background-color: #fff;
	float:left;
	text-decoration:none;
}

#bottommenu a
{
	color: #000;	
	text-decoration:none;
}

#bottommenu a:hover
{
	color: #000;	
	text-decoration:underline;
}

#bottommenu div
{
	padding-top:10px;
}

	/*indrag för underliggande menyalternativ*/
	#bottommenu div div
	{
		padding-left: 7px;
	}
		
	
#content	
{
	padding: 10px;
	padding-top: 15px;
	float:left;
	overflow:auto;
	display:inline;
	width: 377px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#newsright
{
	background-color: #fff;
	color: #000;
	width: 196px;
	float:left;
	height: 189px;
	padding: 15px;
}

#
{
}

