/* Standardmäßiges CSS-Stylesheet für ein neues Webanwendungsprojekt */

BODY, TD, TR, DIV
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    text-decoration:	none;
      color:	RGB(54,94,140);
}

H1
{
    FONT-SIZE: 17px;
}

H2
{
    FONT-SIZE: 15px;
}

H3
{
    FONT-SIZE: 12px;
}

A:link	{	
    text-decoration:  none;
    color:	RGB(54,94,140);
    }	
        
A:visited	{	
    text-decoration:	none;
    color:	RGB(54,94,140);
    }	
        
A:active	{	
    text-decoration:	none;
    color:	RGB(54,94,140);
    }	
        
A:hover	{	
    text-decoration:	underline;
    color:	RGB(115,150,170);
    }
    
.mainlink  {
  border-width:  1px;
  border-left-style:  solid;
  border-right-style:  solid;
  border-top-style:  solid;
  border-bottom-style:  solid;
  border-color: RGB(140,172,187);
  TEXT-ALIGN: center;
}

.mainlink_space  {
  border-bottom-width:  1px;
  border-bottom-style:  solid;
  border-bottom-color: RGB(140,172,187);
  TEXT-ALIGN: center;
}

.core_TableBorder  {
  border-width:  1px;
  border-left-style:  solid;
  border-right-style:  solid;
  border-top-style:  none;
  border-bottom-style:  solid;
  border-color: RGB(131,154,187);
}

.core_ControlBorder  {
  border-width:  1px;
  border-left-style:  solid;
  border-right-style:  solid;
  border-top-style:  solid;
  border-bottom-style:  solid;
  border-color: RGB(131,154,187);
}

.core_TableBorder_Invisible {
  vertical-align: middle;
  text-align: center;
  border-right: none;
  border-top: none; 
  border-left: none;
  border-bottom: none; 
}

.core_TableFilling  {
  background-image: url(gfx/layout/gradient.png);
  background-repeat: repeat-x;
}

.Warning  {
  FONT-FAMILY: Verdana, Helvetica, sans-serif;
  FONT-SIZE: 14px;
  FONT-WEIGHT: bold;
  text-decoration:	none;
    color:	RGB(220,0,0);
}

.WarningBack  {
  background-color: RGB(190,0,0);
}

.WarningBorder  {
  border-width:  1px;
  border-left-style:  solid;
  border-right-style:  solid;
  border-top-style:  none;
  border-bottom-style:  solid;
  border-color: RGB(190,0,0);
}

.core_TableFillingGrey  {
  background-color: RGB(235,235,235);
}

.SonderanfertigungHeader  {
  padding-left:27px; 
  font-size:14px;
}
.SonderanfertigungBackground {
 background-color :rgb(230,230,230);
}
