/*-----------------------------------------------------
   Home Spec.
----------------------------------------------------- */
#homeContent                                          {
	margin: -25px 0 0 35px;
	background: transparent url(../images/layout/home-header.jpg) no-repeat 30px 0;
	padding-top: 240px;
	width: 960px;
	position: relative;
	z-index: 3;
	}
.homeBox                                              {
	width: 300px;
	display: inline;
	height: 703px;
	float: left;
	background: transparent url(../images/layout/home-box-top.gif) no-repeat 0 0;
	margin: 0 20px 0 0;
	position: relative;
	}
.homeBox#right                                        { background: none; }
#top .bottom,
#bottom .bottom                                       {
	background: #c3dbe8 url(../images/layout/home-boxtop-bottom.gif) no-repeat 0 0; 
	margin-left: -15px; 
	margin-right: -15px;
	}
#top,
#bottom                                               {
	background: transparent url(../images/layout/home-box-top.gif) no-repeat 0 0; 
	width: 270px; 
	height: auto;
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 15px 50px 15px;
	}
#habyland                                             {
    margin-bottom: 18px;
}
#habyland a span                                      { display: none; }
#homeContent #top h2,
#homeContent #bottom h2                               { padding-top: 15px; margin-left: 0px; margin-right: 0px; }
.bottom                                               {
	width: 300px;
	height: 15px;
	background: transparent url(../images/layout/home-box-bottom.gif) no-repeat 0 0;
	clear: both;
	position: absolute;
	bottom: 0;
	}
.content                                              { margin: 0 15px; }
.image                                                { margin: 0 15px 15px 15px; }
#container .more                                      {
	display: block;
	background: transparent url(../images/layout/more-link-bg.gif) no-repeat 0 0;
	width: 62px;
	padding: 2px 0 4px 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	margin-top: 10px;
	position: absolute;
	bottom: 15px;
	left: 15px;
	}
.novo                                                 {
	display: block;
	float: right;
	width: 49px;
	height: 21px;
	background: transparent url(../images/layout/novo.gif) no-repeat 0 0;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	padding: 1px 0 0 11px;
	margin: -22px 15px 0 0;
	}		

/*-----------------------------------------------------
   Typ.
----------------------------------------------------- */
#homeContent h2                                       {
	font-size: 18px;
	font-weight: normal;
	color: #f89c1c;
	margin: 15px 0 10px 0;
	}
#homeContent h2 a                                     { color: #f89c1c; text-decoration: none; }
#homeContent h2                                       { margin-left: 15px; }	
#homeContent a                                        { color: #666; text-decoration: underline; }
#homeContent a:hover                                  { color: #000; text-decoration: underline; }
