/* -----------------------------------------------------------------------------
   style.css 2008-02-04 12:00:00Z mz $   

   medialis marketing GmbH
   http://www.medialis.de

   Copyright (c) 2007 medialis marketing GmbH
   -----------------------------------------------------------------------------

   Released under the GNU General Public License 

--------------------------------------------------------------------------------*/

.box {
  background:transparent;
  width:150px;
  margin-bottom:7px;
  color:#4d4d4d;
}

.box_top {
  background:transparent url(../img/box_top.gif) no-repeat;
  width:150px;
  height:5px;
}

.box_top_grey {
  background:transparent url(../img/box_top_grey.gif) no-repeat;
}

.box_middle {
  background:transparent url(../img/box_middle.gif) repeat-y;
  width:134px;
  padding:2px 8px 2px 8px;

}
.box_middle_grey {
  background:transparent url(../img/box_middle_grey.gif) repeat-y;
}

.box_bottom {
  background:transparent url(../img/box_bottom.gif) no-repeat;
  width:150px;
  height:5px;
}

.box_bottom_grey {
  background:transparent url(../img/box_bottom_grey.gif) no-repeat;
}

.box_special {
  background: #fff;
  width:150px;
  margin-bottom:14px;
  color:#4d4d4d;
  border: 1px solid #d4d4d4;
  padding: 0 0 10px 0;
}

.box_middle_special {
	padding: 5px 0 0 0;
	text-align: center;
}

.box_top_special {
  background: transparent url(../img/categories_head_bg.gif) repeat-x;
  height:16px;
  padding: 3px 0px 0px 4px;
  color: #fff;
}
#newsletterbox {
	background: #656565;
	color: #FFFFFF;
	margin:20px auto 30px;
	padding:0px 0 0;
	width:180px;
}
#newsletterbox .newslettercontent {
	padding: 5px;
}


