/* **** layout **** */

.pagebody { position: relative; }

/* ***** article ***** */

.article {
  line-height: 1.4;
  overflow: hidden;
  background: url(i/h2_article_bottom.png) no-repeat 0 100%;
  padding-bottom: 16px;
}

.article .boxhd {
  margin-bottom: 1px;
}

.article .imgbox {
  margin: 0 0 0 20px;
}

.article .imgbox img {
  border: none;
}



/* ****** articlelist ***** */
.articlelist {
	margin-bottom: 11px; 
}
.articlelist .item {
  width: 200px;
  float: left;  
  margin: 0 10px 0 8px;  
  line-height: 1.4;    
}

.articlelist .firstitem {
	margin-left : 0;	
}

.articlelist .boxhd {  display : none; }

.articlelist .content {
	background: url(i/dot_line.gif) repeat-x 0 100%;
}
.articlelist .content h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 11px 11px 3px 0;
	padding: 0 0 5px 1px;
	background: url(../i/dot_line.gif) repeat-x 0 100%;
	}
	
	
.articlelist .content .summary {
  font-size: .92em;
  color: #686D71;
}

.articlelist .more a { font-size: 1em; }


/* ****** h2nav ****** */

.h2nav .content {
  padding: 0;
}

.h2nav ul {
  overflow: hidden;
  width: 100%;
  clear: both;
  _padding-bottom /**/: 80px;
}

.h2nav li {
  float: left;
  width: 212px;
}

.h2nav li a {
  margin-left: 20px;
  width: 190px;
  display: block;
  overflow : hidden;
  padding-top : 33px;
  height : 0;
  _height /**/: 33px;
  letter-spacing : -1px;
  font-size : 1px;
}

.h2nav .n1 a { background: url(i/h2nav_lanareiknivel.png); }
.h2nav .n2 a { background: url(i/h2nav_sereignareiknivel.png); }
.h2nav .n3 a { background: url(i/h2nav_lifeyrisreiknivel.png); }

.h2nav li a:hover,
.h2nav li a:focus,
.h2nav li a:active {
  background-position: 0 -33px;
}

