﻿/*###################################*/
/*#### Themennavigation / Topics ####*/
/*###################################*/

#topics ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: inherit;
}

#topics li {
  float: left;
  padding: 0 0.25em 0 0;
  margin: 0;
  list-style: none;
  line-height: 1.2em!important;
}

#topics h2 {
  line-height: 1em;
  padding-left: 74px;
}

#topics .main {
  width: 700px;
  list-style: none;
  margin: 0;
  line-height: inherit;
}

#topics ul.main li img {
  float: left;
}

#topics .main > li {
  width: 309px;
  height: 74px;
  margin: 0 0 15px 0;
  padding: 0 40px 0 0;
  background: no-repeat 0 0;
}

#topics a {
  border: none;
}

#topics ul.main ul {
  padding-left: 74px;
  margin: 0;
}

#topics ul ul a {
  font-weight: normal;
  /* white-space: nowrap; */
}

/* IE7 Hack */
  *:first-child+html #topics ul ul a {
  font-weight: normal;
   white-space: nowrap;
  }

