/* ********************************************
 * hide the header-bottom object and the menu2
 * ********************************************
 */

#header-bottom-left {background-image: none;}
#menu2,
#breadcrumbtrail {display: none;}
#content-wrapper { margin:0; }
#content-middle {width: 515px;}


/* ********************************************
 * startpage
 * ********************************************
 */

.startpage-wrapper {
  border:1px solid #999999;
  border-top:0px;
  float:left;
  font-size:11px;
  margin:-1px -1px 0 0;
  width:256px;
}

div#content-middle a { background-color:#333333; color:#ffffff; }


.startpage-wrapper p { margin:0; padding:0; }

.startpage-heading {
  height:64px;
  margin-top:-10px;
  padding-top:12px;
  padding-left:8px;
}

.startpage-img { height:100px; padding:0 8px; }
.startpage-img img { max-height:100px; max-width:256px; }

* html div.startpage-img {
  overflow:hidden;
}

.startpage-title {
  background-color:#333333;
  border-bottom:1px solid #999999;
  color:#ffffff;
  padding:7px 8px;
}

.startpage-text {
  background-color:#333333;
  color:#ffffff;
  height:142px;
  padding:7px 8px;
}

div#content-middle div.startpage-wrapper div.startpage-heading h1 a { background-color:#ffffff; color:#333333; }
div#content-middle div.startpage-wrapper div.startpage-heading h1 a:hover { text-decoration:none; }
