	body {
		margin:0px 0px 0px 0px;
		padding:0px;
		font-size:                 100.01%;
		font-family:               Verdana,Arial,Helvetica,sans-serif;
	}
	#leftcol {
	  position:absolute; 
	  top:0; 
	  left:0; 
	  width:265px; 
	  height:100%; 
	  bottom:0; 
	  background:#7d8bb2; 
	  z-index:0;
	}
	
	#rightcol {
	  position:absolute; 
	  top:0; 
	  right:0; 
	  
	  width:230px; 
	  height:100%; 
	  bottom:0; 
	  background:#f5f5f5; 
	  z-index:0;
	}
	
	#header{
		position: absolute;
		left:0px;
		right:0px;
		top:0px;
		height:130px;
		background:#fff;
		border:0px ;
	}
	#content{
		position: absolute;
		left:0px;
		right:0px;
		top: 145px; /*top:160px;*/
		
		background:#fff;
		border:0px ;
		width:100%;
	}
	#separator{
		position: absolute;
		left:0px;
		right:0px;
		top:130px;
		height: 15px;
		width:100%;
		background:#103f74;
		border:0px ;
		z-index:1;
	}

	#leftheader{
		position: absolute;
		left: 0px;
		top: 0px;
		height: 130px;
		width: 265px;
		background: #7d8bb2;
		border: 0px;
        padding-top: 0px;
        padding-left: 12px;
		vertical-align: bottom;
		/*background-image: url(../bilder/logo.jpg);*/
		background-position: bottom;
		background-repeat: no-repeat;
	}


	#rightheader{
		position: absolute;
		left: 265px;
		top: 0px;
		height:130px;
		background-color:#ffffff;
		border:0px ;

	}

	#leftcontent {
		position: absolute;
		left:0px;
		top:0px;
		width:265px;
		background: #7d8bb2;
		border:0px;
		height: 100%;

	}

	#menu_box{
		position: absolute;
		left:20px;  /*40px*/
		top:15px;  /*15px;*/
		width: 180px;
		/*	background:#fff;*/
		border:0px ;
	}

	#centercontent {
		background:#fff;
		margin-left: 285px;
		margin-right:240px;
		margin-top: 15px;
		border:0px ;
		height: 100%;
		overflow:hide;

	}


	html>body #centercontent {
		margin-left: 285px;
		margin-right:240px;
	}

	#rightcontent {
		position: absolute;
		right:0px;
		top:0px;
		width:230px;
		border:0px;
	/*	min-height: 400px;*/
	/*	height: 100%;  SC */
		background:#f5f5f5; 
	
	}
	
	html>body #rightcontent{
	 	
	/* 	min-height: 400px;*/
	/* 	height: 100%;  SC */
	}

	#rightbox{
		position: relative;
		left:15px;
		top:0px; /*13*/
		width: 200px;
		border:0px ;

	}

	#login{
		position: relative;
		left:15px;
		top:25px;
		width: 200px;
		border:0px ;
		background:#f5f5f5; 
		
	}
	
	#newstab{
		position: relative;
		left:15px;
		top:50px;
		width: 200px;
		border:0px ;
		background:#f5f5f5; 
	}


	

.workflow_frame {
    border:     0px;
    width:      710px;
    height:     710px;
    overflow:   auto;
}


tr.eshop_header {
    background-color:       #CCC;
}
tr.eshop_row {
    background-color:       #EFEFEF;
}

.minwidth {
    min-width:1200px;
}