/* 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 /* Sätt endast basic saker i denna body, layoutändrande saker i _notwk.css*/
{
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: 17px;
}
td 
{
	font-size: 12px;
	line-height: 17px;
}
/* Styles */	
h1,h2,h3,h4,h5,h6{
	margin: 0px 0px 15px 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: black;
	text-decoration: none
}
a:hover	{
	color: #9b9c9d;
}

#wrapper	{
	background-color: #ffffff;
	width: 960px;
	text-align: left;
	margin: auto;
	border: 1px solid #cccccc;
}	
#top	
{
	background-color: #f8f8f8;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	font-size: 24px;
	font-weight:bold;	
	border-bottom: 1px solid #ccff00;
}
#menu_td
{
	border-right: 1px solid #eeeeee;
}		
#menu	
{
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 20px;
	/*background-color: #fafafa;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;*/
	padding-left:20px;
	padding-top: 15px;
	width: 180px; /*+padding*/
	float:left;
	overflow:auto;
	display:inline;
	min-height: 100px;
	padding-bottom:40px;
	
	text-decoration:none;
}
	/*indrag för underliggande menyalternativ*/
	#menu div div div
	{
		padding-left: 7px;
	}
	
	/* Menyalternativ */
	.menu_item 	{
		color: #666666;
		
	}		
	.menu_item_selected
	{
		color: black;
		font-weight:bold;
		}
	.menu_item:hover, .menu_item_selected:hover	{
		color: #0b3;	

	}		

#minheight	
{
	height:350px;
	width:0px;
	float:left;
}
#content	
{
	padding: 20px;
	padding-top: 15px;
	float:left;
	overflow:auto;
	display:inline;
	width: 715px;
}
#content_td
{
	padding: 10px;
	padding-left: 15px;
}

