@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2007, 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.3
 * @revision        $Revision: 118 $
 * @lastmodified    $Date: 2007-08-18 16:03:42 +0200 (Sa, 18 Aug 2007) $
 * @appdef yaml
 */

@media all
{
.sponsorbox1st {
	width: 440px;
	border-top: 2px solid #e4e4e4;
	border-bottom: 2px solid #e4e4e4;
	padding: 8px 0;
	text-align: center;
	display:block;
	overflow: hidden;
	margin-top: -12px;
	}
	
.sponsorbox {
	width: 440px;
	border-bottom: 2px solid #e4e4e4;
	padding: 8px 0;
	text-align: center;
	display:block;
	overflow: hidden;
	}

.spaka {
	height: 104px;
	width: 440px;
	background-color: #ffffff;
	text-align:center;
	}
.sponsorleft {
	height: 104px;
	width: 219px;
	border-right: 2px solid #e4e4e4;
	background-color: #ffffff;
	text-align:center;
	float:left;
	}
.sponsorright {
	height: 104px;
	width: 219px;
	background-color: #ffffff;
	text-align:center;
	float:left;
	}
	
	p.sponsorhead {
	font-weight: bold;
	margin-top: 25px;
}

}