#contentheader  { width: 80em; }
#container      { width: 80em; }
#content        { width: 55em; float: left; padding: 0 0 0 1.5em; }

/* Item element (small linkobject boxes on startpage) */
#content .item {
    float: left;
    line-height: 1.5em;
    margin: 0 2.45em 1.5em 0;
    padding: 0;
	width: 25em;
}

#content .item p a {
    color: #246078;
}

#content .item h2
{
    color: #333;
    font-size: 1.2em;
    margin: 0;
    padding: 0;
}

#content .item h2 a {
    color: #333;
    text-decoration: none;
}

#content .item h2 a:hover,
#content .item h2 a:focus {
	color: #666;
}

#content .item h3
{
	font-size:0.8em;
	font-weight:normal;
	color:#333333;
}

#content .item img
{
	float:left;
    border: none;
	width:7em;
	height:7em;
	margin-right:0.75em;
}

#rightbox {
  width:18.55em;
  padding-right:1.5em;
  float:right;
}