
html2,body2 {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	background:#fff; 
	overflow:hidden;
}

body
{
	font: normal 12px/1.5em "Lucida Grande", "Lucida Sans Unicode", "Lucida", "Verdana", sans-serif;
    color: #333;
    background: #FFF url(/Upload/Images/Idab/bakgrund_sidor.jpg) top center repeat;
    /*background: #9CF url(/bizpart/Design/Layouts/BizIdabSnickeri/images/body.gif) top center repeat-y;*/
}

#wrapper
{
    position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:774px; /* 760 */
	/*height:auto !important; /* real browsers */ */
	height:100%; /* IE6: treaded as min-height*/
	/*min-height:100%; /* real browsers */	*/

}

#header
{
	margin: 0;
}
#header img
{

}

#main_wrapper
{
	width: 760px;
	background:white;
	height:600px;
	padding:0;
	margin:0;
	
}

#leftcol
{	
	height:100%; /* works only if parent container is assigned a height value */ 
	background-color: #ECECEC;
	width: 216px; /* actual value */
	padding:0;
	margin:0;
	border-right: 1px dotted #000;
}

#rightcol
{
	height:100%; /* works only if parent container is assigned a height value */ 	
	background-color: #FFF;
	color: #000;
	float: right;
	margin: 0;
	width: 540px; /* actual value */
	padding:0;
	margin:0;
	border:none;
}

#footer
{
	clear: both;
	width:760px;
	height: 20px;
	background-color:#000;
	position:absolute; 
	bottom:0px;
}
