a {
  text-decoration: underline;
  color: #CC0001;
}
a:hover {
  text-decoration: none;
}

.text_grey {
  color: #616161;
}

.text_medium {
  font-size: 1em;
}

.text_right {
  text-align: right;
}
.text_bold {
  font-weight: bold;
}

.page_title {
	margin-bottom: 20px;
	font-size: 22px;
}	

.link_none {
  text-decoration: none;
}
.link_none:hover {
  text-decoration: underline;
}

.errForm {
  padding: 5px;
  color: #cc0000;
  font-weight: bold;
  font-size: 11px;
}


.image_replace span {
  display: none;
}
.marketing_verzeichnis {
  height: 30px;
  width: 250px;
  margin-bottom: 10px;
  background-image: url(../images/marketing_verzeichnis_h1.jpg);
}
.marketing_news {
  height: 30px;
  width: 250px;
  margin-bottom: 10px;
  background-image: url(../images/marketing_news_h1.jpg);
}
.marketing_search {
  height: 30px;
  width: 250px;
  margin-bottom: 10px;
  background-image: url(../images/marketing_search_h1.jpg);
}
.marketing_messen {
  height: 30px;
  width: 250px;
  margin-bottom: 10px;
  background-image: url(../images/h1-marketing-messen.jpg);
}

.mv_h2 {
  height: 30px;
  width: 200px;
  margin-top: -15px;
  margin-bottom: 5px;
}
.neuste_links {
  background-image: url(../images/neuste_links_h2.jpg);
}
.top_hits {
  background-image: url(../images/top_hits_h2.jpg);
}

.category_replace {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px !important;
  color: #7A7A7A;
  margin-top: -12px;
  margin-bottom: 15px;  
}

.button_red {
  background-color: #cc0000;
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 7px;
  font-weight: bold;
}
.button_red span {
  padding: 5px;
  height: 19px;
  display: block;
   background-image: url(../images/button_red_r.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  line-height: 19px;
}

h2 {
  font-size: 1.7em !important;
  color: #333;
}

.search_keyword {
  color: #FF0000;
}
.copyright {
  font-weight: 500;
  font-size: 0.9em;
}


#no_result {
	padding-top: 30px !important;
	margin-top: 10px;
}
	#no_result h2 {
		margin-top: 20px;
		font-size: 24px !important;
		font-weight: 500;
		margin-bottom: 10px;
	}
	#no_result ul {
		padding-left: 15px !important;
		margin-top: 10px;
		list-style: square;
	}