.bold
{
    font-weight: bold;
}

/* ---------------------------------------------------------------------------------------------------- */
/* fliesstext */
/* ---------------------------------------------------------------------------------------------------- */
.list_item {
  displaY:block;
  margin-bottom:10px;
  padding:5px;
  border:1px dotted #996600;
}

.list_item p {
  margin-bottom:5px;
}

/* ---------------------------------------------------------------------------------------------------- */
/* item_books_home */
/* ---------------------------------------------------------------------------------------------------- */
.item_books_home {
  display:block;
  width:350px;
  height:190px;
  margin:5px 15px 5px 0;
  float:left;
}

.item_books_home .imgcon
{
  display:block;
  border:1px solid #dedede;
  float:left;
  margin-right:10px;
}

.item_books_home .imgcon img {
  width: 116px;
}

.item_books_home p {
  display:block;
  margin:0px;
}

.book_image {
  text-align:center;
  display:block;
  margin-bottom:15px;
}

/* ---------------------------------------------------------------------------------------------------- */
/* item_books_home */
/* ---------------------------------------------------------------------------------------------------- */
.galleryimg_con {
  display:block;
  width:338px;
  height:283px;
  margin:5px; margin-left:0px;
  float:left;
  border:2px solid #ffffff;
  background-color:#ffffff;
  overflow:hidden;
}

.galleryimg_con .title {
  display:block;
  padding:2px;
  text-align:center;
}

.galleryimg_con img {
  display:block;
  width:338px;
  height:253px; 
}

/* ------------------------------------------------------------------------------------ */
/* Vita */
/* ------------------------------------------------------------------------------------ */

.vita_title {
  clear:left;
  display:block;
  font-weight:bold;
  margin-top:20px;
}

.vita_text {
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
}

.vita_text a {
  text-decoration: none;
  color: #ae652f;
}

.vita_ul {
  float:left;
  width: 500px;
  display: block;
  margin-bottom: 30px;
  list-style-type:none;
}

.vita_ul li {
  margin-top:5px;
}

.vita_li_date {
  float: left;
  width: 50px;
  margin-bottom: 5px;
}

.vita_li_text {
  float:left;
  width: 450px;
  margin-bottom: 5px;
}