
/******************************
Press sidan
******************************/

/* Lista med nyheter och press */

	table#pressMainTable {
		margin-left: 22px;
		
	}
	table#pressMainTable td {
		color: #4e4e46;
	}
	
	table#pressMainTable h1 {
		font-weight: normal;
		font-size: 28px;
		margin-bottom: 20px;
		margin-top: 50px;
		color: #4e4e46;
	}
	
	img.pressPmImg {
		margin-top: 5px;
	}
	
	table#pressTable td a, table#pressTable td a:link, table#pressTable td a:visited {
		color: #4e4e46;
	}
	table#pressTable td a:hover {
		color: #000000;
	}
	
	table#pressTable hr {
		height: 1px;
		color: #edede5;
	}
	
	td#pressLeft {
		background-image: url(../../bilder/pressleftbg.gif);
		background-repeat: no-repeat;
		background-position: top left;
		background-color: #3d7abc;
		width: 157px;
		vertical-align: top;
	}
	td#pressLeft div.inner {
		padding: 15px 0 15px 0;
	}
	td#pressBottomLeft div.inner {
		background-image: url(../../bilder/press_left_bot.png);
		background-repeat: no-repeat;
		background-position: bottom left;
		background-color: #3d7abc;
		height: 7px;
		bottom: 0px;	
	}
	td#pressRight {
		background-color: #ddddce;
		width: 782px;
		vertical-align: top;
	}
	td#pressRight div.inner {
		background-image: url(../../bilder/press_right_top.png);
		background-repeat: no-repeat;
		background-position: top right;
	}
	td#pressBottomRight div.inner {
		background-image: url(../../bilder/press_right_bot.png);
		background-repeat: no-repeat;
		background-position: bottom right;
		height: 7px;
		background-color: #ddddce;
	}
	
/******************************
Det moderna kontoret
******************************/
	
	DIV {
		/* border: #ff0000 1px solid; */
		color: #000000;
	}
	.info-dmk {
		background: url(../../bilder/bg_dmk.jpg); 
		background-position: top left; 
		background-repeat: no-repeat; 
		background-color: #ACC23A; 
		width: 935px;
	}
	.info-dmk-inner {
		background: url(../../bilder/bg_dmk_bottom.jpg);
		background-position: bottom left; 
		background-repeat: no-repeat;
		width: 935px;
	}
	.info-dmk-floatleft {
		float: left; 
		width: 157px;
	}
	.info-dmk-floatright {
		float: right; 
		width: 778px; 
		background-color: #FFFFFF;
	}
	.info-dmk-floatright-inner {
		padding-left: 17px;
	}