
/*
left_mnu mörkgrå c6c6c6
left_mnu ljusgrå eaeaea

content ram c6c6c6
content mörkgrå eaeaea
content ljusgrå f5f5f5

Blå headline, link 4b78b0

*/
body, html
	{
	height:100%;
	}
body
	{
	background-color: #ffffff;
	text-align:center;
	font-family:trebuchet MS, verdana, arial;
	font-size:12px;
	line-height:20px;
	color: #000;
	margin: 35px;
	
	}



#container
	{
	width:989px;
	margin:0 auto;
	background:#FFFFFF;
	height:100%;
	}

#top
	{
	width:989px;
	height:182px;
	margin:0;
	}

#menu_top
	{
	background-image: url('../img/bg_mnu_top.jpg');
	width:989px;
	height:44px;
	margin:0;
	padding:0;
	}

#menu_top_left
	{
	float:left;
	width:235px;
	height:24px;
	padding:0;
	margin-top:12px;
	font-size:18px;
	font-weight:bold;
	color: #FFF;
	}


#menu_top_right
	{
	float:left;
	width:530px;
	margin-top:12px;
	height:20px;
	margin-left:47px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	}

	.menu_top_right_link, .menu_top_right_link:visited, .menu_top_right_link:active
		{
		margin-left:20px;
		margin-right:20px;
		color:#FFF;
		text-decoration:none;
		}

	.menu_top_right_link:hover
		{
		margin-left:20px;
		margin-right:20px;
		color:#ddd;
		text-decoration:none;
		}
	#menu_top_right img
		{
		vertical-align:middle;
		}

#maincontainer
	{
	width:989px;
	height:500px;
	display:table;
	}


#left
	{
	
	background: url('../img/bg_left_box.gif') repeat-y;
	float:left;
	border-top:1px #c6c6c6 solid;
	border-bottom:1px #c6c6c6 solid;
	width:235px;
	height:100%;
	background-color:#eaeaea;
	position:relative;
	
	}
	
	.menu_left_link, .menu_left_link:visited, .menu_left_link:active
		{
		color:#000;
		text-decoration:none;
		line-height:29px;
		}

	.menu_left_link:hover
		{
		color:#555;
		text-decoration:underline;
		line-height:29px;
		}

	#left .headline_left /*grått block runt h2*/
		{
		margin-left:1px;
		background-color: #c6c6c6;
		width:233px;
		padding-top:4px;
		padding-bottom:4px;
		border-top:1px #fff solid;
		border-bottom:1px #fff solid;
		}
	#left .headline_left H2
		{
		margin-top:0px;
		margin-bottom:0px;
		font-size:14px;
		font-weight:bold;
		color:#000;
		}

	#hdl_kontakt
		{
		background-image: url('../img/bg_mnu_top.jpg');
		float:left;
		width:235px;
		height:44px;
		position:absolute;
		bottom:0;
		left:0;

		
		}
		#hdl_kontakt_text
			{
			position:relative;
			float:left;
			width:235px;
			margin-top:10px;
			font-size:14px;
			color: #FFF;
			}
			.hdl_kontakt_link, .hdl_kontakt_link:visited, .hdl_kontakt_link:active, .hdl_kontakt_link:hover
				{
				color:#FFF;
				text-decoration:none;
				}



#right
	{
	background: url('../img/bg_right_box.gif') repeat-y;
	border-top:1px #c6c6c6 solid;
	border-bottom:1px #c6c6c6 solid;
	float:right;
	width:752px;
	height:100%;
	background-color:#eaeaea;
	text-align:left;
	display:table;

	}
	
	#right p, table, ul
		{
		margin-left:45px;
		margin-right:45px;
		text-align:left;
		font-family:trebuchet MS, verdana, arial;
		font-size:12px;
		line-height:20px;
		color: #000;
		}

	#right .ingress
		{
		margin-left:45px;
		margin-right:45px;
		margin-top:35px;
		text-align:left;
		font-size:14px;
		font-weight:bold;
		}

	#right .img_block_center
		{
		text-align:center;
		margin-left:45px;
		}

	#right h2
		{
		margin-left:45px;
		font-size:14px;
		font-weight:bold;
		}

	#right img
		{
		border: 5px solid #fafafa;
		}
	.menu_right_link, .menu_right_link:visited, .menu_right_link:active
		{
		color:#000;
		text-decoration:underline;
		}

	.menu_right_link:hover
		{
		color:#444;
		text-decoration:none;	
		}

	/*Samma utseende på h1 och h2*/
	#right .headline_right /*grått block runt h1*/
		{
		margin-top:40px;
		margin-left:1px;
		background-color: #f5f5f5;
		width:750px;
		text-align:left;
		padding-top:15px;
		padding-bottom:7px;
		}
	#right .headline_right H1
		{
		margin-top:0px;
		margin-left:45px;
		margin-bottom:0px;
		font-size:18px;
		font-weight:bold;
		color:#4b78b0;
		}

	#right .headline_right H2
		{
		margin-top:0px;
		margin-left:45px;
		margin-bottom:0px;
		font-size:18px;
		font-weight:bold;
		color:#4b78b0;
		}
	
	#bottom
		{
		background-image: url('../img/bg_mnu_bottom.jpg');
		width:989px;
		height:44px;
		float:left;
		bottom:0px;
				
		}
		
		#bottom_text
		{
		text-align:center;
		margin-top:10px;
		margin-left:20px;
		font-size:14px;
		color: #FFF;
		position: relative;
		float:left;
		}