@charset "utf-8"; 

/*
formatiert den Text des Content-Bereichs wie auch den des Editors
*/


body,  pre {
	font-family: Arial, Helvetica, sans-serif;
	color:	#807F7E;
	font-size:			100.1%;
	font-size:			0.75em;
	line-height:    	1.45;
	
}

.Ueberschrift1, .heading1
{
	font-weight: bold;
	font-size:			1.3em;
	margin:0;
	margin-top: 1em;
	margin-bottom: 0.6em;
}

.Ueberschrift2,  .heading2
{
	font-weight: bold;
	font-size:			1.1em;
	margin:0;
	margin-top: 0.5em;
}

.Kontakt_Ueberschrift
{
	font-size: 1.2em;
	font-weight: bold;
	margin: 6px 0px;
}

.formatted_table
{

}

.normal_table
{

}

/* , .Tabelle_unformatiert */
.Tabelle_formatiert{
		width:				100%;
		margin-top:			2em;
		border-spacing:		0;
		line-height:		2.3em;
		font-size:12px;
		/*background: #FFD3B5;*/
		background: #bbc2d3;
		}
		
		
.Tabelle_formatiert td{
		border: 2px solid #FFF;
		}


/* , * html .Tabelle_unformatiert */
* html .Tabelle_formatiert {
		width:				100%;
	
}

/* , .Tabelle_unformatiert td */
.Tabelle_formatiert td{ 
		border-bottom:		0.2em solid #fff; 
		padding-left:		0.5em;
		padding-right:		0.5em;
		line-height:		1.8em;
		
		
}

/* .Tabelle_unformatiert thead, .Tabelle_unformatiert th  */
.Tabelle_formatiert thead, .Tabelle_formatiert th { 
		
		padding-left:		0.5em;
		padding-right:		0.5em;
		line-height:		1.5em;
		border-bottom:		0.2em solid #fff; 
}



/* every second row */

.Tabelle_formatiert tr+tr td
{
	/*background: #BAE5F8;*/
	background: #b8d69d;
}
.Tabelle_formatiert tr+tr+tr td
{
	/*background: #FFD3B5;*/
	background: #bbc2d3;
}

.Tabelle_formatiert tr+tr+tr+tr td
{
	/*background: #BAE5F8;*/
	background: #b8d69d;
}
.Tabelle_formatiert tr+tr+tr+tr+tr td
{
	/*background: #FFD3B5;*/
	background: #bbc2d3;
}

.Tabelle_formatiert tr+tr+tr+tr+tr+tr td
{
	/*background: #BAE5F8;*/
	background: #b8d69d;
}
.Tabelle_formatiert tr+tr+tr+tr+tr+tr+tr td
{
	/*background: #FFD3B5;*/
	background: #bbc2d3;
}



/* , .Tabelle_unformatiert thead th, .Tabelle_unformatiert th */
.Tabelle_formatiert thead tr, .Tabelle_formatiert th tr {
		/*background:			#00A0E4;*/
		background: #B2B2B2;
		color:				#FFFFFF;
		text-align:			left;
}

/* , .Tabelle_unformatiert thead td, .Tabelle_unformatiert th td */
.Tabelle_formatiert thead td, .Tabelle_formatiert th td{
		color:				#FFFFFF;
}



