/* 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: 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: #00f;
	text-decoration: underline;
}
a:hover	{
	color: #f00;
}

#wrapper	{
	background-color: #ffffff;
	width: 760px;
	text-align: left;
	margin: auto;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
}	
#top	
{
	border-bottom: 1px solid black;
}
		
#menu	
{
	padding-left:10px;
	padding-top: 8px;
	width: 180px; /*+padding*/
	float:left;
	overflow:auto;
	display:inline;
	min-height: 100px;
	padding-bottom:40px;
	line-height: 16px;
	text-decoration:none;
}
	/*indrag för underliggande menyalternativ*/
	#menu div div div
	{
		padding-left: 5px;
	}
	
	/* Menyalternativ */
	.menu_item 	{
		color: #333;
		text-decoration:none;
	}		
	.menu_item_selected
	{
		color: #33c;
		font-weight:bold;
		text-decoration:none;
	}
	.menu_item:hover, .menu_item_selected:hover	{
		color: #f00;	
		text-decoration:underline;
	}		

#minheight	
{
	height:350px;
	width:0px;
	float:left;
}
#content	
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	float:left;
	overflow: auto;
	display:inline;
	width: 540px;
}

#footer
	{
	width: 760px;
	text-align: right;
	margin: 0 auto;
	color: #333;
	}

