/* SITEMAP */

/*andere Hintergrundkachel */

#col-content-big{
/* width:auto;  */
   background:url(/C1256BC0003B0940/RepositoryFile/Images/$File/bg-kachel-sitemap.gif) repeat-y;
/*background-color:#FFFFFF;*/
width:443px;
margin-left:0px;
/*margin-right:159px; */
float:left;
}

#col-content-big #content{
  padding:0px;
}

/* MF 060613 deaktiviert */
/*
#col-content-big h1 {
padding: 15px 10px 0px 10px;
color: #00517E;
font-size:100%;
}*/


#topstory-header{
padding-bottom:0px;
}

#sitemap ul{
  font-weight: bold;
}

/* für gleiche Höhe wie andere Content-Seiten */
#sitemap{
padding-top: 1px;
}

#sitemap ul li.validator-dummy,
#sitemap ul li ul li{
  list-style-type: none;
}

/* seitliches Einrücken tieferer Ebenen */
#sitemap ul li ul li{
  margin-left: 10px;
}

/* IE Win only: to avoid spacing \*/
* html body #sitemap ul li ul{
  margin-top:-5px; 
}
/* End Hack */


/* 1.Ebene hervorgehoben mit grünem Hintergrund  */
#sitemap li.level0{
  background-color: #CCECEC;
  padding: 2px 5px;
}

#sitemap li.level0 a{
  color: #009F9E;
  text-decoration: none;
  font-size: 1.1em;
}

/* Links tieferer Ebenen schwarz */
#sitemap a{
  color: #000000;
}

/* zweispaltiges Layout */
#sitemap div.level0{
 float:left;
 width: 210px;
}

#sitemap div.level1{
  margin-left: 213px;
}

/* IE Win needs for smaller indent \*/
* html body #sitemap div.level1{
margin-left:210px; 
}
/* End Hack */


