/* 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: #05aae6;
	text-decoration: none;
}
a:hover	{
	color: #FFFFFF;
	text-decoration: underline;
}

#shade_right,
#shade_bottom
{
	width: 966px;
	margin: auto;
}

#shade_right
{
	background: url('../images/shade_right.gif');	
	text-align: left;
}
#shade_bottom
{
	height: 7px;
	background: url('../images/shade_bottom.gif') repeat-x bottom;	
}
#wrapper	{
	background-color: #d8dee0;
	/*border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;*/
	margin-right: 6px;
}	
#top	
{
	background-color: #dfe9ed;
	background: url('../images/top_bg.gif') repeat-x;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	height: 22px; /*+padding*/
}

#menu_top
{
	background: url('../images/menu_bg.gif') repeat-x;
	background-color: #e1eaed;
	height: 28px;
}

#splash_border
{
	background: url('../images/splash_border_bg.gif') repeat-x;
	background-color: #e1eaed;
	height: 28px;
}


#splash
{
	background-color: black;
	font-size: 28px;
	height: 250px;
	z-index: -200;
}
		
#menu	
{
	width: 150px; /*+padding*/
	float:left;
	overflow:auto;
	display:inline;
	
	text-decoration:none;
	font-size: 1em;
	padding-bottom: 50px;
}
	#menu div
	{
		border: 1px solid #e1e1e2;
		background-color: #edeeee;
		padding: 5px;
		margin: 2px 0px;
	}

	/*indrag för underliggande menyalternativ*/
	#menu div div
	{
		border: none;
		padding-left: 7px;
	}
	
	/* Menyalternativ */
	.menu_item 	
	{	
		color: black;		
	}		
	.menu_item_selected
	{
		color: black;
		font-weight:bold;
		}
	.menu_item:hover, .menu_item_selected:hover	{
		color: #05aae6;	
		/*background-color: #aaaaff;*/
		text-decoration: none;

	}		

#minheight	
{
	height:350px;
	width:0px;
	float:left;
}
#content_wrap
{
	padding-left: 18px;
	padding-top: 48px;
}

#content	
{
	background-color: #d8dee0;
	margin-left: 20px;
	margin-bottom: 20px;
	padding:30px;
	padding-right: 50px;
	float:left;
	overflow:auto;
	display:inline;
	width: 675px;

	min-height: 200px;
}