/**
 * "Yet Another Multicolumn Layout" - YAML CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2012, Dirk Jesse
 * @license         CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-CDL (http://www.yaml.de/license.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         v4.0.1
 * @revision        $Revision: 724 $
 * @lastmodified    $Date: 2012-03-03 11:45:41 +0100 (Sa, 03 Mrz 2012) $
 * @appdef yaml
 */

@media all {

	/**
	* @section global typography settings
	*
	* vertical rhythm settings (based on em-unit)
	* -------------------------------------------
	* basefont-size: 14px (87.5%)
	* line-height  : 21px (factor: 1.5)
	*/

	/* (en) reset font size for all elements to standard (16 Pixel) */
	/* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
	html * { font-size:100%; }

	/**
	* (en) reset monospaced elements to font size 16px in all browsers
	* (de) Schriftgröße von monospaced Elemente in allen Browsern auf 16 Pixel setzen
	*
	* @see: http://webkit.org/blog/67/strange-medium/
	*/

	textarea,
	pre,
	code,
	kbd,
	samp,
	var,
	tt {
		font-family:Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
	}

	/* (en) base layout gets standard font size 15px */
	/* (de) Basis-Layout erhält Standardschriftgröße von 15 Pixeln */
	body {
		font-family:"Istok Web";
		font-size:15px;
		color:#002653;
	/* (en) Prevent auto-scaling of text in mobile webkit browsers */
		/* (de) Automatische Schriftvergrößerung in mobilen Webkit-Browsern vermeiden */
		-webkit-text-size-adjust:100%;
	}

	/*--- Headings | Überschriften ------------------------------------------------------------------------*/

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-weight:normal;
		margin:0 0 0.25em 0;
		color:#84af21;
	}

	h1 {
		font-size:40px;
		line-height:1.16;
		padding:26px 0 0 0;
		margin:0 0 0.55em 0;
	}
	h1.oben {
		font-size:40px;
		line-height:1.16;
		padding:7px 0 0 0;
		margin:0 0 0.55em 0;
	}
	
	.page-template-verein-php h1,
	.page-template-verein-php h2,
	.page-template-verein-php h3 {
		color:#ef7e26;
	}
	
	h2 {
		font-size:23px;
		line-height:1.2em;
		padding:0;
		margin:2.0em 0 0.7em 0;
	}
	
	.obenohne {
		margin-top:0;
		margin-bottom:1.0em;
	}
	
	.home h1 {
		padding:0;
		margin:0;
	}
	.home h2.obenohne {
		margin-top:0;
		margin-bottom:1em;
	}
	
	h2.oben {
		margin:0 0 0.7em 0;
	}
	
	h3 {
		font-size:23px;
		line-height:1.16em;
		padding:0;
		margin:2.5em 0 1.3em 0;background-color:lightblue;
	}
	
	.home h3 {
		margin:2.0em 0 0.7em 0;
		background:transparent;
	}
	
	h4, .page-template-verein-php h4 {
		font-size:15px; 
		line-height:1.53em;
		margin:0 0 0.25em 0;
		color:#002653;
		font-family:"Istok Web";
		font-weight:700;
		padding:0.5em 0 0 0;
	}	
	

	/* --- Lists | Listen  -------------------------------------------------------------------------------- */

	ul,
	ol,
	dl {
	}

	ul {
		list-style-type:disc;
		margin:0 0 12px 0;
	}
	ul.kleiner {
		list-style-type:disc;
		margin: 0 0 2.1em 0;
	}

	ol {
		list-style-type:decimal;
	}

	ul ul {
		list-style-type:none;
		margin:3px 0 3px 0;
	}

	li {
		font-size:1em;
		line-height:1.5em;
		margin-left:15px;
	}
	
	/** ul.kleiner li {
		font-size:0.8333333em;
		line-height:1.53em;
		margin:0 0 0 15px;
	} */
	
	li li {
		list-style-type:circle;
		margin-left:0;
		padding:0 0 0 16px;
	}

	dt { font-weight:700; font-family:"Istok Web"; }

	dd { margin:0 0 1.5em 0.8em; }

	/* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */

	p {
		font-size:1em;
		line-height:1.47em;
		margin: 0 0 1em 0;
	}
	
	.home p {
		margin: 0 0 0.6em 0;
	}
	
	p.gross {
		font-size:18px;
		line-height:1.53em;
		margin: 0 0 1em 0;
	}
	
	p.moeckernkiez {
		font-size:13px;
		line-height:1.769em;
		margin: 0 0 0.25em 0;
		border-bottom:1px solid #84af21;
		color:#84af21;
		width:15em;
	}
	
	p.verein {
		font-size:13px;
		line-height:1.769em;
		margin: 0 0 0.25em 0;
		border-bottom:1px solid #ef7e26;
		color:#ef7e26;
		width:15em;
	}
	
	.home p.moeckernkiez,
	.home p.verein {
		width:15em;
	}
	
	.page-id-85 p {
		font-size:1em;
		line-height:1.47em;
		padding:0;
		margin:0;
		display:table-row;
		width:100%;
		border:1px dashed lime;
	}
	
	.titelfoot {
		border-bottom:1px solid #cccccc;
		font-size:13px;
		line-height:1.2em;
		padding:0 0 0.5em 0;
		margin:0 0 0.5em 0;
		font-family:"Istok Web";
		font-weight:700;
	}
	
	footer .rechts {
		text-align:right;
		border-top:1px solid #cccccc;
		font-size:11px;
		padding:0.7em 0 1em 0;
		margin:1.2em 0 0 0;
	}
	
	.page-id-85 .ym-col3 img {
		vertical-align:top;
		padding:0 0.5em 0.5em 0;
	}
	
	.search-results p {
	}
		
	blockquote, cite, q {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style:italic;
	}

	blockquote {
		margin:1.5em 0 0 1.5em;
		color:#666;
	}

	strong, b { font-weight:700; font-family:"Istok Web"; }

	em, i { font-style:italic; }

	big {
		font-size:116.667%;
	}

	small {
		font-size:85.71%;
	}

	pre,
	code,
	kbd,
	tt,
	samp,
	var {
		font-size:100%;
	}

	pre {
		line-height:1.5em;
		margin: 1.5em 0 0 0;
		white-space: pre;
		white-space: pre-wrap;
		word-wrap: break-word;
	}
	pre, code { color:#800; }

	kbd, samp, var, tt {
		color:#666;
		font-weight:bold;
	}

	var, dfn { font-style:italic; }

	acronym, abbr {
		border-bottom:1px #aaa dotted;
		font-variant:small-caps;
		letter-spacing:.07em;
		cursor:help;
	}

	sub,
	sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
	}

	sup { top: -0.5em; }
	sub { bottom: -0.25em; }

	mark {
		background: #ff0;
		color: #000;
	}

	hr {
		color:#fff;
		background:transparent;
		border:0;
		clear:both;		
		border-bottom:1px solid #ffffff;
		padding:5px 0 0 0;
		margin:0 0 5px 0;
	}

	/*--- Links ----------------------------------------------------------------------------------------- */

	a {
		color:#002653;
		text-decoration:underline;
	}
	
	a.logolink {
		display:block;
		height:229px;
	}
	
	.rand02 a {
		text-decoration:none;
	}
	
	footer .rechts a {
		text-decoration:none;
	}
	
	a.linkpfeil {
		color: #002653;
		text-decoration: underline;
		background-image: url(../../images/fragepfeil.png);
		background-repeat: no-repeat;
		background-position: left center;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 21px;
	}
	
	a:active { outline: none; }

	a:hover,
	a:focus,
	a.fragepfeil:hover,
	a.fragepfeil:focus {
		color:#84af21;
		text-decoration:underline;
		outline: 0 none;
	}
	
	.page-template-verein-php a:hover,
	.page-template-verein-php a:focus,
	.page-template-verein-php a.fragepfeil:hover,
	.page-template-verein-php a.fragepfeil:focus {
		color:#ef7e26;
		text-decoration:underline;
		outline: 0 none;
	}
	
	.rand02 a:hover, .rand02 a:focus {
		color:#ef7e26;
		text-decoration:none;
	}
	
	.page-template-verein-php .rand02 a:hover, 
	.page-template-verein-php.rand02 a:focus {
		color:#84af21;
		text-decoration:none;
	}	
	
	/* --- images ------------------ */

	img,
	figure {
		margin: 0;
	}
	
	.alignleft {
		float:left;
		padding:10px 14px 14px 0;
	}
	
	.flexible {
		margin-top: 1.5em;
		max-width: 100%;
		height: auto;
	}

	* html .flexible {	/* IE6 support */
		width: 98%;		/* 2% space for borders */
	}

	.bordered {
		margin-top: 1.5em;
		border: 2px #eee solid;
		border: 2px rgba(255,255,255,1) solid;
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
		-moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
		box-shadow: 0 0 3px rgba(0,0,0,.25);
	}

	/**
	* ----------------------------------------------------------------------- #
	*
	* Generic Content Classes
	*
	* (en) standard classes for positioning and highlighting
	* (de) Standardklassen zur Positionierung und Hervorhebung
	*
	* @section content-generic-classes
	*/
	.highlight {
		color:#c30;
	}

	.dimmed {
		color:#888;
	}

	.box {
		border-radius: 0.3em;
		border-width: 1px;
		border-style: solid;
		border-color: #888;
		border-color: rgba(0,0,0,.3);
		-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
		-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
		box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
		color: #444;
		color: rgba(0,0,0,.8);
		padding: 1.4286em;
		margin: 1.5em 0 0 0;
	}

	.box > *:first-child {
		margin-top: 0;
	}

	.label {
		font-family: Verdana, Geneva, sans-serif;
		padding: 1px 6px 2px;
		display: inline-block;
		vertical-align:middle;
		letter-spacing: normal;
		white-space:nowrap;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background: #06C;
		color: #fff;
		font-size: 10px;
		line-height: 12px;
	}

	.info {
		background:#f4f4f4;
	}

	.success {
		background:#8c8;
	}

	.warning {
		background:#cc8;
	}

	.error {
		background:#c88;
	}

	.float-left {
		float:left;
		display:inline;
		margin: 1.5em 1em 0 0;
	}

	.float-right {
		float:right;
		display:inline;
		margin: 1.5em 0 0 1em;
	}

	.center {
		display:block;
		text-align:center;
		margin: 1.5em auto 0 auto;
	}

	/**
	* ------------------------------------------------------------------------------------------------- #
	*
	* Tables | Tabellen
	*
	* (en) Generic classes for table-width and design definition
	* (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
	*
	* @section content-tables
	*/

	table {
		width:85%;
		border-collapse:collapse;
		margin:0;
		color:#002653;
	}

	th, td {
		vertical-align: top;
		padding: 0 1em 0 0;
		text-align: left;
		color:#002653;
		font-size:14px;
		line-height:1.53em;
		margin: 0 0 0em 0;
	}
	
	th p, td p {
		padding:0;
		font-size:14px;
		line-height:1.53em;
		margin: 0 0 0em 0;
	}
	
	td.spalterechtsbuendig {
		text-align: right;
		padding-right:0.5em;
	}

	th.nowrap,
	td.nowrap {
		white-space: nowrap;
	}
	
	/* search form -------------------------------------- */
	.ym-searchform {
		display: inline;
		line-height: 1.4em;
		padding:7px 0 0 0;
		border-top:6px solid #1d4b70;
	}

	.ym-searchform .ym-searchfield {
		line-height: 1em;
		padding: 0.25em 3%;
		width:92%;
		border:1px solid #1d4b70;
		font-size:14px;
		outline: none;
		color:#1d4b70;
	}
}