/* 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-size: 12px;
	font-family: Trebuchet MS, Verdana, Arial;
}

/* 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;
}

#wrapper	{
	background-color: #ffffff;
	width: 960px;
	text-align: left;
	margin: auto;
	border: 1px solid #cccccc;
}	
#top	
{
	background-color: #111144;
	font-size: 24px;
	font-weight:bold;	
	height:167px;
	border-bottom: 1px solid #eeeeee;
}
#logo
{
    width:210px; 
    float:left;
    padding-top: 50px;
    padding-left:10px;
}

#flash
{
    width:740px;
    float:left;
}
	
#menuwrapper
{
	background-color: #fafafa;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding-left:20px;
	padding-right:10px;
	padding-top: 15px;
	width: 170px; /*+padding*/
	float:left;
	min-height: 100px;
	padding-bottom:40px;
	overflow:auto;
	display:inline;
}
#menu	
{
	text-decoration:none;
	font-size: 13px;
	font-weight:normal;	
	font-family: Trebuchet MS, Verdana, Arial;
	
}

	/*indrag för underliggande menyalternativ*/
	#menu div
	{

		border-bottom: 1px dashed #ccc;
		background: url('../images/menublob5x9.jpg') no-repeat 0px 8px;
		padding-left: 12px;
		padding-top:3px;
		padding-bottom:3px;
	}
	#menu div div
	{
		padding-left: 9px;
		padding-top:1px;
		padding-bottom:1px;
		font-size: 11px;
		font-weight:normal;	
		font-family: Trebuchet MS,Verdana, Arial;
		background:none;
		border: none;
	}
	
	
	/* Menyalternativ */
	.menu_item 	{
		color: #666666;
		text-decoration: none;

	}		
	.menu_item_selected
	{
		color: black;
		font-weight:bold;
		text-decoration: none;
		}
	.menu_item:hover, .menu_item_selected:hover	{
		color: #ccaa00;	

	}		


.news_title /* Överskrift för nyheterna */
{
	font-weight: bold;
	padding: 5px;
	background-color: #bababa;
}

#minheight	
{
	height:350px;
	width:0px;
	float:left;
}

#content	
{
	padding: 20px;
	padding-top: 15px;
	float:left;
	overflow:auto;
	display:inline;
	width: 715px;
}
#footer
{
	border-top: 1px grey solid;
	color: grey;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin: 0px 110px;
	padding: 10px 10px;
}
#footer a
{
	text-decoration: none;
	color: grey;
}

#wk_search {margin-top:15px;}
#wk_searchtxt {font-size:10px;}
#wk_searchbtn {font-size:10px; margin-left:3px;}

#wk_languages {padding-top:15px; 	}
#wk_languages img { margin-right:5px;}
