﻿/* font definitions */
h1 {
   font-size: 18px;
   margin-bottom: 3px;   
}

h2 {
   font-size: 14px; 
   margin-bottom: 0px; 
}

#divCenterContainer {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    width: 810px;
    height: 585px;
    background-image: url(/images/startseite/start_bg.gif); 
    background-repeat: no-repeat;      
}

#divWelcomeText {
    padding: 30px 20px 25px 43px;
    text-align: center;
    width: 240px;
    float: left;
    /*border:1px solid red;*/
}
#divFirmenlogos {
    float: left;
    width: 420px;
    margin: 30px 0px 0px 40px;
}
.divFahrzeugbau {
    width: 415px; /* 420px - 5px */
    height: 82px; /* 162px - 80px */
    background-image: url(/images/startseite/start_fahrzeugbau.gif); 
    background-repeat: no-repeat;
    padding: 80px 0px 0px 5px;
    margin-bottom: 20px;
    cursor: pointer;
}
.divLackierzentrum {
    width: 187px; /* 192px - 5px */
    height: 82px; /* 162px - 80px */
    background-image: url(/images/startseite/start_lackierzentrum.gif); 
    background-repeat: no-repeat;
    padding: 80px 0px 0px 5px;
    margin: 0px 35px 20px 0px;
    float: left;
    cursor: pointer;
}
.divKran {
    width: 187px; /* 192px - 5px */
    height: 82px; /* 162px - 80px */
    background-image: url(/images/startseite/start_walserschweiz.gif); 
    background-repeat: no-repeat;
    padding: 80px 0px 0px 5px;
    margin: 0px 0px 20px 0px;
    float: left;
    cursor: pointer;
}
.divFeuerwehr {
    width: 187px; /* 192px - 5px */
    height: 82px; /* 162px - 80px */
    background-image: url(/images/startseite/start_feurerwehr.gif); 
    background-repeat: no-repeat;
    padding: 80px 0px 0px 5px;
    margin: 0px 35px 20px 0px;
    float: left;
    cursor: pointer;
}
.divTimetruck {
    width: 187px; /* 192px - 5px */
    height: 82px; /* 162px - 80px */
    background-image: url(/images/startseite/start_timetruck.gif); 
    background-repeat: no-repeat;
    padding: 80px 0px 0px 5px;
    margin: 0px 0px 35px 0px;
    float: left;
    cursor: pointer;
}
.pShortDescription {
    font-size: 11px; 
    color: #000000; 
    text-decoration: none;
}

#divWelcomeFooter {
    padding-left: 43px;
}

#imgBox {
    float: left;
    margin: 69px 20px 0px 0px;
}

/******* links *******/
a                       {font-size: 11px; color: #ff0000; text-decoration: none;} 
a:hover                 {text-decoration: underline;} 
a.footer                {font-size: 9px; color: #ff0000; text-decoration: none;}
a.footerActive          {font-size: 9px; 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:15px;}
a.naviMainOn            {font-size: 13px; color: #660000;}
/* left navigation */
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;}
