/* CSS Document */
.ueberschrift_normal {
						font-family: Arial, Helvetica, sans-serif; 
						font-weight: bold; 
						font-size: 14px;
						color: #000000; 
	   				}
.ueberschrift_gross {
						font-family: Arial, Helvetica, sans-serif;
						font-size: 18px;
						font-style: italic;
						color: #0000FF;
					}
.tab_ueberschrift {
					font-family:Arial, Helvetica, sans-serif;
					font-size:12px;
					font-weight: bold;
					color:#000000;
				  }
.text_normal {
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				color:#000000;
				}
.text_fett {
				font-family:Arial, Helvetica, sans-serif;
				font-size:14px;
				font-weight:bold;
				color:#000000;
				}				
.beschr_textfelder {
					font-family:Arial, Helvetica, sans-serif;
					font-size:12px;
					font-weight:bold;
					color:#000000;
					}
.text_menue {
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				font-weight:bold;
				color:#000000;
			}						
.button_speichern {
					font-family:Arial, Helvetica, sans-serif;
					font-color: #000000;
					font-size:10px;
					border-width:1px;
					border-color:#000000;
					background-color:#00FF00;
					}
.button_loeschen {
					font-family:Arial, Helvetica, sans-serif;
					font-color: #000000;
					font-size:10px;
					border-width:1px;
					border-color:#000000;
					background-color:#FF0000;
				}
.button_b_vorschau {
					font-family:Arial, Helvetica, sans-serif;
					font-color: #FFFFFF;
					font-size:10px;
					border-width:1px;
					border-color:#000000;
					background-color:#00CCFF;
					}					
.textfelder_style {
					border-width:1;
					border-style:non;
					border-color:000000;
					} 					
.maus {
	cursor: hand;
}


.text_menue_unter {

				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				font-weight:bold;
				color:#0000ff;
}
