/* 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: #777;
	text-decoration: none
}
a:hover	{
	color: #aaa;
}

#wrapper	{
	width: 727px;
	/*height: 650px;*/
	text-align: left;
	margin: auto;
	/*border: 1px solid #bfbfbf;*/
	border-left: 2px solid #bfbfbf;
	border-right: 2px solid #bfbfbf;

}	
#top	
{
	background: url(../images/top/top_white.jpg) no-repeat;
	height: 200px;
}
#top_left
{
	float:left;
}
#top_middle
{ /* 60 x 75 */
	float: left;
	position: relative; 
	left: 200px;
	top: 63px;
}
#top_right	
{
	float:right;
}
		
#menu	
{
	background: #dfdfdf url(../images/menu_bg.gif) repeat-x;
	height: 34px;
	font-size: 11px;
}
	/*indrag för underliggande menyalternativ*/
	#menu div
	{
	height: 21px;
	float:left;
	padding: 8px 10px 5px 10px;
	/*border-left: 2px solid #bfbfbf;*/
	border-right: 2px solid #d5d5d4;

	}
	
	/* Menyalternativ */
	.menu_item 	{
		color: #666666;
		
	}		
	.menu_item_selected
	{
		color: black;
		font-weight:bold;
		}
	.menu_item:hover, .menu_item_selected:hover	{
		color: #ccee00;	

	}		
#content_sideimg
{
	position: relative;
	float:left;
	display: inline;
	margin-left: -240px;
	width: 400px;
	height:360px;
	margin-right:20px;
	/*background: url('../images/jlee_staende.gif') no-repeat right bottom;*/
}
#content_wrap
{
	height:360px;
	/*background: url('../images/bg_content.gif');*/
	background-color: white;
}
#content	
{
	padding: 15px 30px 0px 30px;
	overflow: auto;
	height:340px;
}

#footer
{
	background: url('../images/footer_bg.gif');
	background-color: #dfdfdf;
	height: 84px;
}
#footer div
{
	float:left;
}
#footer_left, #footer_right
{
	width: 7px;
}
#footer_middle
{
	width: 100px;
}

#sponsorer img
{
	float: left;
	padding:3px 15px 0px 15px;
}