@import url(/Web/CSS/Global.css);

/* Global */
body
{
    font-family: Arial;
    font-size: 12px;
}

a
{
    color: #DF1224;
    
}
a:hover
{
    color: #000000;
    font-weight: bolder;
}

a.selected
{
    color: #000000;
    font-weight: bolder;
}


img
{
    border: none 0 white;
    padding-top: 2px;
}

ul li

{
     padding-left: 5px;
     margin-left: 15px;
}


ol li
{
      padding-left: 5px;
      margin-left: 19px;

}

/* Header */
#HeaderContainer
{
}

#LanguageSelection ul
{
     padding-top: 115px;
}


#LanguageSelection ul li
{

    margin-left: 0px;
}


#LanguageSelection a
{
    color: #FFFFFF;
    font-weight: normal;
}

#LanguageSelection a:hover
{
    color: #000000;
}

#LanguageSelection ul li.selected a
{
    color: #000000;
}


#LanguageSelection ul li.visited a
{
    color: #4C4C4C;
}



/* Set Font size relative to 10 Pixels in the desired areas */


/* Main Navigation */
#MainNavigation
{
}


/* Set List style. Will also be relevant for all navigations and lists. */
ul
{
}
#TreeNavigation a
{
    color: #666666;
}

#TreeNavigation ul li a:hover
{
    color: #E74D5A
}



#TreeNavigation ul
{
    margin-top: 37px;
}

#TreeNavigation ul li 
{  
     line-height: 16px;
}


#TreeNavigation ul li ul li
{
      padding-top: 4px;
      padding-bottom: 4px;
}

#TreeNavigation ul li
{
    font-weight: bold;
    font-size: 110%;
    padding: 3px 10px 3px 10px;
    list-style: none;
    display: block;
    
    margin-left: 5px;   
    border-bottom: 1px #666666 solid;
  
  
}

#TreeNavigation ul .selected
{
    background-image: url(/data_access/meteotime/design/bg_nav.gif);
    background-repeat: no-repeat;
    margin-top: 1px;
}

#TreeNavigation ul a.selected
{

      color: #E74D5A;
     
}



#TreeNavigation ul li ul
{
    margin-bottom: 5px;
    margin-top: 5px;
    
}


#TreeNavigation ul li ul .selected
{
    background-image: none;
}


#TreeNavigation ul li ul li
{
    font-size: 100%;
    border: none;
}



.hidden
{
    visibility: hidden;
}


#MainContent
{
    padding-top: 26px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 140px;
    
}

#MainContent a
{
      text-decoration: underline;
}

#MainContent a:visited
{
       color: #666666;
}

#MainContent a:hover
{

     font-weight: normal;
}


#AdditionalContent3
{
     padding-left: 10px;
     padding-right: 10px;
     padding-top: 25px;
     border-bottom: 1px #B6B6B6 solid;
}


#WeatherZoneTextBoxFastSearch
{
      margin-top: 5px;
      margin-left: 5px;
}

#AdditionalContent3 .button
{
        margin-left: 23px;
        margin-top: 10px;
        padding: 0.5px;
        margin-bottom: 40px;
}



#AdditionalContent4 img
{

     padding-top: 10px;
     margin-left: 30px;

}

#AdditionalContent4
{
      padding: 10px;
      padding-top: 30px;
      font-weight: bold;
}


div#UtilityFunctions a
{
    font-size: 11px;
    font-weight: bold;
    color: white;
    text-decoration: underline;
}


div#UtilityFunctions a:hover
{

    color: #666666;

}

/* Headings */
h1
{
    display: none;
}

#MainContent h1
{
}


#RightColumnContainer h1
{
}
h2
{
    text-transform: uppercase;
    color: #E74D5A;
}
h3
{
    color: #000000;
    padding-top: 15px;
}



 .Sitemap ul li 

{
    padding-top: 5px;
    padding-left: 10px;
    
    
}



/* Zonensuche */

#ctl00_ContentPlaceHolderMain_TextBox1_TextBox
{
       margin-left: 20px;
       margin-top: 20px;
       padding: 2px; 
}

#ctl00_ContentPlaceHolderMain_DropDownList1
{
       margin-top: 20px;
       margin-left: 210px;
}

#ctl00_ContentPlaceHolderMain_Button1
{
      margin-top: 20px;
      margin-left: 290px;

}

#ctl00_ContentPlaceHolderMain_GridView1
{
      margin-top: 30px;
}


.WeatherZones table 
{
      width: 100%;
}


.WeatherZones table tr th
{
      background-color: #DF1224;
      color: white;
      padding: 5px;
}


.WeatherZones table tr td
{
      background-color: #E5E5E5;
      padding-left: 7px;
      padding-bottom: 2px;
      padding-top: 2px;
      padding-right: 7px;
      border: 0.1px #E5E5E5 solid;
}


.WeatherZones table tr.alternatingRow td
{
      background-color: white; 
}

.WeatherZones em
{
      font-weight: bold;

}


ul.SystemMessages
{
    display: block;    
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 12px;
    border: 1px solid black;
    list-style-type: none;
    font-weight: bold;
    font-size: 100%;
    color: white;
    background-color: #EA5D69;
}

