/*
  CSS definition for Website Baker module: Fantastic Offers
  Module developed for the Open Source Content Management System Website Baker (http://websitebaker.org)
  Copyright (C) 2008-2009, fantasticweb new media GmbH, Frankfurt Germany (http://www.fantasticweb.de)

  This CSS file is free software. You can redistribute it and/or modify it 
  under the terms of the GNU General Public License  - version 2 or later, 
  as published by the Free Software Foundation: http://www.gnu.org/licenses/gpl.html.

  This CSS file is distributed in the hope that it will be useful, 
  but WITHOUT ANY WARRANTY; without even the implied warranty of 
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
  GNU General Public License for more details.
*/

@import "thickbox/thickbox.css";


.mod_fo_breadcrumbs {
	font-size: 8pt;
	margin: 0;
	border-bottom: 1px #e2e2e2 solid;
}
.mod_fo_breadcrumbs a {
	text-decoration: none;
}
	
	
#fo_offerDetails {
	line-height: 25px;
}
		
	
#fo_offerDetails .fo_offerLabel {
	display: block;
	float: left;
	width: 120px;
}
#fo_offerDetails .fo_offerValue {
    margin-left: 00px;
}
#fo_offerDetails .fo_offerHTMLValue {
    margin-top: 5px;
}
#fo_offerDetails .fo_offerIMGValue {
    margin-top: 10px;
}
#fo_offerDetails a img {
  border: 0;
}
.fo_mapBlock {
  line-height: normal;
  height: 400px;
  width: 500px;
}



.fo_searchfrm input {
	font-size: 9pt;
}
.fo_searchfrm label {
	line-height: 30px;
}

#fo_searchResults {
	margin: 0 0 50px 0;
	padding: 0 0 0 22px;
}
#fo_searchResults li {
	margin: 0;
	padding: 5px 0 5px 2px;
}

.clear {
	clear: both;
}


/* ------- */
/* styling von angebot-feldern */

#fo_offerDetails .__gv2 {
  line-height: 24px !important;
  margin: 0;
}

#fo_item40 { /*bild*/
  /*font-weight: 700;
  font-size: 110%;
  display: none;*/
}

#fo_item42,
#fo_item30 { /*PLZ*/
  float: left;
}
#fo_item49,
#fo_item36 { /*Stadt*/
  padding-left: 50px;
}
.__gv2 .fo_offerHTMLValue {
  margin-top: 20px !important;
  margin-left: 0px;
}

#fo_item42,
#fo_item41,
#fo_item48,
#fo_item49 {
  font-weight: bold;
}
#fo_item43 {
  padding-top: 4px;
}





.fo_header_block {
  margin-right: 30px;
}
.fo_header_block a img {
  border: 0;
}


/* offer forms */
.fo_offerFormValue label {
  display: block;
  float: left;
  width: 110px;
}
.fo_offerFormValue input {
  margin-top: 5px;
}
.fo_offerFormValue textarea {
  height: 100px;
  width: 250px;
}
.fo_formWarning {
  color: red;
  font-weight: 700;
}
.fo_formSuccess {
  color: green;
  font-weight: 700;
}



