/*************************************************************************
**																		**
**		style-Datei für das Admintool									**
**																		**
**																		**
**													Stand:	2007/12/26	**
**													von:	TH			**
*************************************************************************/

/* Formulare */

	.textfeld {	font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10pt; }
	.image_button {	border: 1px solid #808080; }
	.image_button:hover { border: 1px solid #FFA928; }
	.button_image { margin: 0px; padding:0px; }
	.bb_button { height: 24px; }
	.bb_button_bold { font-family: Arial Black; height: 24px; }
	.bb_button_italic { font-family: Arial; font-style: italic; height: 24px; }
	.bb_button_underline { font-family: Arial; height: 24px; text-decoration: underline; position: relative; }

/* Textformatierungen */
	
/*	h1 {		font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 9pt; font-weight: bold; text-decoration: underline; }*/
	.menu-text {font-family: Verdana, Arial; font-size: 9pt; color: #FF0000; font-weight: bold; text-decoration: none; }
	.orange {	color: #FFA928; font-weight: bold; }
	.green {	color: #00C000; font-weight: bold; }
	.red {		color: #FF0000; font-weight: bold; }
	.blue {		color: #0000FF; font-weight: bold; }
	.small {	font-size: 7pt; }
	.very-small {	font-size: 6pt; }
	.justify {	text-align: justify; }
	.center	{	text-align: center; }

/* Bilder */

	.bild_120_90 {	max-width: 120px;
					max-height: 90px; }
