@charset "UTF-8";
/* Content Styles - Website spezifisch */
/* "Yet Another Multicolumn Layout" v3.0.5 (c) by Dirk Jesse (http://www.yaml.de) */

@media all
{
	/*---ECK Editor Style-----------------------------------------------------------------------------------*/	
	
	.FCKEditorBody { background-color: #ffffff; }
	.FCKEditorBody a:link { color: Black !important; }
	.FCKEditorBody a:visited { color: Black !important; }
	.FCKEditorBody a:active { color: Black !important; }
	.FCKEditorBody a:hover { color: #088600 !important; }			
	
	/*---Fonts----------------------------------------------------------------------------------------------*/
	/* Zeichensatz und Schriftgrößen für Überschriften und übliche Text-Elemente */

	/* Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
	html * { font-size: 100.01% }
  
	/* Schriftgröße von monospaced Elemente auf 16 Pixel setzen */
	textarea, pre, tt, code 
	{
		font-family		: Courier New, Courier, monospace;  	
	}

	/* Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
	body 
	{
		font-family		: Tahoma, Verdana;
		font-size		: 81.25%; 
	}

	/* Überschriften setzen */
	h1,h2,h3,h4,h5,h6 
	{ 
		font-family		: Tahoma, Verdana;
		font-weight		: bold; 
		margin			: 0 0 0.5em 0; 
	}

	h1 { font-size: 150% }                        /* 18px */
	h2 { font-size: 133.33% }					  /* 16px */
	h3 { font-size: 116.67% }                     /* 14px */
	h4 { font-size: 100% }                        /* 13px */
	h5 { font-size: 100% }                        /* 13px */
	h6 { font-size: 100% }						  /* 13px */

	/*---External Links-------------------------------------------------------------------------------------*/
	/* Gestaltung von Hyperlinks */
	
	a:link { text-decoration: underline; }
	a:visited { text-decoration: underline; }
	a:active { text-decoration: underline;}
	a:hover { text-decoration: underline; }	
	
	/*---Listen---------------------------------------------------------------------------------------------*/

	ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em }
	li { margin-left: 1.5em; line-height: 1.5em }

	dt { font-weight: bold }
	dd { margin: 0 0 1em 2em }

	/*---Textauszeichnung-----------------------------------------------------------------------------------*/

	cite, blockquote { font-style:italic }
	blockquote { margin: 0 0 1em 1.5em }

	strong,b { font-weight: bold }
	em,i { font-style:italic }

	pre, code { font-family: monospace; font-size: 1.1em; }

	acronym, abbr 
	{
		letter-spacing		: .07em;
		border-bottom-width	: .1em;
		border-bottom-style	: dashed;
		cursor				: help;
	}

	/*---Generic Content Classes----------------------------------------------------------------------------*/
	/* Standardklassen zur Positionierung und Hervorhebung */

	.float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em;  }
	.float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em;  }
	.center { text-align: center; margin: 0.5em auto }

	/*---Tabellen-------------------------------------------------------------------------------------------*/
	/* Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen */

	table { border-collapse:collapse; margin-bottom: 0.5em; }
	table.full { width: 100%; }
	table.fixed { table-layout:fixed }

	th,td { padding: 0.3em; vertical-align:top; }

	/*---Sonstiges------------------------------------------------------------------------------------------*/

	hr 
	{
		background			: transparent;
		margin				: 0 0 0.5em 0;
		padding				: 0 0 0.5em 0;
		border				: 0;
		border-bottom-width	: 1px;
		border-bottom-style	: solid;
	}
	
	p { line-height: 1.5em; margin: 0 0 1.5em 0; }
	
	/*---Vordefinierte CMS Style Klassen--------------------------------------------------------------------*/
	
	.Copyright { font-size: 83.33%; }
	
	/*------------------------------------------------------------------------------------------------------*/
	
	body { color: Black; background-color:White; }
	
	h1,h2,h3 { color: Black;}	
	
	a:link { color: Black; }
	a:visited { color: Black; }
	a:active { color: Black; }
	a:hover { color: #088600; }
	
	hr { border-bottom-color: #033100; }	
	
	/*------------------------------------------------------------------------------------------------------*/	
}

