@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 *
 * @copyright       Copyright 2005-2008, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.6
 * @revision        $Revision: 130 $
 * @lastmodified    $Date: 2007-10-05 19:05:21 +0200 (Fr, 05 Okt 2007) $
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* IE Hacks */
@import url(../yaml/patches/patch_nav_vlist.css); /* Box Modell Korrekturen */

/* import screen layout | Screen-Layout einbinden */
@import url(../yaml/navigation/nav_shinybuttons.css);
@import url(../yaml/navigation/nav_vlist.css);

@import url(screen/basemod.css);
@import url(screen/content.css);

/* import fancybox */
@import url(../picbox/fancy.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_003_draft.css);

.abtrenner {
	
	padding-right: 5px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	padding-left: 5px;
}
.div_beige {
	background-color: #F8EBDA;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FCF8F1;
	border-right-color: #FCF8F1;
	border-bottom-color: #FCF8F1;
	border-left-color: #FCF8F1;
	border-left-width: 0px;
	padding: 10px;
}
.div_beige_kontakt {
	background-color: #F8EBDA;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FCF8F1;
	border-right-color: #FCF8F1;
	border-bottom-color: #FCF8F1;
	border-left-color: #FCF8F1;
	border-left-width: 0px;
	padding: 10px;
}
#nugget_kontakt
  {
  	text-align: center;
    width: 185px;
	background-color:#fff;
	color: #333;
	margin-left: 20px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;	
	padding-right: 5px;
  }
#nugget_kontakt strong
   {
   color: #c96216;
   font-size: 1.2em;
   }
