/* @group Layout */
#SoundLogo {
  width: 200px;
  height: 24px;
  display: block;
  float: left;
  position: relative;
  left: -30px;
}
#ToolBarContainer {
  width: 778px;
  height: 50px;
}
#ToolBar {
  width: 500px;
  margin: 0;
  padding: 0;
  float: right;
  position: relative;
  left: 10px;
}
#ToolBar ul li#nav_startseite {
  display: none;
}
#SiteId {
  width: 278px;
  height: 238px;
  float: left;
}
#StartPromotion {
  width: 500px;
  height: 238px;
  float: left;
}
#Claim {
  width: 278px;
  height: 34px;
  float: left;
  clear: left;
}
#Menu {
  width: 500px;
  height: 34px;
  float: left;
}
#Sidebar {
  width: 278px;
  float: left;
  clear: left;
}
#Content {
  width: 500px;
  float: left;
  margin: 0;
  padding: 0;
}
#Badge {
  margin-top:50px;
  margin-left:778px;
  position: absolute;
  top: 110px;
}
/* @end */



/* @group Menu */
#Menu ul {
  overflow: auto;
}
#Menu ul li {
  float: left;
  margin-left: 1px;
  list-style: none;
  height: 34px;
  width: 124px;
  background: url(/images/startseite/menu_item_bg.gif) no-repeat;
}
#Menu ul li a {
  color: #FFF;
  font-size: 1.3em;
  display: block;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  padding: 9px 0px 5px 0px;
}
#Menu ul li#nav_unternehmen a span {
  color: #F00;
  padding: 5px 0px 5px 0px;
  background: url(/images/menu_top/tab_special_bg.gif) no-repeat center top;
}
#Menu ul li a:hover {
  color: #F00;
}
/* @end */



/* @group LayerAd */
#LayerAd {
  position: absolute;
  z-index: 999;
  left: 240px;
  top: 60px;
  border: 1px solid #D92609;
  background: #FFF;
  padding: 8px;
}
.close {
  background: url(/images/icons/close.gif) no-repeat right;
  padding-right: 20px;
  text-decoration: none;
  display: block;
  color: #D92609;
}
/* @end */



/* @group News */
ul.news {
  margin-left: 1px;
  background: url(/images/body/body_bg.png) no-repeat left -100px;
}
ul.news li {
  list-style: none;
  overflow: auto;
  padding: 15px 12px 5px 12px;
  border-bottom: 1px solid #86c3e2;
  border-top: 1px solid #a1e2ff;
}
ul.news li h2 {
  font-size: 1.3em;
  margin-bottom: 0.5em;
  font-weight: bold;
  text-transform: uppercase;
}
ul.news li h2 a {
  text-decoration: none;
}
ul.news li.top {
  margin-bottom: 0;
}
ul.news li p {
  margin-bottom: 0.5em;
  line-height: 1.5em;
}
ul.news li.last {
  border-bottom: none;
}
/* @end */



/* @group Sidebar */
ul.banner li {
  list-style: none;
  margin-bottom: 20px;
}
ul.banner li.top {
  list-style: none;
  height: 162px;
  border-top: none;
}
/* @end */




/*img.left {
  float: left;
}
img.right {
  float: right;
}*/


