/* importera  saker som är lite mer globala */
@import "templates.css";

/* ===========================================================
    Detta stylesheet läses BÅDE in i visning & webKontroll i Edit-läge
   =========================================================== */

/*
Dalskidan orange = #f79433
*/

body, td /* Sätt endast basic saker i denna body, layoutändrande saker i _notwk.css*/
{
	font-family: Verdana, Arial;
	font-size: 12px;	
	/*line-height: 16px; sätts i notwk*/
}

/* Styles */	
h1,h2,h3,h4,h5,h6{
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	/*display: inline;*/
	/*color: #f79433;*/
	line-height:normal;
	}

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;
}
.dski	{
	font-weight:bold;
	background-color: Black;
	color: #f79433;
	padding: 3px 5px;
	font-family: Arial, Verdana;
}


p	{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}	

a {
	color: #666666;
	text-decoration: underline;
}
a:hover	{
	color: #f79433;
}

#wrapper	{
	background-color: white;
	width: 960px;
	text-align: left;
	margin: auto;
	border: 1px solid #aaaaaa;
}	
#top	
{
	position: relative;
	background-color: black;
	height: 150px;
	margin-bottom: 5px;
}
	#logo
	{
		position: absolute;
		top: 35px;
		left: 20px;
	}
	#slogan
	{
		position: absolute;
		top: 25px;
		left: 530px;
	}
	#top_erika_martin
	{
		float: right;
	}

#menu_top
{
	background-color: black;
	color: White;
	padding-left: 5px;
}

#menu_top div
{
	float:left;	
	border-right: 1px solid #666666;
}
#menu_top a
{
	display:block;
	color: #f79433;
	padding: 5px 10px;
	font-weight: bold;
}
#menu_top .last
{	border-right: none;
}
#menu_top a:hover, #menu_top a.menu_item_selected
{
	color: White;
}
#content_wrap	
{
	padding-top:15px;
	padding-top:7px;
}
#menu_wrap
{
	padding-left:10px;
	width: 180px; /*+padding*/
	float:left;
	overflow:auto;
	display:inline;
	min-height: 100px;
	padding-bottom: 20px;
}
#menu_wrap a
{
		text-decoration:none;
}
#start_news
{
	padding-left: 5px;
	font-size:11px;
}
#start_news a
{
	color: #000000;
}
#start_news a:hover	{
	color: #f79433;
}


#menu	
{
	padding-bottom:10px;
	text-decoration:none;
}
	/*indrag för underliggande menyalternativ*/
	#menu div
	{
		padding-left: 5px;
	}

	#menu div div
	{
		padding-left: 7px;
	}
	
	/* Menyalternativ */
	.menu_item 	{
		color: #000000;
		text-decoration: none;	
	}		
	a.menu_item_selected
	{
		color: black;
		font-weight:bold;
		text-decoration: none;
		}
	.menu_item:hover, .menu_item_selected:hover	{

	}		

#minheight	
{
	height:300px;
	width:0px;
	float:left;
}
#content	
{
	padding: 20px;
	padding-top: 0px;
	float:left;
	overflow:auto;
	display:inline;
	width: 520px;
}
#content	img
{
	padding: 3px;
}
#right	
{
	width: 200px; /*+padding*/
	float:left;
	overflow:auto;
	display:inline;
	min-height: 100px;
}
#image_left
{
		text-align:center;
		margin-bottom:10px;
}
.banner
{
	text-align:center;
	border: 1px solid black;
	margin-bottom:10px;
	padding:7px;
	line-height:normal;
}
.banner a
{
	font-size: 11px;
	color: Black;
	text-decoration: none;
}
.banner a:hover
{
		text-decoration: underline;
}

form {margin:0px;}
#wk_search { padding-bottom: 10px;}
#wk_searchtxt {font-size:11px; width: 150px;}
#wk_searchbtn 
{
	font-size:11px; 
	margin-left:3px; 
	border: 1px solid black; 
	background-color:white; 
	color:#f79433; 
	font-weight:bold; 
	padding: 0px 3px; 
	width:40px;
}

#wk_languages {padding-top:10px; text-align:center; margin-bottom:5px;}
#wk_languages img { margin-left:5px;}