html, body 
{
	height: 100%;
}
body 
{
	height: 100%;
	margin: 0px;
	font-family: sans-serif;
	font-size: 0.8em;
	color: #7C6144;
	background-color: #E1D8C1;
}

h1
{
	font-size: 1.5em;
}

td
{
	color: #7C6144;
}

a
{
	font-weight: bold;
    text-decoration: none; 
    color: #7C6144;
}

hr
{
	width: 98%;
	text-align: left;
	height: 1px;
}

a:hover
{
    text-decoration: underline;
}
  
#layoutTbl
{
	border-collapse: collapse;
}

#headerTd
{
	background-color: #7C6144; 
	background-image: url('gradient1.gif'); 
	background-repeat: repeat-y
}

.logoTd
{
	width: 160px;
	height: 80px;
	background-image: url('tld_logga_small.gif');
	background-repeat: no-repeat;	
}

#pathTd
{
	font-size: 16px;
}

#navTd
{
	font-size: 16px;
	padding: 0px;
	text-align:center;
}

#navTd a
{
	color: #FFF5DB;
}

#navTd menu
{
	list-style: none;
	margin-left: 15px;
}

#navTd li
{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.subHeader
{
	height: 60px;
	background-image: url('tld_namn_small.gif');
	background-repeat: no-repeat;
}

#contentTd
{
	color: #7C6144;
	padding-bottom: 50px; /* Fix for IE6 absolute pos footer */
}

#contentTd img
{
	border:1px solid #7C6144;  
}


#footerTd
{
	font-size: 0.75em;
	padding-bottom: 5px;
	cursor: default;
}

#container
{
	position: relative;
	min-height: 100%;
}

#footer
{
	width: 760px; 
	position: absolute; 
	bottom: 0; 
	text-align: center;
	padding: 7px;
	font-size: 0.75em;
}

menu#pageNav
{
	list-style:none;
	padding: 0;
	margin: 0;
	width: 100%;
}

menu#pageNav li
{
	padding-top: 2pt;
	padding-left: 8pt;
	padding-bottom: 2pt;
}

.listTbl TD
{
	background-color: #D7C9AD;
}

.uItemTbl
{
	
}

.uText
{
    padding: 0px; 
}

.uTitle
{
    font-weight: bold;
    margin-right: 7px;
}

.uDescr
{

}

.uDetail
{
    font-style: italic;
}

.uProd
{
    font-style: italic;
}
  
 .uLink
{
    font-size: 0.8em;
    padding-left: 5px;
    padding-right: 5px;
}

@media print
{
  #layoutTbl
  {
  	width: 100%;
  }

  #headerTd	
  { 
  	display: none; 
  }
  
  .uLink
  {
  	display: none;
  }  
}