﻿/* portal specific */
    /******* links *******/
    a                       {font-size: 14px; color: #ff0000; text-decoration: none;} 
    a:hover                 {text-decoration: underline;} 
    a.product               {font-size: 11px; color: #ff0000; text-decoration: none;} 
    a.mail                  {font-size: 10px; color: #ffffff; text-decoration: none;} 
    a.footer                {font-size: 10px; color: #ff0000; text-decoration: none;}
    a.footerActive          {font-size: 10px; color: #ff0000; text-decoration: none; font-weight:bold;}
    a.footer:hover          {text-decoration: underline;}
    a.footerActive:hover    {text-decoration: underline;}
    /*top navigation*/
    a.naviMainOff           {font-size: 13px; color :#ffffff; float: left; margin-right:10px;}
    a.naviMainOn            {font-size: 13px; color: #660000; float: left; margin-right:10px; font-weight:bold;}
    /* left navigation */
    /*
    a.subnavigMain          {color: #fff; font-weight: normal;}
	a.subnavigMainActive    {color: #000000 !important; font-weight: bold;}
    a.subnavigSub           {font-size: 11px; color: #fff; font-weight: normal;}
	a.subnavigSubActive     {font-size: 11px; color: #660000; font-weight: bold;}
    */
    /*a.subNavigInActive      {color: #ffffff;}
    a.subNavigActive        {color: #660000; font-weight: bold;}
    a.subSubNavigInActive   {font-size: 10px; color: #ffffff;}
    a.subSubNavigActive     {font-size: 10px; color: #660000; font-weight: bold;}*/
    
    /* test the bg colors of header online (loading delay) */
    /* header */
    #divTopHeader{
        height: 150px;
        background-image: url(/images/portal/fahrzeugbau/header_main.jpg);
        background-repeat: no-repeat;
        margin: 0;
        padding: 0;
        /*border:1px solid blue;*/
    }
    #divPageHeadLine{
        color: #fff;
        padding-left: 188px;
        padding-top: 86px;
        /*border:1px solid white;*/
    }
/* portal specific end */