/* 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: 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;
}

#wrapper	{
	width: 957px;
	text-align: left;
	margin: auto;
}	
#wrapper_inner	
{
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	background-color: #ffffff;
	width: 100%;
}
#top	
{
	height: 58px;
	background: url('../images/bg_top.gif') bottom repeat-x;
	position: relative;
}
#menu_top
{
	position: absolute;
	left: 160px;
	top: 0px;
	font-size: 14px;
}
		
#menu_top div
{
	float:left;
	text-decoration:none;
	padding: 10px 26px;
	padding-top: 8px;
	margin: 13px 0px;
	margin-top: 11px;
	border-right: 1px solid #ccc;
}
	
	/* 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: #000000;	

	}		
#menu_level1
{
	margin-left: 162px;
}
#menu_level1 div
{
	float: left;	
	text-decoration:none;
	padding: 1px 20px;
	margin: 5px 0px;
	border-right: 1px solid #ccc;	
}
#menu_top .last, #menu_level1 .last
{
	border-right: none;
}
#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;
}

	
#minheight	
{
	height:350px;
	width:0px;
	float:left;
}

#content	
{
	padding: 0px 13px 15px 14px;
	padding: 15px 33px;
	padding-top:40px;
	float:left;
	overflow:auto;
	display:inline;
	width: 891px;
	min-height: 420px;
}
#prevpage
{
		font-size: 9px;
		margin: 0px 12px;
		padding: 7px 0px;
}
#prevpage a
{
		text-decoration: none;
}

#footer	
{
	font-size: 10px;
	color: #8e8e8e;
	text-align: center;
	height: 13px;
	border-top: 1px solid #dcdcdc;
	padding-top: 4px;
	margin: 0px 12px;
}

#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;}

.clearer	
{
	float: none;
	padding: 0px;
	margin: 0px;
	clear:both;
}
