/* Layout-independent adjustments | Layout-unabhÃ¤ngige Anpassungen ----------------------------------- */
@import url(yaml/core/iehacks.css);

/* Layout-dependent adjustments | Layout-abhÃ¤ngige Anpassungen --------------------------------------- */
@media screen
{
  /**
   * Bugfix for an IE5 Rendering Problem
   *
   * @bugfix
   * @affected   IE 5.x/Win
   * @css-for    IE 5.x/Win, IE6
   * @valid      no
   */

  * html #col3 {margin-left: -3px}
  * html #col1 {margin-left: -3px}
  * html #col3 {ma\rgin-left: 0}
  * html #footer {padding: 0 209px 0 188px; clear:both;}

  #Micronavigation{top: 18px;}
  #MetaTop{ height: 58px; width: 206px;}

  div#Micronavigation
  {
    margin-left: 0px;
    width:804px;
  }

#col3_content
{margin-top:0px;}


#MetaTop
{
height: 32px;
width:200px;
}

a
{
 color:black;
}
a:hover
{
color:black;
font-weight: bold;
}


ul#submenu, ul#submenu ul
{
list-style-type: none !important;
left:-5px;
}

ul#submenu li
{
 margin-left: 0px;
}

div.coll
{
width:48%;
float:left;
margin-top:10px;
}
div#QLinks
{
 margin-left:10px;
}
div#col3_content a
{
 color:	#4E6B96;
}

}