@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "3col_standard"
 * (de) Zentrales Stylesheet - Beispiellayout "3col_standard"
 *
 * @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);

/* import screen layout | Screen-Layout einbinden */
/* @import url(../yaml/navigation/nav_shinybuttons.css); */

@import url(screen/basemod.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_003_draft.css);


h1, h2 {
	color: #F38A02;
}

h1 {
	background: url('../images/pfeil_unten_26px_orange.gif') no-repeat left center;
	padding-left: 1.3em;
	margin: 0em 0em 0em 0.67em;
}

#header h1 {
	background: none;
	margin: 0em;
	padding-left: 0em;
}

h2 {
	background: url('../images/pfeil_rechts_13px_orange.png') no-repeat left center;
	padding-left: 1em;
}

.back-link {
	margin-left: 56px;
	font-size: 85.00%;
}

.market-header:hover h2,
.open h2 {
	background: url('../images/pfeil_unten_13px_orange.png') no-repeat left center;
}

.pre {
	border-bottom: 2px solid #AAA;
}

.market {
	margin: 1em 0em 0em 0em;
	border-bottom: 2px solid #AAA;
}

.market table {
	border: none;
	padding: 0;
}

.market-header,
.market-body {
	cursor: pointer;
}

.market h2 {
	margin: 0em 0em 0em 0em;
	position: relative;
	left: -28px;
}

.market p {
	margin: 0em;
}

.market-header table,
.market-body table {
	width: 96%;
	margin-left: 28px;
}

.market-body table {
	border-top: 2px solid #AAA;
}

.market-header table {
	border-spacing: 0px;
}

.market-header table td {
	vertical-align:bottom;
}


.market-body table td,
.market-body table th {
	background: #ECECEC;
}

em {
	color: #F38A02;
	font-style: normal;
}

a {
	color: #F38A02;
}

.grey {
	background: #ECECEC;
}

.auswertung {
	width: 120px;
	background: #ECECEC;
	text-align: center;
	vertical-align: middle;
}

.big {
	font-size: 18px;
}

.huge {
	font-size: 185%;
}

#legend {
	margin-top: 1em;
}

#legend span {
	margin-right: 2em;
}

#legend * {
	vertical-align: text-bottom;
}
