/* main navigation */

#left div.navigation {
  border: none;
}
#left div.navigation ul { 
  margin: 0px;
  padding: 0px;
  color: #16316F;
}
#left div.navigation ul li { 
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
  list-style: none;
}
#left div.navigation ul li a { 
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  font-weight: bold;
  color: #16316F;
}
#left div.navigation ul li li { 
  margin: 0px;
  padding: 0px;
  margin-left: 15px;
  margin-top: 4px;
  margin-bottom: 4px;
  border: none;
  list-style: none;
}
#left div.navigation ul li li.active { 
  list-style: square;
}
#left div.navigation ul li li a { 
  margin: 0px;
  font-size: 11px;
  font-weight: normal;
  border: none;
  color: #16316F;
  font-weight: bold;
}

/* boxen rechts */

#right div.box {
  border-bottom: none;
  background-color: #E0E5C8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#right div.box div.boxTitle {
  background-color: #FEEFDB;
  color: #FFF;
  font-weight: bold;
  font-size: 12px;
  border-bottom: 1px solid #FFF;
  background-image: url(pics/wpoint.gif);
  background-position: 4px 5px;
  background-repeat: no-repeat;
  padding-left: 13px;
}
#right div.box div.boxData {
  padding: 4px;
  border-bottom: 1px solid #FFF;
}

/* pfadnavigation im inhaltsbereich */

#main div.pathnav {
  border-bottom: 1px solid #97A948;
  margin-bottom: 10px;
  padding-bottom: 2px;
  padding-top: 8px;
}
#main div.pathnav img {
  width:9px; 
  height:8px; 
  border: none;
  margin-left: 6px;
  margin-right: 6px;
}
#main div.pathnav a.pathMenu {
  text-decoration: none;
  color: #F0AB04;
  font-weight: bold;
  font-size: 11px;
}


#right .teaserBoxTopicTitle a {
  text-decoration: none;
}
#right .teaserBoxTopicTeaser {
  padding-top: 5px;
  padding-bottom: 8px;
  font-size: 11px;
}

div.navigationStatic {
  text-align: right;
  line-height: 11px;
} 

div.navigationStatic a {
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
}
div.navigationStatic img {
  width: 6px; 
  height: 4px; 
  border: none;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
}

/* Kalender */

table.calendar {
  width: 230px;
}
table.calendar a {
  font-weight: bold;
  text-decoration: none;
}
table.calendar td {
  text-align: right;
}
table.calendar td.calTitle {
  text-align: center;  
}
table.calendar td.navLeft {
  text-align: left;  
}
table.calendar td.navRight {
  text-align: right;  
}
