/**************************************************************************
 *                                                                                                                              
 *    ARMANT GmbH,   IT Consulting and Services
 *    ---------------------------------------------------------------------------------------- 
 *
 *        File: amstyle.css
 *        Copyright: (C) 2002 Arno Markatsch
 *        Email: armar@bernonline.net 
 * 
 *       Scriptversion: 1.3
 *
 *
 **************************************************************************
 *                                                                        
 *    Dieses Script ist KEINE Freeware. Bitte lesen Sie die Lizenz- 
 *    bedingungen (lizenz.txt) für weitere Informationen. 
 *    ----------------------------------------------------------------------------------------
 *    This script is NOT freeware! Please read the Copyright Notice
 *    (licence.txt) for further information
 * 
 *************************************************************************/
 
BODY {
  COLOR: #004c75;
  FONT-FAMILY: Tahoma,Arial,Helvetica,sans-serif;
  FONT-SIZE: 11px;
  /* this attribute sets the basis for all the other scrollbar colors (Internet Explorer 5.5+ only) */
  SCROLLBAR-BASE-COLOR:  #FF33CC;
  SCROLLBAR-ARROW-COLOR: #000000;
}

UL, LI, P, TD, TR {
  COLOR: #004c75;
  FONT-FAMILY: Tahoma,Arial,Helvetica,sans-serif;
  FONT-SIZE: 11px;
}

.headline {
  FONT-FAMILY: Tahoma,Arial,Helvetica,sans-serif;
  FONT-SIZE: 18px;
  FONT-WEIGHT: bold;
}

.smalltext {
  FONT-FAMILY: Tahoma,Arial,Helvetica,sans-serif;
  FONT-SIZE: 10px;
  FONT-WEIGHT: normal;
}

.marktext {
  COLOR: #FF0000;
}
.textn13{
	FONT-SIZE: 13px;
	FONT-WEIGHT: normal;
}
.copyright{
	COLOR: #004c75;
  FONT-FAMILY: Tahoma,Arial,Helvetica,sans-serif;
  FONT-SIZE: 10px;
}

.wcopyright{
	COLOR: #ffffff;
  FONT-FAMILY: Tahoma,Arial,Helvetica,sans-serif;
  FONT-SIZE: 10px;
}
.msg {
  FONT-FAMILY: Tahoma,Arial,Helvetica,sans-serif;
  FONT-SIZE: 11px;
  COLOR: #FF0000;
  FONT-WEIGHT:bold;
}
.rowtitle {
  FONT-WEIGHT:bold;
}
a:link, a:visited, a:active {
  color: #0F5475;
}
a:hover {
/*  COLOR: #FCDC43;*/
/*  BACKGROUND-COLOR: #004c75; */
COLOR: #000000;
 BACKGROUND-COLOR: #FFFF00;
}
FORM {
  FONT-FAMILY: Tahoma,Arial,Helvetica,sans-serif;
  FONT-SIZE: 11px;
}
SELECT, INPUT, TEXTAREA {
  FONT-FAMILY: Tahoma,Arial,Helvetica,sans-serif;
  COLOR: #0F5475;
  FONT-SIZE: 11px;
}
.dropdownmarker {
  BACKGROUND-COLOR: #EEEEEE;
  COLOR: #136C99;
  FONT-SIZE: 11px;
  FONT-WEIGHT: bold;
}

/*-- Tables ----------------------------------------------*/

.tplmarktag {
  COLOR: #ffffff;
  FONT-WEIGHT: bold;
  BACKGROUND-COLOR: #ff0000;
}

/*-- Tables ----------------------------------------------*/

.tableheader {
  COLOR: #FCDC43;
  FONT-WEIGHT: bold;
  BACKGROUND-COLOR: #004c75;
}
.tableseparator {
  COLOR: #FCDC43;
  FONT-WEIGHT: bold;
  BACKGROUND-COLOR: #004c75;
}
.tablerow {
  BACKGROUND-COLOR: #E5E5E5;
}
.tablerow2 {
  BACKGROUND-COLOR: #F5F5F5;
}
.tablefooter {
  COLOR: #FCDC43;
  FONT-WEIGHT: bold;
  BACKGROUND-COLOR: #004c75;
}
.tableborder {
  BACKGROUND-COLOR: #004c75;
}



/*-- Navigation ------------------------------------------*/

.navheader {
  COLOR: #FFFFFF;
  FONT-WEIGHT: bold;
  BACKGROUND-COLOR: #004c75;
}
.navlink, navlink:visited, navlink:acitive {
  COLOR: #0F5475;
}

.navlink:hover {
  COLOR: #0F5475;
  BACKGROUND-COLOR: #FFE673;
}

.button {
  FONT-FAMILY: MS Sans Serif, Tahoma,Arial, Helvetica, sans-serif;
  BACKGROUND-COLOR: #004c75;
  COLOR: #FCDC43;
  FONT-SIZE: 11px;
  FONT-WEIGHT: bold;
}