/*-----------------------------------------------------------------------------------------------------------------------------*/
/* Filename: vorgaben.css
/* Modul: CSS
/* Zweck: Beinhaltet alle festen Vorgaben von css-elementen innerhalb des eingebundenen Portals
/*------------------------------------------------------------------------------------------------------------------------------*/

ul {font: 8pt tahoma, arial, helvetica, sans-serif;	text-decoration: none; font-style: normal; font-weight: normal;	list-style-type: square; color:#555555; margin-top:2px;}	
/*Allgemeine Verwendung*/
	ul.portal {font-family: Arial, Verdana, Helvetica; font-size: 12px; color: #555555; text-decoration: none; font-style: normal; font-weight: normal; list-style-type: square; margin-top:5px;}
	li.portal {margin-left:-6px; margin-top: 6px;}
/*Verwendung bei Fehlerausgabe*/
	ul.fehler {font-family: Arial, Verdana, Helvetica; font-size: 12px; color: #555555; text-decoration: none; font-style: normal; font-weight: normal; list-style-type: square; margin-top:5px;}
	li.fehler {margin-left:-24px;}
/*Verwendung bei Auflistung */
	ul.list {font-family: Arial, Verdana, Helvetica; font-size: 12px; color: #555555; text-decoration: none; font-style: normal; font-weight: normal; list-style-type: square; margin-top:5px;}
	li.list {margin-left:-6px; margin-top: 2px;}
/*Verwendung in Artikelbeschreibung*/
	ul.a_item {font-family: Arial, Verdana, Helvetica; font-size: 12px; color: #555555; text-decoration: none; font-style: normal; font-weight: normal; list-style-type: square; margin-top:5px;}
	li.a_item {margin-left:-24px;}


.maintopic 		{font: 13pt tahoma, arial, helvetica, sans-serif; text-decoration: none; font-style: normal; font-weight: bold; color:#003366;}
.mainsubtopic 	{font: 10pt verdana, arial, helvetica, sans-serif; text-decoration: none; font-style: italic; font-weight: bold;	margin-top: 0px; color:#999900;}

/* Breitenfestlegung im Hauptteil - TABELLEN*/
.inner_table{ width: 98%; height: 1; border: 0; }

/* -------------------------------------------------------------------------------------------------------------------------------*/
/* Standardangaben */
/* -------------------------------------------------------------------------------------------------------------------------------*/
.lt					{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; }
.lt_xl				{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }

/* -------------------------------------------------------------------------------------------------------------------------------*/
/* Unabhängige Farbklassen
/* -------------------------------------------------------------------------------------------------------------------------------*/
.green {color:#008000}
.red {color:#ff0000;}
