/* 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: red;
}

#wrapper	{
	background-color: #ffffff;
	width: 800px;
	text-align: left;
	margin: auto;
	border: 1px solid #e01b24;
	border-top: none;
}	
#top	
{
	height: 162px;
	position: relative;
	background: white url('../images/top/mora.jpg') no-repeat;
	margin-bottom:0px;
}

#mora_forsamling
{
	position: absolute;
	top: 60px;
	left: 10px;
}

#vapen_wrap
{
	position: absolute;
	top: 30px;
	left: 660px;
}
#svkyrk_vapen
{
	margin-left: 10px;
}

#search_wrap
{
	position: absolute;
	height: 30px;
	width: 800px;
	top: 132px;
	left: 0px;
	background: url('../images/searchbar.png') no-repeat;
}

#wk_search 
{
	position: absolute;
	left: 652px;
	top: 7px;
	width: 145px;
}
#wk_searchtxt 
{
	width: 100px;
	font-size:10px;
	border: 1px solid white;
	background-color:Transparent;
	color: White;	
}
#wk_searchbtn 
{
	width:30px;
	height: 17px;
	background-color:Transparent;
	color: White;
	font-size:10px; 
	border: 1px solid white;
	margin:0px;
	padding:0px;
	margin-left: 6px;
}

#content_wrap
{
	background: url('../images/menu_bg.jpg') left repeat-y;
}
#menu	
{
	width: 183px; /*+padding*/
	padding-left:10px;
	padding-top: 10px;
	padding-bottom:40px;


	/*
	border-left: 2px solid red;
	border-top: 2px solid red;
	border-right: 2px solid yellow;
	border-bottom: 2px solid yellow;
	*/
	
	float:left;
	overflow:auto;
	display:inline;
	min-height: 250px;

	
	text-decoration:none;
	line-height:16px;
}
	/*indrag för underliggande menyalternativ*/
	#menu div div
	{
		padding-left: 7px;
	}
	
	/* Menyalternativ */
	.menu_item 	{
		color: #666666;
		text-decoration: none;
		
	}		
	.menu_item_selected
	{
		color: black;
		font-weight:bold;
		text-decoration: none;
		}
	/*
	.menu_wrap_selected
	{
		background: url('../images/graphics/arrow.gif') no-repeat 0 0;
		padding-left: 10px;
		}
*/

	.menu_item:hover, .menu_item_selected:hover	{
		color: #e01b24;	

	}		

#content	
{
	padding: 15px;
	padding-top: 15px;
	float:left;
	overflow:auto;
	display:inline;
	width: 570px;
}


#wk_languages {padding-top:5px;}
#wk_languages img { margin-right:5px;}
