
body {background: url(images/system/hg01.gif); margin: 0px; padding:0px;}


/* Grundeigenschaften der Schriften */

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px; 
	border: 0px;
	vertical-align: top;
	border-collapse: collapse; 	/* Unterbinden des Zellenzwischenraums beim IE*/
	border-spacing: 0px; 		/* Unterbinden des Zellenzwischenraums beim Mozilla*/
}

h1 { font-weight: bold; color: #000000; font-size: 12px; margin: 2px 10px; line-height: 12px;}
h2 { font-weight: bold; color: #ffffff; font-size: 12px; margin: 2px 0px; line-height: 14px;}
h3 { font-weight: bold; color: #000000; font-size: 12px; margin: 6px 0px 2px 0px;}
h4 { font-weight: bold; color: #395F84; font-size: 12px; margin: 6px 0px 2px 0px;}

p { margin: 3px 0px 6px 0px;}

table.liste {width: 100%; margin: 10px 0px 0px 0px;}
table.liste tr td { padding: 3px 0px 6px 0px;}
table.liste tr.rand td {padding: 0px; height: 8px;}
table.liste tr.row_h2 td {padding: 0px;}

/* Die einzelnen Eigenschaften für die Schriften */

.text_normal_weiss {color: #FFFFFF;}

.text_normal_schwarz {color: #000000;}

.text_link_normal_weiss { color: #FFFFFF; text-decoration: none;}

.text_link_normal_schwarz { color: #000000; text-decoration: none; }

.text_link_normal_schwarz_underline { color: #000000; text-decoration: underline; }

.headline_normal_schwarz { font-weight: bold; color: #000000} 

.headline_normal_weiss { font-weight: bold; color: #FFFFFF} 

.text_link_normal_farbig { font-weight: bold; color: #990000; text-decoration: none}

.text_klein_schwarz { font-size: 10px; font-style: normal; color: #000000 }

.text_klein_weiss { font-size: 10px; font-style: normal; color: #FFFFFF}

.menu_link_aktiv { font-weight: normal; color: #FBD15D; text-decoration: none }

.headline_normal_weiss_mager { color: #FFFFFF}

.text_normal_schwarz {text-decoration: none;}

.headline_normal_blau { font-weight: bold; color: #395F84;}


/* #### Listen ################################################ */
	/*ul {
		list-style-type: disc;
		list-style-position: outside;
		margin-top: 3px;
		margin-bottom: 9px;
		margin-left: 10px;
	} Stand: bis 24.11.2009 */
	
	
	
	ol {
		margin-top: 3px;
		margin-bottom: 9px;
	}

	

/* ### Zeilenfarbenwechsel #################################### */

.row_0 { background-color: #D3D8DC; }
.row_1 { background-color: #BEC6CB; }

.row_h1 { background-color: #fbd15d; }
.row_h2 { background-color: #395F84; }


/* ### Zeilenfarbenwechsel #################################### */

.question {color:#F00}

div.news_datum {margin: 5px 0px 3px 0; font-size: 10px;}

/* ### Tabelle  wirtschaft_k2.html ############################ */

 table#tabelle_k2 {
	 width: 100%;
	 font-size:12px;
	 border-collapse:collapse;
	 border-spacing: 0px;
	 margin: 20px 0;
	 }
	table#tabelle_k2 caption {
		text-align: left;
		font-size:12px;
		font-weight: bold;
		margin: 0 0 3px 0;
	}
	
	table#tabelle_k2 tr td, table#tabelle_k2 tr th {padding: 2px 4px; border: 1px solid black; text-align:right;}
	table#tabelle_k2 colgroup col.k2_legende {background-color: #9bb2c8; }
	td.k2_legende {text-align: left !important ; font-weight: bold;}
	
	table#tabelle_k2 thead tr th {
		background-color: #395F84; 
		color:#ffffff;
		text-align:right;
		font-weight: normal
	}
	
	table#tabelle_k2 tfoot tr td {background: #D3D8DC; border: 0px;}
	
	
	
	
	
