/*
 * Colors:
 *  - [main] green: #1b4
 *  - green dark: #062
 *  - gray dark: #444
 *  - gray light: #bbb
 *  - orange: #a84
 */

/* main navigation */

#left div.box {
  overflow: hidden;
}

#left div.navigation {
  border: none;
}
#left div.navigation ul { 
  margin: 0px;
  padding: 0px;
}
#left div.navigation ul li { 
  margin: 0px;
  padding: 0px;
  padding-left: 20px;
  padding-bottom: 6px;
  background-image: url(pics/navbullet.gif);
  background-position: 3px 4px;
  background-repeat: no-repeat;
  list-style: none;
}
#left div.navigation ul li a { 
  display: block;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  padding-top: 3px;
  padding-bottom: 8px;
  font-weight: bold;
  border-bottom: 1px solid #444;
  color: #444;
  margin-bottom: 2px;
}
#left div.navigation ul li li { 
  margin: 0px;
  padding: 0px;
  border: none;
  background-image: none;
}
#left div.navigation ul li li a { 
  margin: 0px;
  font-size: 11px;
  font-weight: normal;
  border: none;
  padding-left: 14px;
}
#left div.navigation ul li li a:hover {
  background-image: url(pics/navbullet2.gif);
  background-repeat: no-repeat;
  background-position: 3px 7px;
}
#left div.navigation ul li li a.active { 
  color: #a84;
  background-image: url(pics/navbullet2.gif);
  background-repeat: no-repeat;
  background-position: 3px 7px;
}
#left div.navigation ul li li li { 
  padding-left: 8px;
}

/* boxen rechts */

#right div.box {
  border-bottom: 2px dotted #444;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  padding-left: auto;
  padding-right: auto;
}
#right div.box div.boxTitle {
  color: #a84;
  font-weight: bold;
  font-size: 13px;
}
#right div.box div.boxTitleLine {
  background-image: url(pics/bar_back.gif);
  background-position: top left;
  background-repeat: repeat-x;
  height: 20px;
}

/* pfadnavigation im inhaltsbereich */

#main div.pathnav {
  border-bottom: 1px solid #444;
  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: #a84;
  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 {
  padding-right: 11px;
  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: 100%;
}
table.calendar a {
  font-weight: bold;
  text-decoration: none;
}
table.calendar td {
  text-align: center;
}
table.calendar td.calTitle {
  text-align: center;
}
table.calendar td.navLeft {
  text-align: left;
}
table.calendar td.navRight {
  text-align: right;  
}