/*------------------------------------------------------------------------------
       Individuelle Formate
  ------------------------------------------------------------------------------*/ 
/*  
  Bsp: 
  "<table class=rahmen border=0 id='bg_color'>"
  Klasse Rahmen wird um Hintergrundfarbe erweitert
  
  "<a class=nav_headline id='bg_color' id='color' href=...>...</a>"
  Farbangabe und Hintergrundfarbe aus A.link werden mit bg_color und color 
  überschrieben
*/
   
#TodoLinkInListe 
{
	text-decoration: underline;
	font-size: 7pt;
	color: #FF0000
}

/*------------------------------------------------------------------------------
     FormatKassen - Farbe der Messe
  ------------------------------------------------------------------------------*/
.MesseFarbe
{
  background-color: #0585C9;   	 
}


/*------------------------------------------------------------------------------
     FormatKassen - Buttons
  ------------------------------------------------------------------------------*/
.button
{
   color: #FF0000
}


/*------------------------------------------------------------------------------
     FormatKassen - Linke Menueleiste
  ------------------------------------------------------------------------------*/

.menue_close, mClose			
{
   font-size: 22px; 
   margin-bottom: 15px;    
   color: #FF0000
}

.menue_messe
{
   font-size: 11px; 
   font-weight: bold;
   color: #FFFFFF;   
}

.menue_trennergif
{
   background-image:url(../img/trenner.gif);
   width:166px;
   height:2px   
}

.menue_listPointgif
{
   background-image:url(../img/pfeil_rot.gif); 
   background-repeat:no-repeat;
   background-position:0px 7px;
}

.menue_listPointgif2
{
   background-image:url(../img/pfeil_rot.gif); 
   background-repeat:no-repeat;
   background-position:0px 3px;
}

.menue_navgif
{
   background-image:url(../img/nav.gif); 
   background-repeat:repeat-y;
   height:450px      
}



/*------------------------------------------------------------------------------
      FormatKassen - Überschriften der Seiten
  ------------------------------------------------------------------------------*/
  
.headline, H1				   
{
}

.subline, H2  			   
{
   font-size: 16px; 
} 

/*------------------------------------------------------------------------------
      FormatKassen - Seitenelemente
  ------------------------------------------------------------------------------*/
  
.hinweistext, HT
{
   font-weight: bold; 
}

/*------------------------------------------------------------------------------
      FormatKassen - Suchmaske
  ------------------------------------------------------------------------------*/
/* Buttons mit der Buchstaben und Zahlen zur Ausstellersuche */
.alphasearch, AS
{
	font-size: 10pt;
	font-weight : bold;
	background-color: #E0E0E0;	
} 

.detailInfo
{
	font-size: 10pt;
	font-weight : bold;
	color: #FF0000
} 

.feldbez_aussteller
{ 
}

.feldbez_kategorie
{    
   font-weight: bold;   
}

.feldbez_halls
{
}

.markenname
{
}

.icon_hauptkategorien
{   
   width:22px;
   height:22px   
}

/*------------------------------------------------------------------------------
      FormatKassen - Firmeneintrag
  ------------------------------------------------------------------------------*/  
.firmenname
{
   font-size: 14px; 
   font-weight: bold;   
}

.feldbez_contact
{
   font-size: 11px; 
   font-weight: bold; 
}

.contactlink
{
   font-weight: bold; 
   color: #FF0000
}

.space
{
   padding-top:3pt;
}
  