body, td {
	font-family: Verdana, Tahoma;
	font-size : 11px;
}

#content{
  padding: 20px;
  background-color: #F2F2E7;
  border: solid 2px white;
  color: black
}

.mmenu{
  background-color: #B0674B;
  border-top: solid 1px white;
  border-bottom: solid 1px white;
  border-left: solid 1px white;
  padding: 7 7 7 7px;
  width: 150px;
}

.text_mmenu{
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

.div_title{
  width:290px;
  border-top: solid 1px white;
  border-bottom: solid 1px white;
  border-right: solid 1px white;
  text-align: left;
  padding-left: 7px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #222222;
  font-size: 12px;
  background-image: url(../images/title_bg.gif);
  background-position: center right;
  background-repeat: no-repeat;
}

.img_i{
	border: solid 2px white;
	margin-left: 10px;
	margin-right: 10px;
}

/* news -- aktuality {{{*/

#news_head1{
  background-image:url("../userdata/images/news_bg.gif");
}
#news_head2{
	font-size: 11px;
  background-image:url("../userdata/images/grey_bg.gif");
  height:22px;
  padding: 3px 10px 3px 10px;
  margin: 0px;
  color: white;
  font-weight: bold;
}
#news_row{
  font-size : 11px;

  background-color:#F8F2E7;
  cursor:pointer;
}
#news_image{
  margin:0px;
  background-color:#7f8a93;
}
#news_cell{
  padding:10px;
  color: #000000;
}
#news_title{
  font-weight:bold;
  color: #b30100;
}
#news_date{
  font-weight:bold;
  font-size:10px;
}
#news_content{
  margin: 4px 0px 0px 0px;
}
/* }}}*/

