 
@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%; }


	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 14px */
	/* (de) Basis-Layout erhält Standardschriftgröße von 14 Pixeln */
	body {
		font-family: Georgia, Times, serif;
		font-size:87.50%; /* base: 14px */
		color:#555;

		/* (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  ------------------------------------------------------------------------*/
	
	/*--- Basics ---*/
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		/*font-family: 'Enriqueta', serif;*/
		font-weight: 400;
		margin: 0;
		padding: 0;
		vertical-align: baseline;
	}
	
	/*--- Standardwerte ---*/
	h1 {
		font-family: 'Bitter', serif;
		color: #737373;
		font-size: 1.7em;
		line-height: 120%;
		margin: 0 0 20px;
	}

	h2 {
		font-family: 'Bitter', serif;
		color: #737373;
		font-size: 1.2em;
		line-height: 125%;
		margin: 0.5em 0 0.3em 0;
	}

	h3 {
		font-family: 'Bitter', serif;
		color: #737373;
		font-size: 1.2em;
		line-height: 125%;
		margin: -0.8em 0 0.9em 0;
	}

	h4 {
		font-family: 'Bitter', serif;
		color: #737373;
		font-style: normal;
		font-weight: normal;
		line-height: 130%;
		margin-bottom: 5px;
		
	}

	h5 {
		font-family: 'Bitter', serif;
		color: #737373;
		font-size: 1.2em;
		margin: 0 0 15px;
	}

	h6 {
		font-family: Arial,sans-serif;
		color: #737373;
		font-size: 0.9em;
		font-weight: bold;
		margin: 0 0 15px;
	}
	
	/*--- Category ---*/
	.category h1 { font-size: 1.7em; }
	.category h2 { font-size: 1.15em; }
	.category h3 { font-size: 1.15em; }
	.category h4 { font-size: 1.0em; }
	.category h5 { font-size: 1.2em; }
	.category h6 { font-size: 0.8em; }
	.category p { font-size: 0.9em; }
	
	/*--- Single ---*/
	.single h1 { font-size: 2.4em; }
	.single h2 { font-size: 1.4em; }
	.single h3 { font-size: 1.4em; margin-top: -0.6em; }
	.single h4 { font-size: 1.2em; }
	.single h5 { font-size: 1.3em; }
	.single h6 { font-size: 0.9em; }
	.single p { font-size: 1em; }
	
	/*--- Page ---*/
	.page h1 { font-size: 2.4em; }
	.page h2 { font-size: 1.5em; }
	.page h3 { font-size: 1.5em; }
	.page h4 { font-size: 1.2em; }
	.page h5 { font-size: 1.3em; }
	.page h6 { font-size: 0.9em; }
	.page p { font-size: 1em; }
	
	/*--- Sticky Post ---*/
	.sticky h1 { font-size: 1.7em; }
	.sticky h2 { font-size: 1.3em; }
	.sticky h3 { font-size: 1.3em; }
	.sticky h4 { font-size: 1.2em; }
	.sticky h5 { font-size: 1.3em; }
	.sticky h6 { font-size: 0.9em; }
	.sticky p { font-size: 1em; }
	/* für category seite: */
	.stickytextcont {}
	.stickytextcont p { color:#525252; font-size:110%; line-height:1.3em; }
	
	footer h6 { 
	font-size: 0em;
	}
	

	/* --- Lists  -------------------------------------------------------------------------------- */

	ul,
	ol,
	dl {
		font-family: Arial, Helvetica, sans-serif;
		font-size:1em;
		line-height:1.5em;
		margin: 1.5em 0 0 1em;
	}

	ul {
		list-style-type:disc;
	}

	ol {
		list-style-type:decimal;
	}

	ul ul {
		list-style-type:circle;
		margin-top:0;
	}

	ol ol {
		list-style-type:lower-latin;
		margin-top:0;
	}

	ol ul {
		list-style-type:circle;
		margin-top:0;
	}

	li {
		/*font-size:1em;*/
		line-height:1.5em;
		margin-left:0.8em;
	}

	dt { font-weight:bold; }

	dd { margin:0 0 1.5em 0.8em; }

	/* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */

	p {
		font-size:1em;
		line-height:1.5em;
		margin: 0 0 16px 0;
	}

	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:bold; }

	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;
		margin:0 0 0.75em 0;
		padding:0 0 0.75em 0;
		border:0;
		border-bottom:1px #eee solid;
	}

	/*--- Links ----------------------------------------------------------------------------------------- */

	a {
		color:#707070;
		background:transparent;
		text-decoration:underline;
	}

	a:active { outline: none; }

	/* (en) maximum constrast for tab focus - change with great care */
	/* (en) Maximaler Kontrast für Tab Focus - Ändern Sie diese Regel mit Bedacht */
	a:hover,
	a:focus {
		color:#000;
		text-decoration:underline;
	}

	/* --- images ------------------ */

	img,
	figure {
		margin: 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;
	}

	.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;
	}

	.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:100%;
		border-collapse:collapse;
		margin: 1.3571em 0 0 0;
		color:#333;
		border-top: 1px #ccc solid;
		border-bottom: 1px #ccc solid;
	}

	table.narrow {
		margin:  1.4286em 0 0 0;
	}

	table.narrow th,
	table.narrow td {
		padding: 0 0.5em;
		line-height: 1.4286em;
	}

	table.bordertable {
		border:1px #ccc solid;
	}

	table caption {
		font-variant:small-caps;
	}

	th, td {
		line-height: 1.2em;
		vertical-align: top;
		padding: 0.6em 0.5em;
	}

	th *:first-child,
	td *:first-child {
		margin-top: 0;
	}

	th.nowrap,
	td.nowrap {
		white-space: nowrap;
	}

	thead th {
		text-align: left;
		color:#000;
		border-bottom:2px #000 solid;
	}

	.bordertable thead th {
		background:#e0e0e0;
		border-right:1px #ccc solid;
		border-bottom:1px #ccc solid;
	}

	.bordertable tbody th[scope="row"] {
		background:#f0f0f0;
	}

	tbody th {
		text-align: left;
		border-top:1px solid #ccc;
		text-align:left;
	}

	.bordertable tbody th {
		border-right:1px solid #ccc;
	}

	tbody td {
		text-align: left;
		border-top:1px solid #ccc;
	}

	.bordertable tbody td {
		border-right:1px solid #ccc;
	}

	/* highlight row on mouse over */
	tbody tr:hover th,
	tbody tr:hover td {
		background:#f8f8f8;
	}
	
	
	/* -- DMF Styles ----------------------------------------------*/
	
	header h1 {
		font-size:1.4em;
		margin: 0;
	} 
	
	.dimu_form {
	margin-top: 10px;
	}
	
}